GitHunt
BI

BitMorphX/bitcoin_key_explorer

๐Ÿงช Educational Bitcoin key explorer โ€” convert integers to private keys, WIF, public keys, and addresses.

bitcoin_key_explorer banner

๐Ÿ” BITCOIN KEY EXPLORER

bitcoin_key_explorer is a simple, offline Python tool that converts any integer into a Bitcoin private key and displays the corresponding public key, WIF, and address in both compressed and uncompressed formats.

It takes an integer and outputs:

  • Bitcoin address (compressed & uncompressed)
  • WIF format (compressed & uncompressed)
  • Public key (HEX)
  • Private key (HEX)

โš™๏ธ Features

  • ๐Ÿ” Converts integer to private key
  • ๐Ÿ“ฌ Generates Bitcoin addresses (compressed & uncompressed)
  • ๐Ÿ”‘ Shows WIF formats
  • ๐Ÿ”Ž Public + private key in HEX
  • ๐Ÿ–ฅ๏ธ Terminal color output
  • ๐Ÿง  Optional Base58 address decoder

๐Ÿ“ File Overview

  • bitcoin_key_explorer.py โ€“ Main key generation and address derivation tool
  • bitcoin_key_explorer.bat โ€“ Windows launcher for quick use
  • .vscode/
    • settings.json โ€“ Editor preferences
    • launch.json โ€“ Debugging configuration
    • tasks.json โ€“ Task runner integration
    • extensions.json โ€“ Recommended VS Code extensions
  • assets/
    • banner.png โ€“ Project banner
    • demo.gif โ€“ Demo preview
  • README.md โ€“ This documentation
  • LICENSE โ€“ Apache 2.0 License
  • NOTICE โ€“ Attribution and notices
  • ETHICS โ€“ Responsible use notice
  • RELEASE_v1.0.0.md โ€“ Version 1.0.0 changelog
  • RELEASE_v2.0.0.md โ€“ Version 2.0.0 changelog
  • requirements.txt โ€“ Python dependencies

๐Ÿ› ๏ธ Dependencies

ecdsa
pycryptodome
base58
termcolor

Install with:

pip install -r requirements.txt

Python 3.8+ is recommended.


๐Ÿš€ Usage

Option 1 โ€“ via Python:

python bitcoin_key_explorer.py

Option 2 โ€“ via .bat launcher (Windows):

bitcoin_key_explorer.bat

๐Ÿ“ฆ Example Output

Bitcoin Address (Uncompressed): 1...
Bitcoin Address (Compressed):   1...
WIF (Uncompressed): 5...
WIF (Compressed):   K...
Public Key (Uncompressed HEX): 04...
Public Key (Compressed HEX):   02...
Private Key (HEX): a3...

๐Ÿ“‚ Project Structure

bitcoin_key_explorer/
โ”œโ”€โ”€ assets/
โ”‚   โ”œโ”€โ”€ banner.png
โ”‚   โ””โ”€โ”€ demo.gif
โ”œโ”€โ”€ .vscode/
โ”‚   โ”œโ”€โ”€ settings.json
โ”‚   โ”œโ”€โ”€ launch.json
โ”‚   โ”œโ”€โ”€ tasks.json
โ”‚   โ””โ”€โ”€ extensions.json
โ”œโ”€โ”€ bitcoin_key_explorer.py
โ”œโ”€โ”€ bitcoin_key_explorer.bat
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ NOTICE
โ”œโ”€โ”€ ETHICS
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ RELEASE_v1.0.0.md
โ”œโ”€โ”€ RELEASE_v2.0.0.md
โ””โ”€โ”€ requirements.txt

๐ŸŽฌ DEMO

DEMO: BITCOIN KEY EXPLORER


โš ๏ธ DISCLAIMER

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.

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.

The author accepts no liability for any damages, losses, or illegal use resulting from this software.
All responsibility lies solely with the end user.

Use responsibly. Learn ethically. Contribute honestly.


โš–๏ธ Ethical Use

This tool is created strictly for research and educational purposes.
See ETHICS for the full statement.


๐Ÿ“œ License

Licensed under the Apache 2.0 License


๐Ÿ“ฃ NOTICE

See NOTICE for important information about attribution, DMCA protection, and reuse permissions.


๐Ÿฑ Support

โ˜… 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.


๐Ÿ‘ค Author & Contact

๐Ÿ”— 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.