22
3
Occasionally transactions will be broadcast to the network that will show in a 0/unconfirmed status in the Bitcoin client. It is also the case that from time to time for various reasons those transactions will never confirm. One known reason for such unconfirmed transactions is a double-spending attempt, though these are usually quickly resolved by the network. My question is twofold:
- Is there any source of data or is there a known statistic stating what percent of transactions hit 0/unconfirmed and never progress beyond this state (i.e. are resolved as conflicts by the network).
- Is there anything aside from a double-spending attempt that can produce a 0/unconfirmed transaction that does not confirm.
Please note that I am not referring to the "generated" transactions by which miners are paid, but rather a point-to-point transfer of bitcoins.
Maybe I don't understand the question. It sounds like you're not asking a technical question, your asking "how often do people attempt to double spend." Since that's the only context in which this scenario could occur. The only way you can get a percentage of double spend attempts is if you attempt to double spend, so the answer would be rather obvious. Both mine and David's answers say effectively the same thing with regard to double spending. – Joshua Kolden – 2011-09-01T18:50:04.960
I suppose that makes sense. If the only transaction that can actually get lost when a block is orphaned is the "generated" transaction that paid the miner then intentional double-spends would seem to be the only way we get 0/unconfirmed transactions that don't complete. In any case chargebacks from intentional fraud are a subset of chargebacks, so the percentage should (in theory) be less for BTC than CC. – David Perry – 2011-09-01T18:58:56.777
Rewrote question to correct multiple terminology and structure problems. My question should be clearer now (I hope). – David Perry – 2011-09-01T19:13:21.853
@David Perry Much better now. I was also confused before, but now I understand it perfectly. – nmat – 2011-09-02T06:36:36.430