2
1
I am running full bitcoin node locally. Currently, the size of the blockchain is around 70 GB. Blockchain size
Further, I stored all the blocks in a text file in json format. It turned out that the size of this text file is around 10 GB. I am wondering what is the rest of the 60 GB used for?
Can guarantee you that the JSON files do not contain all the information. How did you create those JSON files? – Jannes – 2016-03-11T18:38:30.957
please see [link]https://github.com/tariq786/datafying_bitcoin/blob/master/batch_load_blocks_rpc.py . This is how i generate blocks in json format. Essentially using JSON RPC with bitcoind
– user2065276 – 2016-03-12T15:16:28.897I only glanced at the code for that JSON extractor tool, but I'm going to bet that it doesn't include any signature information. Not sure what else will be missing. – Jannes – 2016-03-12T19:28:04.200