Generate secure private keys and mnemonic phrases (12 or 24 words) with addresses for multiple blockchain protocols
Keys and mnemonics are generated locally in your browser. Never use these for production wallets containing real funds. This tool is intended for development and testing purposes only. Always use hardware wallets or trusted wallet software for managing real assets.
A mnemonic phrase (also called seed phrase or recovery phrase) is a list of 12 or 24 words that can be used to recover a cryptocurrency wallet. The words are generated using the BIP39 standard and can derive multiple private keys following the BIP44 derivation path.
A private key is a 256-bit number (represented as 64 hexadecimal characters) that controls access to a cryptocurrency wallet. Anyone with access to the private key can spend the funds associated with the derived address. Never share your private keys.
The same mnemonic can generate addresses for different blockchain protocols. This tool shows addresses for:
Note: When generating from a mnemonic, Solana addresses are derived using the ed25519 curve with the standard BIP44 derivation path. Other addresses use the secp256k1 curve. When generating from a private key only (without mnemonic), Solana derivation is not available.