|
January 21, 2017, 05:46:06 PM |
|
The blk.dat files contain the blocks as they are received over the wire and written to the disk. The rev.dat files contain undo data. From what I understand, that means that it is a place for Bitcoin Core to write down which blocks should be ignored in the blockchain because those blocks are stale. The place to find the latest incoming blocks would be the blk.dat files, however you should not be reading from those files directly, but rather using the various RPCs and notifiers supplied by Bitcoin Core.
|