Glossary

Private Key

1 min read

A private key is used to send bitcoin which was received by the corresponding public key. When bitcoin is sent to a public key, only a signature produced by the private key can spend that bitcoin. Private keys must be kept safe, as only private keys can create the signatures required to spend bitcoin. Public keys, on the other hand, can be distributed publicly.

Learn more about public and private keys.

A Bitcoin wallet is normally used to generate and safely store private keys. Wallets also help users sign transactions using the appropriate private keys.

Learn more about Bitcoin wallets.

While a private key is used to derive the public key, the public key cannot be used to reveal the private key. This kind of one-way function is what makes cryptography so useful for Bitcoin and many other fields.

Learn more about Elliptic Curve Cryptography.