Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Extracting data from a blk file.
by
mamuu
on 16/12/2020, 09:20:08 UTC
⭐ Merited by BlackHatCoiner (1)
A block file (blk.dat) is not in human readable form. I wanted to know if there is a way to extract the data of it. For example converting it into text with readable block header, version number, last block, merkle root, time, target and all of the transactions that are included in that block. The same way bitcoin core translates it to JSON.

Hi, you can use this for python -> https://github.com/ragestack/blockchain-parser