Is there a place or tool to monitor all addresses for unmoved coins?

4

1

I've been looking for a way to easily monitor all address with a balance, that the balance has not moved/changed for a period of time (based on a criteria such as 1 year). Is there a site/tool already available? or do I need to build it myself? if I have to build it, where can I start to look for the relevant data? Thanks

KoKo

Posted 2012-12-16T20:20:18.250

Reputation: 479

possible duplicate of How can I read information from the blockchain?

Stephen Gornick 2012-12-17T00:15:12.470

Answers

1

In aggregate, this is shown in BitcoinDays Destroyed (e.g., unspent for one year or more).

This can be done with some degree of effort using the Bitcoin API.

v0.7 getrawtransaction gives you access to transactions even those not in your wallet.

There are other tools that you can use to build this capability as well.

  • libBitcoin
  • Armory (see Extras)
  • Bitcoin ABE

Stephen Gornick

Posted 2012-12-16T20:20:18.250

Reputation: 26 118

I'm not sure how to read that BitcoinDays Destroyed chart, or if it is accurate. It fluctuates too much I think, like for the past month, it shows at some point there's only 180k unmoved coins? and there are spikes up to 14M? how to read this chart correct?KoKo 2012-12-17T20:07:07.800

0

There is a no central place or tool yet, but there is a very informative paper by Adi Shamir one of the giants of cryptography.

Kinnard Hockenhull

Posted 2012-12-16T20:20:18.250

Reputation: 2 285