Wallets
Private Key
A secret cryptographic key that proves ownership of an address and enables transfer of funds.
Last Updated
2026-03-29
Related Concepts
What is Private Key?
A private key is a secret cryptographic number that authorizes transactions and proves ownership of a blockchain address. It is the master key to your wallet whoever holds it controls the funds.
How does Private Key work?
- A wallet generates a unique 256-bit private key using a random number generator.
- A one-way mathematical function derives a public key from the private key.
- Your wallet address is a further hash of that public key.
- To send funds, your wallet signs the transaction with the private key.
- The network verifies the signature using your public key without ever seeing the private key.
Why does Private Key matter?
It is the foundation of self-custody. There is no reset button losing your private key means permanent loss of funds with no recovery option.
Key features of Private Key
- Sole proof of ownership for a blockchain address
- Cannot be recovered if lost
- Usually represented as a 12 or 24 word recovery phrase
- Mathematically impossible to reverse-engineer from a public address
Examples of Private Key
Most users interact with their private key indirectly through a hardware wallet like a Ledger. Losing the key for an address holding 1 BTC means those funds are locked on-chain forever.
