--- # This file is licensed under the MIT License (MIT) available on # http://opensource.org/licenses/MIT. id: bitcoin-core-privacy layout: base-core lang: en columns: 1 title: Privacy - Bitcoin Core Features breadcrumbs: - bitcoin - bcc - bcc features - Privacy third_party_privacy: ## Alphabetical order - name: "Bitcoin Core" css_class: bitcoin_core group: default-show tracks_real_names: "no" knows_your_bitcoin_balance: "no" susceptible_to_taint_analysis: "yes" tracks_payments: "no" tracks_amounts: "no" tracks_ip_addresses: "no" - name: "BitGo" css_class: bitcoin_go group: not-displayed tracks_real_names: "no" knows_your_bitcoin_balance: "yes" susceptible_to_taint_analysis: "yes" tracks_payments: "yes" tracks_amounts: "yes" tracks_ip_addresses: "yes" - name: Blockchain.info css_class: blockchain_info group: not-displayed tracks_real_names: "no" knows_your_bitcoin_balance: "yes" susceptible_to_taint_analysis: "yes" tracks_payments: "yes" tracks_amounts: "yes" tracks_ip_addresses: "yes" - name: Coinbase css_class: coinbase group: default-show tracks_real_names: "yes" knows_your_bitcoin_balance: "yes" susceptible_to_taint_analysis: "no" tracks_payments: "yes" tracks_amounts: "yes" tracks_ip_addresses: "yes" - name: GreenAddress css_class: greenaddress group: not-displayed tracks_real_names: "no" knows_your_bitcoin_balance: "yes" susceptible_to_taint_analysis: "yes" tracks_payments: "yes" tracks_amounts: "yes" tracks_ip_addresses: "yes" --- # Bitcoin Core's Excellent Privacy {:.not-displayed}  {% include bitcoin-core/download-bitcoin-core.html %} > What if every time you spent or received cash, all the transaction > details were published to your Twitter or Facebook feed for all your > friends to see? You probably wouldn't want to use cash any more. Every confirmed Bitcoin transaction is published to the block chain where anyone can see it. So **why do people still use Bitcoin?** And why do many of them believe that Bitcoin is a private way of sending money? One reason is that Bitcoin Core and some other Bitcoin software tries to avoid associating your real-world identity with the transactions you make. The difference looks like this:  The second type of transaction (a pseudonymous transaction) only provides practical privacy if nobody can figure out that "5a35b" is really Alice. It's up to your wallet to prevent anyone from making that connection. See below for how Bitcoin Core's privacy compares to other wallets. ## No Sign-Up Required Third-party Bitcoin services can both increase and decrease your privacy. They can increase it by mixing your transactions with those of other users; they can decrease it by tracking your activity and directly associating it with your real name or other identifying information.
Click an entry below to show it: {% for service in page.third_party_privacy %} {% if service.name != 'Bitcoin Core' %} {% endif %} {% endfor %}
Who knows your information? **Just you**{:.fggreen} or also a **service provider?**{:.fgred} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% for service in page.third_party_privacy %} {% if service.name %} | {{service.name}} | {% else %} {% die "Some service doesn't have a name" %} {% endif %} {% endfor %}|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Your real name | {% for service in page.third_party_privacy %} {% case service.tracks_real_names %} {% when "yes" %}{% when "no" %} | {% when "maybe" %} | {% else %} {% die "missing service information" %} {% endcase %} {% endfor %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Your bitcoin balance | {% for service in page.third_party_privacy %} {% case service.knows_your_bitcoin_balance %} {% when "yes" %}{% when "no" %} | {% when "maybe" %} | {% else %} {% die "missing service information" %} {% endcase %} {% endfor %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Who you pay, and/or who pays you (in some cases) | {% for service in page.third_party_privacy %} {% case service.tracks_payments %} {% when "yes" %}{% when "no" %} | {% when "maybe" %} | {% else %} {% die "missing service information" %} {% endcase %} {% endfor %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
How much you spend and/or receive | {% for service in page.third_party_privacy %} {% case service.tracks_amounts %} {% when "yes" %}{% when "no" %} | {% when "maybe" %} | {% else %} {% die "missing service information" %} {% endcase %} {% endfor %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
The IP address your connection came from | {% for service in page.third_party_privacy %} {% case service.tracks_ip_addresses %} {% when "yes" %}{% when "no" %} | {% when "maybe" %} | {% else %} {% die "missing service information" %} {% endcase %} {% endfor %} | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Who can guess your information? **Just you**{:.fggreen} or also **people you trade with?**{:.fgred} | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{% for service in page.third_party_privacy %} {% if service.name %} | {{service.name}} | {% else %} {% die "Some service doesn't have a name" %} {% endif %} {% endfor %}|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Other transactions you made or received | {% for service in page.third_party_privacy %} {% case service.susceptible_to_taint_analysis %} {% when "yes" %}{% when "no" %} | {% when "maybe" %} | {% else %} {% die "missing service information" %} {% endcase %} {% endfor %} |
**Ask bankers**{:.fgred} They'll monitor your every transaction |
**Ask random nodes**{:.fgred} Some of which sell your data |
**Ask a free service**{:.fgred} (Actually, some do care about privacy) |
**Get all {{site.text.total_tx_count_in_millions}} million transactions**{:.fggreen} For **perfect** receiving privacy **Bitcoin Core** |
P2P Lightweight Wallets | Bitcoin Core |
---|---|
Asks the same centralized services every time program is restarted. This can be faster. | Uses the peer-to-peer network to independently discover new peers. Uses found peers on restart. |