โ ๏ธ This project is deprecated. Please see btc_address_analyzer instead.
Bitcoin Base58 to HEX Decoder is a simple and effective CLI tool for decoding Bitcoin Base58 addresses into their raw hexadecimal components.
It takes a Base58-encoded Bitcoin address, decodes it, extracts the prefix, public key hash, and checksum, and verifies whether the checksum is valid.
- โ Instant Base58 decoding
- โ HEX-format breakdown (prefix, public key hash, checksum)
- โ Checksum verification
- โ Color-coded terminal output
- ๐งฎ Decodes Bitcoin Base58 addresses
- ๐ฅ Displays prefix, public key hash, and checksum in HEX
- โ Verifies checksum using double SHA-256
- ๐จ Terminal output with
colorama
base58_decoder_to_hex.py
โ Main script for decodingbase58_decoder_to_hex.bat
โ Windows launcher.vscode/
settings.json
โ Editor preferenceslaunch.json
โ Debugging configurationtasks.json
โ Task runner integrationextensions.json
โ Recommended VS Code extensions
README.md
โ This documentationRELEASE_v2.0.0.md
โ Release notesETHICS.md
โ Ethical usage guidelinesLICENSE
โ Project licenseNOTICE
โ Legal attribution and reuse noticerequirements.txt
โ Python dependencies
base58
colorama
Install with:
pip install -r requirements.txt
Python 3.8+ is recommended.
python base58_decoder_to_hex.py
base58_decoder_to_hex.bat
- Input: Bitcoin address (Base58 format)
- Output: Decoded HEX components + checksum validation
- Interactive prompt and colored output in terminal
Bitcoin Base58 Address Decoder: base58_decoder_to_hex
-> Enter a Bitcoin address (Base58 format):
Address: 1BoatSLRHtKNngkdXEeobR76b53LETtpyT
Decoded Results:
Prefix (HEX): 00
Public Key Hash (HEX): 7680adec8eabcabac676be9e38354ade0bd22cdb
Checksum (HEX): 0bb960de
Checksum valid: โ
This decoding tool complements:
An official overview of Bitcoin's Base58Check encoding and address structure.
base58-decoder/
โโโ assets/
โ โโโ banner.png
โ โโโ demo.gif
โโโ .vscode/
โ โโโ settings.json
โ โโโ launch.json
โ โโโ tasks.json
โ โโโ extensions.json
โโโ base58_decoder_to_hex.py
โโโ base58_decoder_to_hex.bat
โโโ LICENSE
โโโ NOTICE
โโโ ETHICS.md
โโโ README.md
โโโ RELEASE_v2.0.0.md
โโโ requirements.txt
This software is provided strictly for educational, analytical, and research purposes only.
The author does not promote or condone any unethical behavior, unauthorized access, or abuse of blockchain systems or cryptographic tools.
By using this code, you agree to accept full responsibility for your actions and their consequences.
This project does not include or generate any real private keys linked to actual cryptocurrency holdings.
It is designed to operate in offline environments or for simulation/testing purposes, using random or mock data for learning.
The author accepts no liability for any damages, losses, or illegal use resulting from this software.
All responsibility lies solely with the end user.
Any attempt to use this tool maliciously or exploitatively is strictly prohibited and may violate international laws.
Use responsibly. Learn ethically. Contribute honestly.
This tool is created strictly for research and educational purposes.
See ETHICS.md for the full statement.
โ 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 important information about attribution, DMCA protection, and reuse permissions.
โ
Bitcoin (BTC)
1MorphXyhHpgmYSfvwUpWojphfLTjrNXc7
โ
Monero (XMR)
86VAmEogaZF5WDwR3SKtEC6HSEUh6JPA1gVGcny68XmSJ1pYBbGLmdzEB1ZzGModLBXkG3WbRv12mSKv4KnD8i9w7VTg2uu
โ
Dash (DASH)
XtNuNfgaEXFKhtfxAKuDkdysxUqaZm7TDX
We also value early privacy coins such as:
โ
Bytecoin (BCN)
bcnZNMyrDrweQgoKH6zpWaE2kW1VZRsX3aDEqnxBVEQfjNnPK6vvNMNRPA4S7YxfhsStzyJeP16woK6G7cRBydZm2TvLFB2eeR
๐ Thank you for supporting independent research and ethical technology.
๐ GitHub: 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.