Secret numeric material used to authorize spending under a corresponding public key.
Private key meaning
A private key gives a wallet the ability to create digital signatures for the matching public key. Bitcoin ownership is not registered to a legal name; practical control depends on satisfying the spending conditions attached to an output.
How it works in Bitcoin
Wallets generate private keys from strong randomness, often through a deterministic hierarchy rooted in a seed. The key should remain secret while the corresponding public key or address can be shared for receiving.
A simple example
A wallet signs a transaction hash with the private key. Nodes use the public key and signature to verify authorization without learning the private key.
Why Private key matters
Wallet terms describe key control, signing and recovery rather than coins stored inside an application. The distinction becomes critical during backup or device failure.
What people often get wrong
Anyone who obtains a spend-capable key can usually move the associated bitcoin. Never paste a private key or seed phrase into a website, support chat, cloud note, or unsolicited recovery tool.
Quick checks before using the term
- Who controls the spending keys?
- How would recovery work after a lost device?
- Has the backup been tested without exposing it?
Apply these questions to the concrete example above. A precise answer is more useful than repeating the definition without naming the actor, rule or failure path.
Check the primary reference
This entry is written in plain English, but the technical source is available when you need exact protocol detail.
Bitcoin Developer Guide: Wallets ↗