Generator
What is BIP-39?

BIP-39 (Bitcoin Improvement Proposal 39) defines a standard for generating human-readable mnemonic phrases from cryptographic entropy. The entropy is randomly generated (128–256 bits), a checksum is appended, and the resulting bit string is split into 11-bit groups — each mapping to a word in a fixed 2048-word dictionary. The phrase can then reconstruct the original entropy deterministically.

A passphrase (also called the "25th word") can optionally be added as extra protection. The mnemonic + passphrase are run through PBKDF2-HMAC-SHA512 (2048 iterations) to derive a 512-bit binary seed, which HD wallets use to derive all child keys via BIP-32.

12 words
128 bits entropy
18 words
192 bits entropy
24 words
256 bits entropy
Wordlist
2048 words
Bitcoinm/44'/0'/0'/0BTC
Ethereumm/44'/60'/0'/0ETH / ERC-20
Solanam/44'/501'/0'/0'SOL
Litecoinm/44'/2'/0'/0LTC
⚠️ Security Warning: Seed phrases generated here are for educational and testing purposes. For real funds, use a hardware wallet or trusted, air-gapped software. Never enter a real seed phrase containing funds into any website. This generator runs 100% locally — no data leaves your browser.
Generator