| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
(formerly: Blockchain parser / Russian scalpel)
Author: Denis Leonov (ragestack)
Contact: 466611@gmail.com
Blockchain Scalpel is a lightweight script for parsing raw blkXXXXX.dat files of the Bitcoin blockchain database.
The tool provides direct access to blockchain data stored on disk and allows exploring the main database as close as possible to its original binary representation.
The parser is also compatible with many altcoins with minimal adjustments.
Blockchain Scalpel is a low-level blockchain data parser designed for research, analysis, and infrastructure-level processing.
The project focuses on:
No third-party modules or libraries are required.
A standard Python installation is sufficient.
pip install blockchain-scalpelThis will install the blockchain-scalpel command-line tool.
python blockchain-parser.py <blocks_dir> <result_dir>After installation from PyPI:
blockchain-scalpel <blocks_dir> <result_dir>This is equivalent to:
python blockchain-parser.py <blocks_dir> <result_dir>Where:
<blocks_dir> is the directory containing blkXXXXX.dat files
<result_dir> is the directory for parsed output
The script converts the raw blockchain database stored in blkXXXXX.dat files into a simple, human-readable format.
Make sure to configure the paths for:
Repository:
https://github.com/ragestack/blockchain-parser
PyPI package: https://pypi.org/project/blockchain-scalpel/
See the full license text in the LICENSE file.
Commercial licenses, including licenses permitting use in commercial organizations or SaaS / cloud / hosted environments, are available under negotiated terms.
For commercial licensing inquiries, contact:
Denis Leonov
466611@gmail.com
A limited compatibility warranty is provided for changes introduced by the author related to new or updated blockchain block formats.
This warranty is limited in scope and does not constitute an SLA.
See WARRANTY.md for details.
If this project is useful for your research or work, attribution to the author is required.
Questions and licensing inquiries are welcome via email.
© Denis Leonov. All rights reserved.
| Back | FazBrowse Home | New Git URL |