ENTROPÍA

Why doesn't my Bitcoin address show up on a block explorer?

You paste your address into a block explorer, it says not found, and your stomach drops.

**An address that never received funds does not appear on the blockchain because explorers index transactions, not possible addresses.**

Why the explorer says it doesn't exist

A block explorer doesn't keep a directory of every possible address. It only indexes addresses that have been involved in a transaction. If an address has never sent or received anything, no transaction mentions it, so the explorer returns 'not found'.

That's not a bug: that's how Bitcoin works. Addresses are generated in your wallet from your key, and there are more possible addresses than you can imagine. The network doesn't know they exist until someone sends funds to them.

If you're expecting a payment, this is normal

People often generate an address, give it to someone, then look it up to see if the payment arrived. If the payment hasn't been made, nothing will show up. That can be scary, but it doesn't mean the address is wrong or that you lost anything.

Once a transaction is confirmed, the address will appear in the explorer with its history. Until then, there's nothing for the explorer to display.

What you can do to reassure yourself

Instead of searching for the address on a block explorer, open your wallet and compare: the address your wallet gave you is that one. If your wallet shows it, it's yours, even if the explorer doesn't know it yet.

Whether you use a hardware wallet or software wallet, they all derive addresses from your seed. You don't need a block explorer to confirm an address is yours; your wallet already knows.

Not showing up doesn't mean the address isn't yours

You can't search for whether an address is yours; you can only derive it from your key and compare. The explorer has no list of every address that could exist—only those that have been used in a transaction. Source: 'Modelo UTXO; los exploradores indexan transacciones, no direcciones posibles' (UTXO model; explorers index transactions, not possible addresses).

Source: Modelo UTXO; los exploradores indexan transacciones, no direcciones posibles