Private key
The secret number that proves ownership of crypto and authorises spending; anyone with it controls the funds.
A private key is the secret number that proves you own a piece of crypto and authorises spending it. Anyone who has it controls the funds. There is no password reset, no support line, no override. The key is the ownership.
Under the bonnet it is a huge random number. A Bitcoin private key is 256 bits, which is a number with 78 digits. The pool is so vast that guessing one is not realistic: there are roughly 10 to the power of 77 possible keys, close to the number of atoms in the observable universe.
The key works as one half of a pair. From it, your wallet derives a public key and a wallet address you can share to receive funds. The maths runs one way only. You can produce the public key from the private key, but you cannot reverse it to work out the private key from anything you publish.
When you spend, the key does not travel anywhere. Your wallet uses it to sign the transaction, and the network checks that signature against your public key. A hardware wallet does this signing inside the device, so the private key never touches an internet-connected computer.
You rarely see the raw key. Most wallets hide it behind a seed phrase of 12 or 24 words that can regenerate it. Whichever form you hold, the rules are the same. Never type it into a website, never photograph it, never store it in cloud notes or email. Phishing sites exist only to harvest these.
This is the trade-off behind self-custody. Hold the key yourself and no exchange can freeze or lose your funds. Lose it, or let someone copy it, and the money is gone. The chain has no undo button.