Public & Private Keys Explained
📖 5 min read
Quick Answer
Bitcoin replaces usernames and passwords with a pair of keys. One you can share with the whole world, the other you must guard with your life. Together they let you receive money publicly and spend it privately, with no bank in between.
💡 Think of it as…
Skleněná poštovní schránka na ulici. Kdokoli může nahlédnout dovnitř a vhodit dopis otvorem (vaše veřejná adresa), ale pouze vy držíte klíč, který otevírá dveře, abyste mohli dopisy vyndat (váš soukromý klíč). Každý vám může zaplatit; jen ty můžeš utrácet.
Private key: your secret
Soukromý klíč je náhodně vygenerované tajné číslo. Dokazuje vlastnictví a používá se k „podepisování“ transakcí. Kdokoli je držitelem soukromého klíče, kontroluje coiny – proto jeho ztráta znamená ztrátu přístupu a jeho únik znamená ztrátu finančních prostředků.
Public key & address: your handle
Your public key (and the address derived from it) is shared freely so others can send you Bitcoin. Crucially, the public key can be calculated from the private key, but never the other way around — thanks to one-way cryptography.
Digital signatures
When you spend, your wallet uses the private key to create a signature that anyone can verify with your public key — proving you authorized the payment without ever revealing the secret. No signature, no spend.
🔑 Key takeaway
Public key = receive (share it). Private key = spend (protect it). The math lets the network verify your payments without ever seeing your secret.
Why this matters for you
This is why self-custody matters: a hardware wallet keeps your private keys offline and in your hands, beyond the reach of exchange hacks, frozen accounts, or capital controls — a real concern for savers across Asia.
Často kladené otázky
What is a seed phrase then?▼
Počáteční fráze (12 nebo 24 slov) je člověkem čitelná záloha, která dokáže obnovit všechny vaše soukromé klíče. Chraňte jej jako samotné klíče – kdokoli s vaší počáteční frází ovládá váš bitcoin.
If my address is public, is my balance public too?▼
Yes — anyone can look up an address’s balance and history on the public ledger. That is why privacy-conscious users avoid reusing addresses.
What happens if I lose my private key?▼
The coins are permanently frozen on the blockchain — no one can recover them, including you. This is the trade-off of being your own bank, and why backups matter.