The core idea
Bitcoin is pseudonymous, not automatically anonymous. Transactions and addresses are public, while real-world identities may be inferred from exchange records, address reuse, network observations and payment context. Privacy depends on behavior, wallet design and counterparties.
- Use a new receiving address for each payment when the wallet supports it.
- Assume an exchange withdrawal can be associated with your verified account.
- Do not post high-value addresses or balances publicly.
- Coin-control and collaborative transaction tools require careful understanding and may have legal or service implications.
How it works in practice
When addresses and transaction inputs are combined, observers can make probabilistic links between them. Sending change, withdrawing from an identified exchange or publishing a donation address can create additional clues. Network-level data such as IP addresses may also reveal where a transaction originated unless the wallet uses privacy protections.
Practical checklist
- Avoid address reuse.
- Separate public donation or business flows from personal savings.
- Review wallet privacy features and network connections.
- Consider whether a block explorer request reveals addresses to a third party.
- Do not promise anonymity to another person when you cannot control their wallet or exchange records.
Limits and risks
Privacy techniques can add cost, complexity and mistakes. Some services restrict deposits linked to certain transaction patterns, and regulations vary. Privacy is also not the same as security: hiding a balance does not protect a weak seed backup, and strong cold storage does not erase the public transaction trail.
Sources and further reading
Use primary documentation where possible and compare claims across independent sources.
Frequently asked questions
Can anyone see my Bitcoin balance?
Anyone can see balances associated with known addresses. The difficult part is reliably linking those addresses to a person.
Does using a new address make me anonymous?
It reduces simple address reuse but does not remove links created by transaction structure, exchanges, counterparties or network data.
Is a block explorer private?
The blockchain data is public, but the explorer may observe which addresses your browser requests. Running your own tools can reduce that disclosure.