How do people know that less than 1000 people own 50% of all bitcoins?

2

1

I read this post on this site: Who are creating all the alternate cryptocurrencies?

In it, there is a answer saying:

An article about a month ago was written about the owners of Bitcoin and we know that 47 people owned about 1/4 of the Bitcoins and 927 owned over 50%.

I am quite curious, how do the people know who owns how much? What if the owners are lying?

AGamePlayer

Posted 2014-02-13T08:23:27.820

Reputation: 269

Answers

2

All Bitcoin transactions are public, in the sense that everyone can see which addresses sent and received the coins. (However, this includes no information about who owns the addresses.) This is an essential part of the Bitcoin protocol: you can verify the validity of a transaction that sends coins to you, by tracing the "chain of custody" of those coins all the way back to their creation, and checking cryptographically that each transaction along the way was properly authorized.

So since transaction data is public, everyone can see the balance of every address. Thus it's possible to determine that 927 addresses own over half of all coins in existence. This doesn't tell us who the human owners are! It's quite likely that some of those addresses belong to the same people, meaning that wealth is actually concentrated in even fewer hands. On the other hand, it's also possible that some of those addresses are shared property; for instance, some could belong to a mutual fund.

Nate Eldredge

Posted 2014-02-13T08:23:27.820

Reputation: 21 420

Thanks Nate. Is there anyway we can technically do this? Where can we see the public transactions?AGamePlayer 2014-02-13T15:16:04.387

@aw qirui:There are several "block explorer" sites such as http://blockchain.info where you can browse transactions, addresses, etc. I'm not sure if they specifically can show you the richest addresses; that might require custom software to analyze the transaction data (of which a copy is stored on most Bitcoin client computers).

Nate Eldredge 2014-02-13T15:26:23.353