randarium
Test Data

Fake Crypto Address Generator

Create nonfunctional dummy cryptocurrency addresses in various formats including Ethereum addresses, Bitcoin-style addresses, contract addresses, transaction hashes, block hashes, wallet names, and BIP39 mnemonics. This data is not real and cannot be used to access actual wallets or transfer funds.

Also known as: fake wallet · mock address · test crypto

seeded · synthetic data

Presets

Output

No output yet — set your options and hit .
About this tool, tips & examples

What it does

The Fake Crypto Address Generator produces nonfunctional, dummy blockchain identifiers in the right shape: Ethereum-style 0x… addresses, Bitcoin style addresses, contract addresses, transaction hashes, block hashes, wallet names, and BIP39-style mnemonic phrases. Generate up to 1,000 per run, seeded for reproducible fixtures. None of it corresponds to real wallets, keys, or funds.

Common use cases

  • Wallet UI development — populate address books, transaction lists, and QR flows with realistic-shaped values.
  • API and validation testing — verify checksum, length, and format handling for addresses and hashes without touching a live chain.
  • Documentation and demos — example addresses that can’t be accidentally real (never paste a real address into docs).
  • Secret-scanner tests — confirm your tooling flags mnemonic-looking phrases in code review.

Settings

  • Chain/Format — Ethereum addresses, Bitcoin-style addresses, contract addresses, transaction hashes, block hashes, wallet names, or mnemonics (presets for the common chains).
  • How many — 1 to 1,000 values per run, exportable as text, CSV, or JSON.
  • Seed — the same seed and settings regenerate the identical list.

Privacy note

Everything is generated locally in your browser and never uploaded. These are nonfunctional dummy values: the addresses are not derived from real keys, the mnemonics control no wallet, and nothing here can send, receive, or access funds.

FAQ

Could a generated address collide with a real one? It’s astronomically unlikely — the space is 2¹⁶⁰+ — but treat every value as display-only test data anyway. Never send funds to generated addresses.

Are the mnemonics valid BIP39 phrases? They are mnemonic-shaped fixtures for UI and scanner testing. Whatever they’d derive to, they’re published test data — anything “secured” by a public phrase is not secured at all.

Why not just use real addresses from a block explorer? Real addresses belong to real people and invite accidental transactions. Synthetic values keep demos, tests, and docs safe by construction.