4

This question partially asked the same thing, but only got a response for viewing the size when you have the client installed.

I want to know the total blockchain size without having to install the client and download the blockchain.

Highly Irregular
  • 10,960
  • 6
  • 54
  • 103

1 Answers1

3

Blockchain.info has many useful stats.

http://blockchain.info/charts/blocks-size

ripper234
  • 26,550
  • 30
  • 111
  • 246
  • They should add annotations to that graph, like Google Trends. The first annotation in May would of course be satoshiDice. – ripper234 Aug 17 '12 at 03:50
  • So 1847MB is the current total size? For some reason I thought it was over 2GB. – Highly Irregular Aug 17 '12 at 04:19
  • 2
    That reports the size of the data stored, not including headers and indexes.

    Right now, blk0001.dat is at its max, 2.1 GB, blk0002.dat is 0.5 GB, and blkindex.dat is at 0.9 GB. So a total of about 3.5 GB.

    – Stephen Gornick Aug 17 '12 at 19:55