BitKeys is a tool for exploring the Bitcoin private key space. It generates Bitcoin addresses from private keys and checks their balances via the Blockchain.info API.
Live Demo: https://bitkeys.netlify.app
Telegram: @bitkeysapp
- Manual Mode: Navigate through pages of 128 addresses, select specific pages or positions
- Auto Mode: Automatically scan random pages until a balance is found
- Puzzle Mode: Search for keys to Bitcoin Puzzle addresses with real rewards
- History: All found addresses with balance or transaction history are saved locally
- Multilingual: English and Russian interface
npm install
npm startOpen http://localhost:3000 to view in browser.
npm run buildThe app runs entirely in your browser. Private keys are generated locally and never sent to any server.
This project is for educational purposes only. Never spend bitcoins you find — they may belong to someone else.