<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Crislyn Ugmad, Author at</title>
	<atom:link href="https://icoshock.com/author/cristlyn-ugmad/feed/" rel="self" type="application/rss+xml" />
	<link>https://icoshock.com/author/cristlyn-ugmad/</link>
	<description>Crypto News, Reviews and Entertainment</description>
	<lastBuildDate>Wed, 09 Sep 2026 14:18:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>

<image>
	<url>https://i0.wp.com/icoshock.com/wp-content/uploads/2018/09/cropped-ICOshock-Blue-DarkBG%404x-1.png?fit=32%2C32&#038;ssl=1</url>
	<title>Crislyn Ugmad, Author at</title>
	<link>https://icoshock.com/author/cristlyn-ugmad/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">147560462</site>	<item>
		<title>Is Bitcoin Really Anonymous? How Bitcoin Privacy Actually Works</title>
		<link>https://icoshock.com/why-bitcoin-is-not-anonymous/</link>
					<comments>https://icoshock.com/why-bitcoin-is-not-anonymous/#respond</comments>
		
		<dc:creator><![CDATA[Crislyn Ugmad]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 10:36:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://icoshock.com/?p=6373</guid>

					<description><![CDATA[<p>Bitcoin is anonymous. At least, that is what a lot of people used to believe during the early days of [&#8230;]</p>
<p>The post <a href="https://icoshock.com/why-bitcoin-is-not-anonymous/">Is Bitcoin Really Anonymous? How Bitcoin Privacy Actually Works</a> appeared first on <a href="https://icoshock.com"></a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading"><strong>Bitcoin is anonymous.</strong></h3>



<p>At least, that is what a lot of people used to believe during the early days of crypto. It makes sense at first glance. You can set up a Bitcoin wallet without entering your name, uploading a passport or asking anyone for permission. Transactions show addresses rather than names and bank account numbers.</p>



<p>But open a block explorer and you quickly discover the other side of Bitcoin: almost everything is public.</p>



<p>Every confirmed on-chain transaction is permanently recorded. You can see where coins came from, where they went, how much was transferred and when it happened. <a href="https://bitcoin.org/en/protect-your-privacy">Bitcoin.org&#8217;s privacy guide</a> is unusually blunt about this, describing Bitcoin transactions as public, traceable and permanently stored.</p>



<p>So Bitcoin isn&#8217;t really anonymous. <strong>Pseudonymous</strong> is a much better description.</p>



<p>That distinction matters a lot more today than it did in Bitcoin&#8217;s early years. KYC exchanges have linked huge numbers of withdrawals to real identities, blockchain-analysis companies have improved their clustering methods, and investigators have repeatedly shown that a public ledger can be very useful when following money.</p>



<p>The interesting question today isn&#8217;t really <strong>&#8220;Is Bitcoin anonymous?&#8221;</strong> It is: <strong>How much can someone actually figure out about you from the Bitcoin blockchain?</strong></p>



<p>The answer is more complicated than either &#8220;Bitcoin is anonymous&#8221; or &#8220;every transaction is easily traceable.&#8221;</p>



<h3 class="wp-block-heading"><strong>What does Bitcoin actually reveal?</strong></h3>



<p>Imagine I send you 0.1 BTC. The blockchain doesn&#8217;t record &#8220;Alex sent 0.1 BTC to John.&#8221; It records transaction inputs and outputs associated with Bitcoin scripts and addresses.</p>



<p>Someone looking at the blockchain can see the transaction. What they don&#8217;t automatically know is who controls those outputs. That&#8217;s where Bitcoin gets some of its privacy.</p>



<p>If nobody can connect an address or UTXO with your identity, looking at the blockchain alone doesn&#8217;t magically reveal your name. The problem is that people leave clues, and there are a lot of clues.</p>



<p><strong>Blockchain analysis is basically a giant puzzle</strong></p>



<p>A common misconception is that companies such as Chainalysis have some secret version of Bitcoin where everyone&#8217;s identity is displayed. They don&#8217;t. They work with the same public ledger and combine it with other information, labels, behavioral patterns and transaction heuristics. <a href="https://www.chainalysis.com/blog/is-bitcoin-traceable/">Chainalysis itself explains the basic traceability problem here</a>.</p>



<p>A heuristic isn&#8217;t necessarily proof. It&#8217;s an educated assumption that can be useful often enough to help connect pieces of transaction history.</p>



<p><strong>The common-input heuristic</strong></p>



<p>Suppose a transaction spends three UTXOs: 0.10 BTC, 0.25 BTC and 0.40 BTC. A normal wallet may combine them to make a larger payment. An observer can reasonably guess that whoever created the transaction controlled all three inputs.</p>



<p>Suddenly three previously separate pieces of Bitcoin history may be clustered together. This is known as the common-input-ownership heuristic.</p>



<p>It isn&#8217;t always correct. Collaborative transactions can deliberately break the assumption. In fact, <a href="https://bips.dev/78/">BIP 78, the PayJoin specification</a>, exists partly because ordinary Bitcoin payments create exactly this kind of privacy leak.</p>



<p><strong>Finding the change</strong></p>



<p>Inputs aren&#8217;t the only clue. Imagine you spend a 0.8 BTC UTXO to pay somebody 0.23 BTC. Ignoring fees, another output of roughly 0.57 BTC has to go somewhere. That&#8217;s your change.</p>



<p>To a casual observer both outputs are just outputs. Analysis software can make educated guesses about which one is the payment and which one is change. One amount may be round, one script type may resemble the inputs, or a wallet may produce a recognizable transaction structure.</p>



<p>BIP 78 specifically discusses common-input ownership, script-type matching and round payment amounts as transaction-analysis heuristics. One guess does not necessarily reveal much. Repeated across a long transaction history, however, those guesses can start to form a surprisingly useful map.</p>



<p><strong>The KYC problem is probably bigger for normal users</strong></p>



<p>For the average Bitcoin holder, KYC is probably more relevant than any clever blockchain trick.</p>



<p>Let&#8217;s say you create a completely new wallet and then buy 0.5 BTC from an exchange where you&#8217;ve completed identity verification. You withdraw the BTC to your wallet.</p>



<p>The blockchain still doesn&#8217;t contain your passport or your name. But the exchange has a record showing that your verified account initiated that withdrawal. That creates a bridge between your real-world identity and an on-chain transaction.</p>



<p>It doesn&#8217;t automatically mean the exchange knows every address you&#8217;ll ever use afterward. But it gives an analyst a known starting point.</p>



<p>This is why Bitcoin users spend so much time arguing about KYC and non-KYC UTXOs. In one <a href="https://www.reddit.com/r/BitcoinBeginners/comments/1hhs855/">r/BitcoinBeginners discussion</a>, users point out that once KYC and non-KYC coins are actually combined in a spend, the distinction can become heavily correlated with the same identity. Another <a href="https://www.reddit.com/r/BitcoinBeginners/comments/1gvd5k0/">thread focuses on exactly what happens when a KYC and non-KYC UTXO have to be combined</a>.</p>



<p>That is a much more realistic Bitcoin privacy problem than somebody simply &#8220;hacking the blockchain.&#8221;</p>



<p><strong>A new address does not necessarily mean a new identity</strong></p>



<p>One of the oldest pieces of Bitcoin privacy advice is: <strong>don&#8217;t reuse addresses</strong>. It&#8217;s still good advice. <a href="https://bitcoin.org/en/protect-your-privacy">Bitcoin.org recommends a new address for each payment</a> because address reuse makes payments easier to associate.</p>



<p>Modern wallets normally handle this automatically, but there is an important catch.</p>



<p>Imagine you receive three separate UTXOs: one from a KYC exchange, one from somebody paying you and one from a completely unrelated source. They all went to fresh addresses. From the outside they may initially look unrelated.</p>



<p>Six months later you want to make a larger payment, and your wallet combines all three as inputs. You&#8217;ve potentially linked them yourself.</p>



<p>This is the part that gets missed in basic &#8220;use a new address&#8221; advice. Privacy is not only about how you receive Bitcoin. How you eventually spend your UTXOs matters too.</p>



<p><strong>This is why coin control exists</strong></p>



<p>Most casual Bitcoin users never manually choose which UTXOs they&#8217;re spending. Their wallet does it for them. Coin control lets you choose specific UTXOs instead.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>UTXO</strong></td><td><strong>Example source</strong></td></tr><tr><td>A</td><td>KYC exchange</td></tr><tr><td>B</td><td>Business payment</td></tr><tr><td>C</td><td>Personal payment</td></tr><tr><td>D</td><td>Old cold-storage coins</td></tr></tbody></table></figure>



<p>Maybe you don&#8217;t want A and D appearing together as inputs in the same transaction. Coin control gives you a way to avoid that.</p>



<p>A Reddit discussion about <a href="https://www.reddit.com/r/Bitcoin/comments/18hiotn/">keeping KYC and non-KYC coins separated</a> sums up the practical problem pretty well: simply having different UTXOs isn&#8217;t the same as keeping them private if you later spend them together or leak wallet-level information elsewhere.</p>



<p>This sounds simple, but it illustrates one of Bitcoin privacy&#8217;s biggest weaknesses: good privacy can require the user to understand what the wallet is doing. Normal users don&#8217;t want to become blockchain-forensics experts just to send money.</p>



<p><strong>Your wallet can leak information without putting it on the blockchain</strong></p>



<p>There&#8217;s another layer people often forget. How does your wallet know its balance? It has to obtain blockchain information from somewhere.</p>



<p>If you&#8217;re running your own Bitcoin node, your wallet can query infrastructure you control. If you&#8217;re using somebody else&#8217;s server, the privacy picture depends on how that wallet communicates and what metadata the provider can observe.</p>



<p>There is also network-level metadata. <a href="https://bitcoin.org/en/protect-your-privacy">Bitcoin.org notes that transaction relays can expose IP information</a> and mentions Tor as one possible way to reduce that exposure.</p>



<p>This is why privacy-conscious Bitcoin users tend to talk about several things at once: fresh addresses, UTXO management, coin control, their own node and network privacy. Bitcoin privacy is rarely one setting you turn on.</p>



<p><strong>Can blockchain analysis actually identify people?</strong></p>



<p>Sometimes, yes. But there is an important difference between &#8220;these addresses probably belong to the same entity&#8221; and &#8220;these addresses belong to a specific named person.&#8221;</p>



<p>The blockchain is much better at helping establish the first than the second. To get from an address cluster to a real identity, investigators generally need some connection outside the blockchain: exchange records, merchant data, a publicly posted address, seized devices, network information or evidence gathered during an investigation.</p>



<p>Once one part of a cluster is identified, however, old blockchain data can suddenly become much more useful.</p>



<p>The <a href="https://www.justice.gov/archives/opa/pr/department-justice-seizes-23-million-cryptocurrency-paid-ransomware-extortionists-darkside">Colonial Pipeline ransomware case</a> is a good real-world example. The U.S. Department of Justice said investigators reviewed Bitcoin&#8217;s public ledger, followed multiple transfers and identified BTC that could be traced to a specific address before the funds were seized.</p>



<p>That doesn&#8217;t mean law enforcement can simply seize any Bitcoin it can trace. In that case the FBI also obtained the private key needed to control the address. But it demonstrates why a permanently public transaction graph can be valuable to investigators.</p>



<p>And that&#8217;s the uncomfortable part: a transaction that reveals very little today does not disappear. Bitcoin.org explicitly warns that information that isn&#8217;t easily traceable now may become easier to trace in the future because the transaction history is permanent.</p>



<p><strong>Bitcoin privacy isn&#8217;t binary</strong></p>



<p>At this point it&#8217;s tempting to swing too far the other way and say Bitcoin has no privacy. That&#8217;s also too simplistic.</p>



<p>There is a huge difference between someone who repeatedly uses one public address linked to their identity and somebody who uses fresh addresses, understands UTXOs, avoids unnecessary consolidation and controls more of their wallet infrastructure.</p>



<p>Bitcoin privacy exists on a spectrum. There are also technologies specifically designed to make some of the common analysis assumptions less reliable.</p>



<p><strong>CoinJoin: useful, but not magic</strong></p>



<p>CoinJoin allows multiple participants to contribute inputs and outputs to a collaborative Bitcoin transaction. The point is not to hide the blockchain. It is to make straightforward relationships between inputs and outputs harder to infer.</p>



<p>But the privacy you gain depends on what happens before and after the CoinJoin too.</p>



<p>A detailed <a href="https://arxiv.org/abs/2109.10229">academic study of Wasabi and Samourai CoinJoin implementations</a> found that pre-mix and post-mix behavior can narrow the anonymity users actually receive. The researchers were able to detect large numbers of CoinJoin transactions and trace significant flows toward exchanges.</p>



<p>That result is a useful reality check. Privacy doesn&#8217;t end when the privacy-enhancing transaction finishes. If you later recombine outputs carelessly with already identified funds, you can undermine some of what you gained.</p>



<p>More recently, a <a href="https://arxiv.org/abs/2607.00772">2026 longitudinal study of Bitcoin anonymity techniques</a> found that detectable second-generation privacy protocols still represented less than 1% of overall Bitcoin transactions in its measurements. Bitcoin has increasingly sophisticated privacy techniques, but mass adoption of those techniques is another question entirely.</p>



<p><strong>PayJoin attacks the assumptions instead</strong></p>



<p>PayJoin takes a different approach. In an ordinary payment, an analyst often assumes all transaction inputs belong to the sender. With PayJoin, the receiver contributes an input too.</p>



<p>Now a transaction can look fairly ordinary while the common-input assumption is simply wrong. <a href="https://bips.dev/78/">BIP 78</a> describes the original deployed PayJoin protocol, while <a href="https://bips.dev/77/">BIP 77</a> defines an asynchronous version designed to remove some of the usability and infrastructure friction of the original approach.</p>



<p>That&#8217;s an elegant idea: rather than trying to make the public ledger disappear, make the standard assumptions used to interpret it less reliable.</p>



<p><strong>Silent Payments are one of the more interesting newer privacy upgrades</strong></p>



<p>Normally, avoiding address reuse means giving every sender a fresh address. That&#8217;s awkward if you want to publish one static donation or payment address on a website.</p>



<p>Silent Payments try to solve that problem. <a href="https://bips.dev/352/">BIP 352</a> specifies static payment addresses where each payment ends up at a unique on-chain destination without an obvious on-chain link back to the published address.</p>



<p>That potentially gives Bitcoin something genuinely useful: the convenience of one reusable payment identifier without the obvious public history created by ordinary address reuse.</p>



<p>BIP 352 is also a good example of why a 2026 Bitcoin privacy article shouldn&#8217;t read like one written in 2018. The privacy toolkit is still evolving.</p>



<p><strong>What about Lightning?</strong></p>



<p>Lightning changes the privacy picture again. Instead of every individual payment becoming a normal Bitcoin transaction on-chain, Lightning uses payment channels and moves many payments off-chain before settlement.</p>



<p>That means somebody browsing Bitcoin&#8217;s blockchain does not get the same direct view of every individual Lightning payment. <a href="https://bitcoin.org/en/bitcoin-for-individuals">Bitcoin.org&#8217;s overview for individual users</a> describes Lightning as an off-chain payment layer built on Bitcoin.</p>



<p>But better privacy does not equal perfect anonymity. Channel activity still interacts with Bitcoin, and Lightning introduces its own metadata and routing considerations. Again, different tools protect against different information leaks.</p>



<p><strong>So why not just use Monero?</strong></p>



<p>This is where the Bitcoin-versus-Monero argument gets genuinely interesting.</p>



<p>Bitcoin essentially starts with a transparent ledger and then gives users and developers ways to improve privacy. Monero starts from almost the opposite philosophy: privacy is built into normal transactions by default.</p>



<p>According to <a href="https://www.getmonero.org/get-started/what-is-monero/">Monero&#8217;s official explanation</a>, it uses stealth addresses, ring signatures and RingCT to obscure the receiver, sender and amount. <a href="https://www.getmonero.org/get-started/faq/">Monero&#8217;s FAQ</a> also emphasizes that users cannot accidentally send a normal transparent transaction because privacy is mandatory at the protocol level.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong></strong></td><td><strong>Bitcoin</strong></td><td><strong>Monero</strong></td></tr><tr><td>Ledger</td><td>Public and transparent</td><td>Privacy-focused</td></tr><tr><td>Transaction amounts</td><td>Public on-chain</td><td>Hidden</td></tr><tr><td>Sender</td><td>Pseudonymous by default</td><td>Obscured by protocol privacy</td></tr><tr><td>Receiver</td><td>Outputs visible on-chain</td><td>Stealth addresses</td></tr><tr><td>Transaction history</td><td>Public and analyzable</td><td>Designed to resist tracing</td></tr><tr><td>Privacy</td><td>Often depends on user behavior/tools</td><td>Default at protocol level</td></tr><tr><td>User effort</td><td>Can require substantial knowledge</td><td>Privacy is much more automatic</td></tr></tbody></table></figure>



<p>That difference is why the Monero community often argues that private digital cash needs privacy by default rather than privacy as an optional layer. A <a href="https://www.reddit.com/r/Monero/comments/1sfhdmn/title_is_monero_what_bitcoin_was_actually_meant/">2026 r/Monero discussion</a> framed the transparent Bitcoin ledger as a potential surveillance problem and asked whether Monero is closer to the original electronic-cash vision.</p>



<p>You don&#8217;t have to agree with that conclusion to see the underlying difference. If the question is specifically transaction privacy, Monero starts from a much stronger default position.</p>



<p>There is an important caveat: Monero isn&#8217;t magic either. Its own FAQ points out that cryptography cannot make another party forget information you voluntarily gave them. If you buy XMR from an exchange using your identity and bank account, that exchange can still know that you acquired Monero even if it cannot follow a transparent transaction graph afterward in the same way it can with Bitcoin.</p>



<p><strong>Privacy and anonymity aren&#8217;t the same thing</strong></p>



<p>People tend to think of cryptocurrency privacy as binary: anonymous or not anonymous. Reality is messier.</p>



<p><strong>User A</strong></p>



<p>Buys Bitcoin from a KYC exchange, withdraws it, repeatedly reuses one address and posts that address publicly. Privacy: terrible.</p>



<p><strong>User B</strong></p>



<p>Buys through a KYC exchange but uses fresh addresses, sensible UTXO management and doesn&#8217;t publicly connect addresses to their identity. Privacy: considerably better, although the exchange still knows the original withdrawal.</p>



<p><strong>User C</strong></p>



<p>Understands coin control, separates different sources of Bitcoin, controls their own node infrastructure where practical and understands technologies such as PayJoin and Silent Payments. Privacy: potentially much stronger.</p>



<p>They&#8217;re all using the same Bitcoin network. That&#8217;s why saying &#8220;Bitcoin is anonymous&#8221; is wrong, but saying &#8220;every Bitcoin transaction tells everyone exactly who owns what&#8221; is wrong too.</p>



<p><strong>The uncomfortable truth about Bitcoin privacy</strong></p>



<p>Bitcoin&#8217;s transparency is simultaneously one of its strengths and one of its weaknesses.</p>



<p>Anyone can verify the ledger. Nobody needs to trust a bank to tell them which transactions happened. But that same ledger remembers everything.</p>



<p>Bitcoin gives you pseudonyms, not invisibility. Transaction structure can give analysts useful clues about which coins belong together. KYC exchanges and other real-world services can provide the missing bridge between blockchain activity and identities. And because the ledger is permanent, today&#8217;s anonymous-looking transaction may become more revealing later.</p>



<p>At the same time, blockchain analysis isn&#8217;t magic. Heuristics can be wrong. Collaborative transactions can deliberately break assumptions. Wallet behavior matters. PayJoin, Silent Payments and other privacy work are explicitly designed to reduce the reliability of common surveillance techniques.</p>



<p><strong>So, is Bitcoin anonymous?</strong></p>



<p><strong>No.</strong></p>



<p>The better answer is that Bitcoin is a transparent, pseudonymous system where your real level of privacy depends enormously on how you acquire, store and spend your coins.</p>



<p>If privacy is an afterthought, Bitcoin can reveal far more than most newcomers expect. If privacy actually matters to you, there is one thing worth understanding before anything else:</p>



<p><strong>The blockchain doesn&#8217;t need to know your name to tell a surprisingly detailed story about your money.</strong></p>



<p><strong>Further reading</strong></p>



<p><a href="https://bitcoin.org/en/protect-your-privacy">Bitcoin.org: Protect Your Privacy</a></p>



<p><a href="https://bips.dev/78/">BIP 78: PayJoin</a></p>



<p><a href="https://bips.dev/77/">BIP 77: Async PayJoin</a></p>



<p><a href="https://bips.dev/352/">BIP 352: Silent Payments</a></p>



<p><a href="https://arxiv.org/abs/2109.10229">Stütz et al.: Adoption and Actual Privacy of Decentralized CoinJoin Implementations in Bitcoin</a></p>



<p><a href="https://arxiv.org/abs/2607.00772">Hawkins, Levett &amp; Shahandashti (2026): No Country for Old Privacy</a></p>



<p><a href="https://www.getmonero.org/get-started/what-is-monero/">Monero Project: What Is Monero?</a></p>



<p><a href="https://www.chainalysis.com/blog/is-bitcoin-traceable/">Chainalysis: Is Bitcoin Traceable?</a></p>



<p><a href="https://www.justice.gov/archives/opa/pr/department-justice-seizes-23-million-cryptocurrency-paid-ransomware-extortionists-darkside">U.S. DOJ: Colonial Pipeline Bitcoin seizure</a></p>



<p></p>
<p>The post <a href="https://icoshock.com/why-bitcoin-is-not-anonymous/">Is Bitcoin Really Anonymous? How Bitcoin Privacy Actually Works</a> appeared first on <a href="https://icoshock.com"></a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://icoshock.com/why-bitcoin-is-not-anonymous/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">6373</post-id>	</item>
	</channel>
</rss>
