BIP39 is a Bitcoin Improvement Proposal that defines how to generate mnemonic phrases for deterministic wallets.
These phrases consist of 12-24 words from a standardized list of 2048 words, making it easier to backup and restore wallets.
The mnemonic phrase can generate all private keys for a hierarchical deterministic (HD) wallet.
A BIP39 mnemonic is a human-readable encoding of random entropy plus a checksum. Software converts those words into a binary seed, then into hierarchical deterministic (HD) keys following BIP32/BIP44-style derivation paths used by modern wallets.
Because the word list is fixed and checksummed, wallets can detect many typos. Validation on this page checks BIP39 structure—it does not prove a phrase was generated securely or that you control funds.
Threat model: Generation here runs in your browser and is not sent to Bitcoin Burger servers. Malware, browser extensions, compromised devices, or shoulder-surfing can still expose a phrase. See our security & privacy page for what is client-side versus what hits public APIs on other tools.