Mnemonic Tools

Generate and validate BIP39 seed phrases

What is BIP39?

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.

Security Best Practices

  • • Generate mnemonics offline on an air-gapped computer
  • • Write down the phrase on paper, never store digitally
  • • Verify the phrase by restoring a test wallet
  • • Store multiple copies in secure, separate locations
  • • Never share your mnemonic phrase with anyone
  • • Consider using a passphrase for additional security

Mnemonic Length & Security

12
words
128 bits
Standard
15
words
160 bits
Enhanced
18
words
192 bits
High
21
words
224 bits
Very High
24
words
256 bits
Maximum