Author

Topic: Requested: graphs/statistics about spent+unspent transactions (Read 803 times)

legendary
Activity: 2506
Merit: 1010
With a bit of programming I could make these graphs myself,

The getrawtransaction call, new in Bitcoin.org v0.7, should make collecting this type of info easier.

Also Armory has sample code (in extras) that should help make this job easier.

 - https://github.com/etotheipi/BitcoinArmory/tree/master/extras

Other options include libBitcoin, ABE, and more.
staff
Activity: 4242
Merit: 8672
* number of fully spent transactions of a block, as a function of the creation time of that block
* number of partially spent transactions of a block, as a function of the creation time of that block
I think it might be interesting to ask: Why are you interested in distinguishing these cases?
cjp
full member
Activity: 210
Merit: 124
sipa's presentation at Bitcoin Conference 2012 including some information, because his "ultraprune" branch slated for 0.8 will specifically index unspent txout's.  Not quite the information you wanted, but it is worth a look for you.

I'm not at the conference and I can't find the presentations on the conference website. Where can I find this presentation?
legendary
Activity: 1596
Merit: 1100
sipa's presentation at Bitcoin Conference 2012 including some information, because his "ultraprune" branch slated for 0.8 will specifically index unspent txout's.  Not quite the information you wanted, but it is worth a look for you.
cjp
full member
Activity: 210
Merit: 124
It would be nice (and for me useful) to have the following graphs:

* number of fully spent transactions of a block, as a function of the creation time of that block
* number of partially spent transactions of a block, as a function of the creation time of that block
* number of fully unspent transactions of a block, as a function of the creation time of that block
(partially spent = some outputs are spent and some are not)

Naturally, these graphs will change in time, as old transactions go from fully unspent to partially spent to fully spent.

These don't change in time (only extra data is appended):
* total number of existing fully spent transactions, as a function of time
* total number of existing partially spent transactions, as a function of time
* total number of existing fully unspent transactions, as a function of time

With a bit of programming I could make these graphs myself, but I'd like to know if there is an easier way. Maybe they already exist somewhere?

Jump to: