Bitcoin Address Inspector
Paste any Bitcoin address to see what type it is, which network it belongs to, and whether its checksum holds. If the address is broken, this tells you where.
What this tool does
It does
- Decode base58check and bech32 or bech32m
- Name the type: P2PKH, P2SH, P2WPKH, P2WSH or P2TR
- Verify the checksum and show the decoded bytes
It does not
- Send the address anywhere, including to us
- Look up a balance or any history
- Accept a private key or seed phrase, ever
An address is public information, so there is nothing sensitive here either way. Even so, the work happens in your browser: open the network tab and you will see no requests while you type.
Formats it reads
| 1... | P2PKH, base58 |
| 3... | P2SH, base58 |
| bc1q... | segwit v0 |
| bc1p... | taproot, v1 |
| tb1..., m..., n... | testnet |