Security

Private Key

The secret number that proves ownership of crypto and authorizes spending it; whoever holds it controls the funds.

A private key is a very large random number — for Bitcoin, 256 bits, a value so vast that guessing one is hopeless. It mathematically pairs with a public key and an address. Spending requires signing the transaction with this key.

Control of the key is control of the money. There's no account behind it and no password to reset. Leak it and your coins can be moved in seconds. This is why wallets bury the raw key behind a seed phrase you back up and never share.

Related terms