Bitcoin Glossary ยท Updated August 6, 2026

Address

What is a Bitcoin address? The formats you'll see, why one-time use protects privacy, how addresses enable reserve verification, and safety essentials.

Definition

A Bitcoin address is the string of characters you share to receive bitcoin โ€” a hashed, checksummed encoding of a public key (or script) that tells the network where coins should be spendable. Think of it as an invoice destination, not an account: addresses hold no balance themselves; the blockchain simply records which outputs are locked to which addresses.

Address Types You'll Encounter

Bitcoin's address formats evolved with the protocol. Legacy addresses start with 1 (P2PKH), script addresses with 3 (P2SH, common for older multisig), native SegWit with bc1q (lower fees, the modern default), and Taproot with bc1p (the newest format, enabling more private multisig and advanced scripts). All formats interoperate โ€” any wallet can send to any type โ€” but newer formats cost less in fees and reveal less on-chain. If you're generating a receive address today, bc1q or bc1p is what you should see.

One-Time Use and Privacy

Best practice is a fresh address for every receipt. The blockchain is public forever: reusing one address links all your payments into a single visible history that chain-analysis firms โ€” and anyone else โ€” can read. Modern wallets handle this automatically, deriving unlimited addresses from one seed phrase. Address clustering is exactly how analysts attribute sovereign and corporate wallets: the Bhutan mining stack and the US government's seized holdings were mapped by connecting addresses through their transaction patterns. Your addresses tell your story; use them once.

Addresses in Reserve Verification

Public addresses are what make bitcoin the only auditable reserve asset. When El Salvador publishes its national wallet or Twenty One Capital posts proof of reserves, they're disclosing addresses anyone can check in a block explorer โ€” balances, inflows, outflows, in real time. No gold vault offers that. The flip side: a typo'd address means permanently lost funds (checksums catch most errors, but verify the first and last characters of any address before sending), and malware that swaps addresses on your clipboard is a real, common attack.

The Bottom Line

An address is where bitcoin points, not where it lives. Generate them fresh, verify them carefully, and remember that every one you use writes a permanent public record โ€” the same transparency that lets this site track national treasuries applies to you.

Address FAQs

Can two people have the same Bitcoin address?

+
Statistically impossible. The address space is so vast (2^160 for legacy formats) that generating a collision by chance would take longer than the universe's age with all Earth's computing power. Every properly generated address is effectively unique.

What happens if I send bitcoin to a wrong address?

+
If the address is valid but not yours, the coins belong to whoever controls its keys โ€” there is no reversal mechanism and no support line. If the string is invalid, the checksum causes wallets to reject it before sending. Always verify the first and last several characters, and send a small test amount for large transfers.

Does an address show who owns it?

+
Not directly โ€” addresses carry no names. But ownership can often be inferred by clustering addresses that transact together and connecting them to known entities like exchanges. That's pseudonymity, not anonymity, and it's precisely how government and corporate holdings get attributed.

Reading Addresses in the Wild

Practical pattern-matching: an address starting with 1 is legacy pay-to-public-key-hash; 3 is script-hash (often older multisig or wrapped SegWit); bc1q is native SegWit (cheapest common format); bc1p is Taproot. Case matters in legacy formats but bech32 (bc1...) is lowercase by design. Wallets reject malformed strings via checksum, but they cannot detect a *valid* wrong address โ€” clipboard-swapping malware exploits exactly that gap, so verify leading and trailing characters against the source, use QR codes where possible, and send test amounts before large transfers. For receiving, let the wallet rotate addresses automatically; manual reuse is the single most common self-inflicted privacy leak in Bitcoin.

Related Terms

Addresses are derived from a Public Key, which comes from a Private Key โ€” read those in sequence. Wallet explains the software managing them all, and Blockchain covers the ledger where addresses live forever. For hands-on practice, generate a fresh receive address in any modern wallet and look it up in a block explorer โ€” watching your own transaction confirm teaches more than any definition.

← Back to the full Bitcoin Glossary

โœ“ Verified by the BitcoinReserveTracker Team

BitcoinReserveTracker Team has verified the information and data provided on this page. Our research team is dedicated to tracking Bitcoin reserves, cryptocurrency regulation, and mining policy across the globe. We verify information using government records, official announcements, and other primary sources to ensure the data remains accurate and regularly updated. Learn how we verify data โ†’