1
1
I have the complete bitcoins block data (blk00000.dat, blk00001.dat.....). I want to convert it into some readable format like csv or json. Can it be done using python or any other software ?
1
1
I have the complete bitcoins block data (blk00000.dat, blk00001.dat.....). I want to convert it into some readable format like csv or json. Can it be done using python or any other software ?
1
You can use Bitcoin-ABE
https://github.com/bitcoin-abe/bitcoin-abe
There are various options, I used the sqlite export to get a local SQL database with blocks, tx, outputs etc.
1http://bitcoin.stackexchange.com/search?q=parse+blockchain – amaclin – 2017-02-15T13:06:14.670