27
4
Okay, my hard drive is a bit cramped, and the Blockchain for my Bitcoin client is completely sucking up my free space. I want to know how much room I need to be prepared to lose.
This isn't a duplicate of the other questions - those had answers that were highly impractical - I'm not sure if they dealt more with the theory of the blockchain or what, but the filesizes were way off.
For example, right now, http://blockchain.info/charts/blocks-size says that the current blockchain size is 6073 MB, which is complete BS - the cumulative size of ~/.bitcoin/blocks/*.dat is 6970 MB, and it's not even done yet.
Basically, what I want is a realistic, down-to-earth estimate of how much hard disk space the blockchain is going to cost me. Not the theory, not the "data minus overhead", the actual cost of the .dat files.
I can't offer a formula. I can only offer that it will continue to grow at a rate equal to or greater than its current rate, likely the latter. If hard drive space is a significant issue, consider using a lightweight client like Multibit or Electrum. – Colin Dean – 2013-04-01T14:25:48.097
The latest version of Bitcoin-Qt also stores all unspent tx's so that could also contribute to the size? – lurf jurv – 2013-04-01T20:46:02.987
You may already know this, but there are clients such as Electrum that do not require local storage of the blockchain. – rdb – 2014-01-21T11:10:06.497