Private Key
SECURITY
DEFINITION
The secret number that controls bitcoin. Whoever knows it can spend the coins — full stop. Wallets exist to generate, guard, and use it without exposing it.
A private key is a 256-bit number — an unguessably large secret from which your public keys and addresses derive. Signing a transaction with it proves ownership to the network without revealing the key itself.
You will rarely see a raw private key: modern wallets derive endless keys from one seed phrase. Everything in bitcoin security reduces to one question — where do the private keys live, and who can touch them?
IN A SENTENCE
“Not your keys, not your coins: the exchange holds the private keys, so the exchange holds the bitcoin.”
Key facts
Size256 bits
Possible keys~10⁷⁷
Managed viaSeed phrase + wallet
Common questions
Can a private key be brute-forced?
No — 2²⁵⁶ is beyond any conceivable computing. Keys are stolen through phishing, malware, and bad backups, never guessed.
What about quantum computers?
A future concern the protocol can address with upgraded signatures; unused addresses (no exposed public key) are already more resistant.