Bitcoin Glossary ยท Updated August 6, 2026

Public Key

What is a Bitcoin public key? How it derives from private keys, powers addresses and signatures, enables watch-only wallets and proof of reserves.

Definition

A public key is the shareable half of Bitcoin's cryptographic key pair โ€” derived mathematically from a private key, used to generate receiving addresses and to verify signatures. It can be shown to anyone without risk: the math that produces a public key from a private key cannot be run backward, which is the asymmetry Bitcoin's entire ownership model rests on.

How Public Keys Fit the System

Your wallet derives a public key from each private key on the secp256k1 elliptic curve, then hashes and encodes it into the addresses you share. When you spend, the wallet signs the transaction with the private key and reveals the public key; every node on the network checks that the signature matches โ€” proving you control the coins without ever seeing the secret. This verify-without-revealing property is asymmetric cryptography's core trick, and Bitcoin applies it billions of times a day. Since the Taproot upgrade, keys can even be aggregated so complex multi-party arrangements look like a single ordinary key on-chain.

Extended Public Keys and Watch-Only Setups

Hierarchical deterministic wallets bundle the concept upward: an extended public key (xpub) can derive all of a wallet's future public keys and addresses โ€” but no private keys. Hand an xpub to an accountant, an auditor, or your own phone, and they can watch every balance and generate fresh receiving addresses with zero ability to spend. This is the machinery behind watch-only wallets and much of institutional treasury monitoring. The caveat: an xpub reveals your entire address history to whoever holds it, so it's a privacy secret even though it's not a spending secret.

Public Keys and Reserve Transparency

Public-key cryptography is why bitcoin reserves can be proven rather than merely claimed. Proof-of-reserves schemes โ€” like the on-chain attestations published by Twenty One Capital โ€” amount to demonstrating signature control over disclosed addresses. Analysts attributing the US government's or Bhutan's holdings are working entirely in public-key space: clustering addresses, following flows, never needing (or having) any private material. Everything visible on our global tracker exists because verification requires only the public half.

The Bottom Line

The public key is Bitcoin's handshake: proof of ownership offered to the world while the secret stays home. Share it freely, guard its private twin absolutely, and you've understood the division of labor that makes a trustless money possible.

Public Key FAQs

Is a public key the same as an address?

+
Not quite โ€” an address is a hashed, checksummed encoding of a public key (or script). The extra hashing historically added a safety layer and produces the shorter, error-resistant strings people actually share. Practically: addresses are what you give out; public keys are what the protocol verifies against.

Can someone steal my bitcoin with my public key?

+
No. Deriving the private key from a public key would require solving the elliptic-curve discrete logarithm problem โ€” infeasible with any existing or foreseeable classical computer. Large-scale quantum computers could theoretically change that in the distant future, which is why post-quantum research exists, but no such machine is close today.

What is an xpub and should I share it?

+
An extended public key that generates all your wallet's addresses for viewing purposes. Share it only with parties you trust to see your full financial history โ€” an auditor, your own devices, portfolio software. It can't spend anything, but it can reveal everything.

Key Hierarchy at a Glance

The derivation chain in one view: entropy โ†’ seed phrase โ†’ master private key โ†’ child private keys โ†’ public keys โ†’ addresses. Information flows strictly rightward โ€” each step derives the next, none reverses. Sharing rules follow the chain: seed and private keys are never shared with anyone, ever; the xpub is shared selectively (it reveals history, not control); individual public keys and addresses are shared freely. Institutional treasuries run entire monitoring stacks on the public side โ€” auditors, dashboards, proof-of-reserves โ€” while signing authority stays air-gapped. Understanding which side of the line an artifact sits on resolves ninety percent of practical custody questions before they're asked.

Related Terms

Read Private Key for the secret half of the pair and Address for the encoding you actually share. Wallet ties the machinery together, and Blockchain is where the verification happens in public.

← 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 โ†’