bitpeek is a CLI and Flask-powered tool for decoding and analyzing Bitcoin addresses. It verifies address format and checksum, extracts the hash160
, and evaluates entropy distribution.
- โ Decodes Base58Check (P2PKH, P2SH) addresses
- โ Verifies format, version prefix, and checksum
- โ Extracts and displays RIPEMD-160 (hash160)
- โ Calculates entropy (symbol frequency analysis)
- โ Includes Flask GUI for interactive use
- ๐ Address decoding with Base58Check and RIPEMD-160 output
- ๐งฎ Checksum verification using double SHA256
- ๐ Entropy visualization from symbol distribution
- ๐งต CLI & Flask GUI dual-mode usage
- ๐ Offline-only โ no remote API or data usage
bitpeek.py
โ CLI analysis toolbitpeek_web.py
โ Flask-based GUI interfacebitpeek.bat
โ Quick launcher for Windows.vscode/
โ VSCode configsrequirements.txt
โ Python dependenciesLICENSE
,NOTICE
โ Licensing and attributionREADME.md
โ This documentationETHICS.md
โ Ethical usage policyRELEASE_v1.0.0.md
โ Initial release notesRELEASE_v2.0.0.md
โ Refactored structure & documentation
flask
base58
colorama
tqdm
Install with:
pip install -r requirements.txt
Python 3.7+ is recommended.
Current version: v2.0.0
๐ See full notes in RELEASE_v2.0.0.md
Run:
python bitpeek.py
Youโll be prompted to enter a Bitcoin Base58 address.
It will:
- Decode and verify address checksum
- Display version byte, address type, and hash160
- Analyze entropy from the payload
- Show symbolic uniqueness and risk assessment
Run:
python bitpeek_web.py
Then open:
http://127.0.0.1:5000
Youโll be able to input addresses via browser form and see results.
bitpeek/
โโโ assets/
โ โโโ banner.png
โโโ .vscode/
โ โโโ settings.json
โ โโโ launch.json
โ โโโ tasks.json
โ โโโ extensions.json
โโโ bitpeek.py
โโโ bitpeek_web.py
โโโ bitpeek.bat
โโโ LICENSE
โโโ NOTICE
โโโ ETHICS.md
โโโ README.md
โโโ RELEASE_v1.0.0.md
โโโ RELEASE_v2.0.0.md
โโโ requirements.txt
This software is provided strictly for educational, analytical, and research purposes only.
The author does not condone unethical behavior, unauthorized access, or blockchain abuse.
Use responsibly. Learn ethically. Contribute honestly.
See ETHICS.md
โ Do not use this tool to attempt key collisions or unauthorized activity.
๐ง Use responsibly and with integrity.
Licensed under the Apache 2.0 License by BitMorphX
See NOTICE
for attribution, license requirements, and third-party credits.
โ
Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7
โ
Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUhJPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu
โ
Dash (DASH)
XtNuNfgaEXFKhtfxAKuDkdysxUqaZm7TDX
We also value early privacy coins such as:
โ
Bytecoin (BCN)
bcnZNMyrDrweQgoKH6zpWaE2kW1VZRsX3aDEqnxBVEQfjNnPK6vvNMNRPA4S7YxfhsStzyJeP16woK6G7cRBydZm2TvLFB2eeR
๐ Thank you for supporting independent research and ethical technology.
๐ GitHub Profile: https://github.com/BitMorphX
โ๏ธ Email: BitMorphX@proton.me
๐ฌ Telegram: https://t.me/BitMorphX
โI morph bits, not to break, but to understand.โ
โ BitMorphX
ยฉ BitMorphX โ All rights reserved.