CryptosBeginner
Wallets and securityLast reviewed 27 August 2026

Private key

A private key is a secret cryptographic value that can authorize spending from a blockchain address.

Quick answer

A private key is a secret cryptographic value that can authorize spending from a blockchain address.

What is Private key?

A private key is secret data used to create a valid signature for a transaction. Anyone who obtains the relevant key may be able to control the associated assets, while the network can verify a signature without seeing the secret.

The useful way to approach this term is to separate its definition from the assumptions people often attach to it. In crypto, the same word can appear in a protocol rule, a user interface, a market-data label, or a marketing claim. Check which layer the explanation is describing.

Why does private key matter?

Private-key exposure is usually a control failure, not a customer-service problem. Safe key handling means avoiding screenshots, chat messages, cloud notes, fake support forms, and untrusted signing prompts.

Concrete example

See it in a real situation

Alice’s wallet uses a private key to sign a 0.01 BTC transfer. Bob and the network can verify the signature, but the private key itself should never be published.

Common misconceptions

What this term does not mean

  • A private key is not a password that can be reset by an exchange.
  • A seed phrase can derive multiple keys; it is not always one-to-one with one address.

Related terms

Sources and further reading

Definitions are written for education and checked against the sources below where relevant. A source can explain a protocol or rule without endorsing every product built around it.

Continue with CryptosBeginner

Useful next reads:Review seed phrase security