ragestack / blockchain-parser

The simpliest script for parsing Bitcoin blockchain. It made convertion of blk*****.dat files to the simple text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockchain parser

Author: Denis Leonov 466611@gmail.com

Simple script for parsing blkXXXXX.dat files of Bitcoin blockchain database.

This script also compatible with most of altcoins, after making some tiny tricks.

The one realisation of blockchain parser that allows you to explore the main database as close as possible.

blockchain parser

Don't worry to email me your questions or suggestions about this parser.

No dependencies, no third-parties modules or libs needed. Just install Python standart release and run.

Make sure you change the paths for blkXXXXX.dat files and for the parsing results to yours.

This script convert the full blockchain raw database that is stored in blkXXXXX.dat files to the simple txt view.

If this was helpfull for you, don't hesistate to make a donations!!!

Bitcoin (BTC): 1FvssyzXNnmgHbJg2DYwb7rkzTrtT8adcL

About

The simpliest script for parsing Bitcoin blockchain. It made convertion of blk*****.dat files to the simple text.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%