Crypto Wallet Generator
Ethereum HD wallets, BIP39 mnemonics and addresses
How it works
Generate a BIP39 recovery phrase (12 or 24 words) and the tool deterministically derives Ethereum accounts along the standard BIP44 path m/44'/60'/0'/0/i — each with its checksummed (EIP-55) address, public key and private key. You can also paste an existing mnemonic to view its addresses, or generate a single standalone random key. Everything is computed locally with audited libraries; nothing is transmitted, and keys are never placed in the URL.
Frequently asked
Is this safe to use for a real wallet?
No — treat it as a development, testing and learning tool only. Never store funds in a wallet generated in a web page. Use a hardware wallet or an audited application for real assets.
Are the keys generated locally?
Yes. Generation and derivation run entirely in your browser using the browser's secure random source and audited @noble / @scure libraries. No key is ever uploaded, and keys are never put in the shareable URL.
What derivation path is used?
The standard Ethereum BIP44 path m/44'/60'/0'/0/i, the same one used by MetaMask and most wallets, so the derived addresses match.
Can I import an existing seed phrase?
Yes — paste a valid BIP39 mnemonic into the phrase field to view its derived addresses. It stays in your browser.