2
1
The blockchain is a database of all valid transactions, but is there a company/project that also logs all transactions which were broadcasted, but didn't made it to the chain? Blockchain.info for example, keeps a history of all double-spends, so I assume they keep such a log, but its not publicly available.
I could very easily calculate how much was lost by transaction maleability if something like that was publicly available.
1Blockchain info does not keep for a long time double spend transactions. They keep them about several days. – Zergatul – 2014-02-27T11:00:06.230
@Zergatul That their interface doesnt show any older than a few days, doesnt necessarly mean they are not stored in their database. I would be surprised if they took the effort to actually delete them, since they require virtually no space compared to the valid tx's. – Muis – 2014-02-27T11:13:00.027
1If this is true, someone can easily spam their database. – Zergatul – 2014-02-27T11:45:12.963
@Zergatul Good point! – Muis – 2014-02-27T11:49:58.657