⚠️ Important Caveat
Bitcoin is NOT private by default. All transactions are permanently recorded on a public blockchain. This guide covers techniques to improve privacy, but none of them provide the comprehensive default privacy of Monero. For the most private transactions, XMR is recommended. See our Monero guide.
Understanding Bitcoin's Privacy Limitations
Bitcoin was designed to be transparent, not private. Every transaction — including amounts, sender addresses, and recipient addresses — is permanently recorded on a public ledger that anyone can inspect. Blockchain analysis firms like Chainalysis and Elliptic have developed sophisticated tools to cluster addresses, identify exchange deposits, and trace the flow of Bitcoin across addresses.
That said, it is possible to significantly improve your Bitcoin privacy through careful practices. The following techniques are used by privacy-conscious Bitcoin users worldwide.
Step 1: Choose a Privacy-Focused Wallet
Sparrow Wallet (Desktop — Recommended)
Sparrow Wallet (sparrowwallet.com) is a feature-rich desktop wallet with built-in Whirlpool CoinJoin, excellent UTXO management, and full Tor support. It connects to your own Bitcoin node or public Electrum servers over Tor.
Wasabi Wallet (Desktop)
Wasabi Wallet (wasabiwallet.io) pioneered trustless CoinJoin for Bitcoin. It uses the WabiSabi protocol for collaborative privacy transactions. All connections route through Tor by default.
Hardware Wallets: Coldcard / Trezor
For long-term Bitcoin storage, a hardware wallet keeps your private keys offline. Coldcard (coldcard.com) is considered the gold standard for security. Trezor is a user-friendly alternative.
Step 2: Acquire Bitcoin Without KYC
Bisq — Decentralized P2P Exchange
Bisq (bisq.network) allows peer-to-peer Bitcoin trading using local payment methods including bank transfer, cash, or gift cards. No account, no KYC, runs over Tor. The most privacy-preserving way to acquire BTC.
RoboSats — Lightning-Based P2P Exchange
RoboSats (robosats.com) is a peer-to-peer Lightning Network exchange accessible via Tor/onion. Uses robot identities for privacy. Ideal for smaller, fast BTC purchases.
Bitcoin ATMs (With Caution)
Some Bitcoin ATMs allow cash-to-BTC transactions with minimal ID requirements below certain limits. However, ATMs often have cameras, and receipts/transactions may still be tracked. Use in combination with CoinJoin afterwards.
Step 3: CoinJoin — Improving Privacy After Acquisition
CoinJoin is a technique where multiple Bitcoin users combine their transactions into a single transaction, obscuring which inputs correspond to which outputs. This breaks the transaction graph that blockchain analysts rely on.
Whirlpool (via Sparrow Wallet)
Whirlpool CoinJoin is integrated into Sparrow Wallet. It uses a zero-link mixing protocol where all output amounts are equal, making it impossible to determine which mixed coin belongs to which participant. Requires connecting to Whirlpool's coordinator server.
WabiSabi (via Wasabi Wallet)
Wasabi's WabiSabi protocol allows variable-amount CoinJoins, meaning you can mix any amount. The coordinator is operated by zkSNACKs. All coordination traffic goes through Tor.
JoinMarket (Advanced)
JoinMarket (GitHub) is a decentralized CoinJoin market where takers pay small fees to liquidity providers (makers). More complex to set up but completely decentralized — no central coordinator.
Step 4: Advanced Privacy Practices
UTXO Management
Never merge UTXOs from different sources or identities. Each UTXO has a transaction history; merging them links those histories together. Use coin control features in Sparrow or Wasabi to select which UTXOs to spend.
Connect to Your Own Bitcoin Node
Run Bitcoin Core (bitcoincore.org) on your own hardware and connect your wallet to it. This prevents your wallet queries from being logged by public Electrum servers.
Always Use Tor
Bitcoin P2P network connections can be used to infer your IP address. Configure Bitcoin Core to use Tor with proxy=127.0.0.1:9050 in bitcoin.conf, or use Sparrow/Wasabi which handle this automatically.
Consider Atomic Swapping to XMR
For maximum privacy, consider converting post-mix BTC to XMR via atomic swaps (UnstoppableSwap). XMR's on-chain privacy is fundamentally stronger than any BTC mixing solution.
Useful Resources
Sparrow Wallet
Feature-rich Bitcoin desktop wallet with CoinJoin, UTXO management, and Tor support.
Wasabi Wallet
Privacy-focused Bitcoin wallet with WabiSabi CoinJoin and automatic Tor routing.
Bisq — P2P Bitcoin Exchange
Decentralized, non-KYC Bitcoin exchange running over Tor. No account needed.
Bitcoin Core — Official Node Software
Run your own full Bitcoin node for maximum privacy and sovereignty.
Bitcoin Wiki — Privacy Guide
Comprehensive community-maintained guide to Bitcoin privacy techniques.
