A Bitcoin wallet address is crucial for receiving Bitcoin. It’s essentially your “account number” on the Bitcoin network. It allows others to send you BTC. This article provides a detailed example and explains the components.
What Does a Bitcoin Address Look Like?
Bitcoin addresses are long strings of alphanumeric characters. They typically start with ‘1’, ‘3’, or ‘bc1’; Here’s a common example:
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
This is a legacy (P2PKH) address, starting with ‘1’. Newer address formats exist, offering benefits like lower fees and improved privacy.
Address Formats Explained
- P2PKH (Pay-to-Public-Key-Hash): Starts with ‘1’. The oldest and most widely supported format.
- P2SH (Pay-to-Script-Hash): Starts with ‘3’. Used for more complex transactions, like multi-signature wallets.
- Bech32 (SegWit): Starts with ‘bc1’. The newest format, offering lower fees and better scalability. Example: bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq
Breaking Down the Address
While the address appears random, it’s derived from cryptographic keys. It’s a one-way hash of your public key. This means you can generate an address from your public key, but you can’t derive the private key from the address. Never share your private key!
Checksum
Bitcoin addresses include a checksum to help prevent errors. This ensures that if you mistype an address, the transaction will likely fail, preventing funds from being sent to the wrong place.
Using a Bitcoin Wallet Address
To receive Bitcoin:
- Open your Bitcoin wallet.
- Find the “Receive” or “Deposit” section.
- Your wallet will display your Bitcoin address.
- Share this address with the sender.
Important: Always double-check the address before sending or receiving Bitcoin. Even a single incorrect character can result in lost funds.
QR Codes
Most wallets also provide a QR code representation of your address. This allows for easy scanning with mobile wallets, reducing the risk of typing errors.



