"Market capitalization" over time

8

2

Is there a convenient data source and/or graph that gives the "market capitalization" over time for Bitcoin (i.e. the number of bitcoins issued to date times their current value on the big exchanges).

Note e.g. some publicity and attention to this issue due to the xkcd infographic on Money:

Note that the date indicated there for the peak so far (July 2011) is wrong, since that peak was on June 8 or 9. It would be fun to provide some more accurate and precise numbers, though of course there is no one canonical exchange rate and some sort of weighted price may be more useful than the very highest trade recorded. See some nearby data at: bitcoin charts 2011-06-08..11

Update: A closer look at the minute-by-minute data suggests that the peak was at 2011-06-08T17:10 when the mtgox USD price was $31.91. At that point the most recent block was http://blockexplorer.com/b/129412 at 2011-06-08 16:56:29 (assuming both services are using the same timezone? UTC?). That implies $206,476,846 I think: 31.91 $/BTC * 129412 blocks * 50 BTC/block

See also the nice new Bitcoin Pie site that compares market cap for various bitcoin-related currencies (and see Is there an easy way to check out the market cap of the alternative currencies? - Bitcoin - Stack Exchange).

nealmcb

Posted 2011-11-23T18:35:28.850

Reputation: 1 798

1+1 BTW, Bitcoin Pie is open source. If anyone would like to contribute code to show historical graphs, he's welcome to do it.ripper234 2011-11-24T04:26:55.780

Answers

5

http://blockchain.info/charts/market-cap. 24 hour Weighted price from mt.gox and tradehill.

Ben Reeves

Posted 2011-11-23T18:35:28.850

Reputation: 2 848

Nice. BTW, the 2nd derivative of this chart looks positive to me.ripper234 2011-11-24T13:22:39.707

Excellent! And for the raw data, see http://blockchain.info/charts/market-cap?format=json which indicates the peak was $188,000,645 (weighted over the day on June 8): { "x" : 1307630504, "y" : 1.8800064577163333E8} I wish the data point popups included the date as well as the data.

nealmcb 2011-11-24T14:45:14.050

Well, I assumed the day was June 8, but looks like the timestamp 1307630504 is for Thu, 09 Jun 2011 14:55:45 UTC. In fact all the timestamps seem to be at 14:55:45 UTC - any idea why?nealmcb 2011-11-24T15:01:15.763

1It's worth mentioning that the chart assumes all Bitcoins produced are still spendable, which isn't the case - unlike stock on the stockmarket, Bitcoins can be lost by losing the only copy of a wallet, or by losing the password to the only copy of an encrypted wallet.Highly Irregular 2011-11-24T21:36:07.253

For more background and info from piuk, the developer, see the discussions at the Bitcoin Forum: Blockchain.info - Bitcoin Block explorer & Currency Statistics

nealmcb 2011-11-30T16:47:57.197

1

You could derive this from historical price data (available via the Bitcoin Charts API) and the blockchain's timestamps (extracted from the block database in your Bitcoin client's data folder). You just need to multiply the close price for each day by the number of coins generated on and before that day.

Chris Acheson

Posted 2011-11-23T18:35:28.850

Reputation: 1 803

Indeed. But that isn't so convenient for casual observers. I'm surprised to not yet have come across a graph of this over time, and still hope it is actually available from one of the many bitcoin data sites out there.nealmcb 2011-11-23T21:51:44.320

1

Internet User

Posted 2011-11-23T18:35:28.850

Reputation: 111

Looks like, it, but to be most useful, answers here should actually say what it does provide, perhaps give an example, compare to the accepted answer, etc.nealmcb 2018-01-21T15:20:53.270