How to start working with blk*.dat data?

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 ?

Ayush Bhuyan

Posted 2017-02-15T12:55:24.700

Reputation: 11

Answers

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.

Davide C

Posted 2017-02-15T12:55:24.700

Reputation: 224