Skip to main content
Important: We do not provide financial advice or custody funds. All transactions occur on third-party platforms.

Private Key

In simple terms

A private key is like a password that only you know—it lets you access and move your crypto. If someone gets your private key, they can take all your coins, so keep it secret.

Definition

A secret code that controls access to crypto.

In depth

A private key is a cryptographically generated secret number that enables the owner to sign transactions and prove ownership of cryptocurrency holdings on a blockchain. Through asymmetric cryptography, the private key generates a corresponding public key and wallet address, allowing the holder to authorize transfers while keeping the key itself hidden. If a private key is compromised or lost, the associated funds become either permanently inaccessible or vulnerable to theft, which is why secure key management and backup strategies are critical for users.

How does Private Key work?

A private key is a very large random number — for Bitcoin and Ethereum, a 256-bit value drawn from a range so vast that guessing one is not practical. Elliptic-curve mathematics turns it into a matching public key, and that step runs one way only: the public key cannot be reversed back into the private key. To spend, the wallet hashes the transaction and uses the private key to produce a digital signature over that hash. Any node can verify the signature against the public key without ever seeing the key. Control of the key is control of the funds.

An example

Illustrative example: someone holds $300 of a coin at an address derived from one private key. They sign a $50 payment; the network verifies the signature against the public key and accepts it, and the key itself is never transmitted. If a screenshot of that key is later copied by anyone else, that person can sign transactions too. There is no password reset and no issuer to appeal to.

Figures are illustrative only.

What beginners get wrong

  • Pasting a private key into a website or a support chat hands full spending control to whoever reads it, instantly and irreversibly.
  • Notes apps, email drafts, and cloud photo libraries are all routinely reachable by anyone who gets into the account, so keys stored there are exposed.
  • Confusing the private key with the public address is common; only one of the two is safe to share with anyone.
  • Keeping a single copy on a single device means one hardware failure destroys the only means of access to the funds.

Related terms

Part of

How do crypto wallets and self-custody work? — the subject page for wallets and self-custody, with all 13 of its definitions in one place.

Educational only — not financial advice.