Compute the balance of every address

1

1

As I understand, when Bitcoins are created the beneficiary's Bitcoin address is made public. Likewise, when Bitcoins are transfered, both the source and destination Bitcoin addresses are made public.

From the above, it seems that the balance of every Bitcoin address can theoretically be inferred from the public logs. Is this true? Moreover, are there lists of all Bitcoin addresses with a non-zero balance, together with the associated balances?

Randomblue

Posted 2013-04-04T20:19:41.960

Reputation: 753

1This is indeed true. Keep in mind it's not necessarily meaningful, since people almost always possess and use more than one address, due to the structure of a typical bitcoin transaction.Rooke 2013-04-04T20:43:58.407

possible duplicate of How many Bitcoin addresses are/have been carrying a balance?

Stephen Gornick 2013-04-04T23:13:16.243

Answers

1

There is a site for that: http://blockchain.info/ Here you will find every balance for every address.

alamar

Posted 2013-04-04T20:19:41.960

Reputation: 135

1

From the above, it seems that the balance of every Bitcoin address can theoretically be inferred from the public logs.

In fact, this is precisely how the balances of addresses are calculated. Bitcoins pop into existence when a block is mined and all transfer of those coins are recorded. This is how we keep track of which address "owns" what.

Taylor Gerring

Posted 2013-04-04T20:19:41.960

Reputation: 413