gcarq / rusty-blockparser

Bitcoin Blockchain Parser written in Rust language
GNU General Public License v3.0
370 stars 145 forks source link

How large are the CSV dumps? #29

Closed plingampally closed 4 years ago

plingampally commented 7 years ago

The bitcoin blockchain is about 145GB. I was just wondering how much space I need to have in addition to that.

gcarq commented 7 years ago

I'm assuming you're talking about csvdump and not unspentcsvdump. It would probably take twice or more space (just a wild guess) because a csv dump is in ASCII and the blockchain itself is stored as binary

ghost commented 6 years ago

as of 2-3 jan 2018, till blocks 502388.

blocks-0-502388 = 117 MB transactions-0-502388.csv = 37 GB tx_out-0-502388.csv = 117 GB tx_in-0-502388.csv = 236 GB

DavidPerikala commented 6 years ago

490 GB as of Oct 2018

gcarq commented 4 years ago

csvdump until block 639273 is about 730 GiB. unspentcsvdump should be about 8-9GiB.

Goro2030 commented 4 years ago

Adding to the documentation, but will need to be updated regularly to keep up with the blockchain growing. I recommend we close this Issue @gcarq

gcarq commented 4 years ago

Agree, this should be added to the documentation. Closing this