Pay in Crypto

Glossary / Private key

What is Private key?

A secret cryptographic string that proves ownership of cryptocurrency and authorizes transactions.

Last updated June 12, 2026

A private key is a long, secret string of letters and numbers that gives its holder the ability to spend cryptocurrency from a corresponding blockchain address. In cryptographic terms, every blockchain address has a mathematically linked public key (which you can share freely) and a private key (which you must never share).

What a private key looks like

A Bitcoin private key might look like this:

E9873D79C6D87DC0FB6A5778633389F4453213303DA61F20BD67FC233AA33262

A private key in this form is unwieldy, so most modern wallets display the key in a more human-friendly format: a seed phrase (also called a recovery phrase or mnemonic phrase) of 12 or 24 English words. The seed phrase is just a different encoding of the same private key material, designed to be easier to write down and store safely.

Why private keys matter

Anyone who has your private key has full control of the funds at the associated address. There is no password reset, no customer support hotline, and no chargeback process. If someone learns your private key, your crypto is gone.

This is why:

Private keys in custodial wallets

When you use a custodial wallet (such as the wallet you get when you sign up for a centralized exchange like Coinbase), the exchange holds the private keys on your behalf. You log in with a username and password, not a key. This is easier but introduces counterparty risk: you are trusting the exchange not to lose, freeze, or misuse your funds. The phrase “not your keys, not your coins” refers to this trade-off.