3
Can anyone tell me where I can read about the structure of the files
blk0001.dat
blk0002.dat
blkindex.dat
I know that in these files bitcoin is saving all the information about transactions. I would like to parse the files and save the information from these files in my local database.
[Note-these files are no longer used for Bitcoin-Qt/bitcoind version 0.8 and above.]
Note - these files are no longer used in Bitcoin-Qt/bitcoind version 0.8 and above. – Stephen Gornick – 2013-03-07T08:18:48.947
1
Though those data files are BDB database files, the contents of blk000n.dat are simply raw concatenated bitcoin blocks: http://en.bitcoin.it/wiki/Data_directory So you are essentially asking what is the structure of the raw bitcoin blocks.
– Stephen Gornick – 2012-10-07T16:26:57.040