What is a Bitcoin wallet address?
Quick Answer
A Bitcoin address is like an account number you share to receive coins — a string of 26–62 characters derived from your keys. Sharing it is safe; it reveals your balance history but never lets anyone take your coins.
TL;DR
An address receives Bitcoin and is safe to share. The private key behind it spends Bitcoin and must never be shared.
Key Takeaways
- 1Addresses are derived from your public key — sharing them cannot lose you coins
- 2Modern addresses start with bc1 (lower fees); older ones with 1 or 3
- 3Anyone can see an address's history on the blockchain — reuse harms privacy
- 4Always verify the first and last characters before sending
Full Explanation
Think of the address as the slot in your mailbox: anyone can drop Bitcoin in, only the keyholder can take it out. Technically it's derived from your public key through hashing, producing formats you'll recognize: legacy addresses starting with 1, script addresses with 3, and modern native-SegWit ones starting with bc1, which enjoy the lowest fees.
Two properties matter in practice. First, addresses are safe to share — printing one on a donation page risks nothing but privacy, since the blockchain is public and anyone can view an address's full history. That's why wallets generate a fresh address for every receipt; reusing one links your transactions together for any observer.
Second, addresses are unforgiving. They include a checksum, so a typo almost always produces an invalid address your wallet rejects — but a *valid* wrong address (especially one swapped in by clipboard malware) receives coins irreversibly. The habit that protects you: compare the first and last several characters every time you paste, and test with a small amount before any large transfer.