0
I want to get all the data from blocks as they get updated on my local node. Abe offers very poor performance, and fast-dat-parser creates other .dat files and doesn't have enough documentation for me to understand how to get data like block size, age, hash difficulty, Transactions and transaction fees. Is there an alternative tool, or at least a detailed documentation that would allow me to write a parser for content of .dat files?
Why not use the Bitcoin Core RPC? It will handle the retrieval and decoding for you – Raghav Sood – 2018-10-15T16:53:18.770
Check this one https://github.com/normanvolt/blockchain-parser
– D L – 2018-10-15T21:32:45.020