Mnemonic and Addresses Generator

Generatea new BIP39 mnemonic phrase and seed.

Anyone with access to a mnemonic can control that wallet.
This client page calls a backend API directly.
(Use at your own risk)

Important: Save your mnemonic and store it securely offline as a backup.
It’s your key to recovering your funds in case of an emergency.

Generate Account Extended Public Key and BIP84 Addresses

Generate Bitcoin addresses from a mnemonic using the selected BIP standard.
(Use at your own risk)

Address Types

Explanation of each address type, compatible wallets, and default recommendation

  • BIP32: Hierarchical Deterministic (HD) wallets with custom derivation paths (e.g., "1...").
    Wallets: Electrum, Bitcoin Core, MultiBit.
    Not recommended (foundational, lacks specificity).
  • BIP44: Legacy HD (P2PKH, "1...").
    Wallets: Ledger, Trezor, Electrum, Mycelium, Exodus.
    Good compatibility, but higher fees.
  • BIP49: Wrapped SegWit (P2SH-P2WPKH, "3...").
    Wallets: Ledger, Trezor, Samourai, BlueWallet, Blockstream Green.
    Transitional choice, less efficient than native SegWit.
  • BIP84: Native SegWit (P2WPKH, "bc1...").
    Wallets: Ledger, Trezor, Samourai, BlueWallet, Blockstream Green, Electrum.
    Recommended Default: Best balance of fees, support, and modernity.
  • BIP86: Taproot (P2TR, "bc1p...").
    Wallets: Ledger, Trezor Model T, Bitcoin Core, Sparrow, BlueWallet.
    Offers superior privacy and scripting potential. Future-proof, but adoption still growing.