Track 2 · Keys & identity · lesson 1
A private key is just a huge number
6 min
There are no accounts on Ethereum. Nobody registered you, nobody can suspend you, and there is no database of users.
There is only a number that you know and other people do not.
A private key is a random integer between 1 and roughly 1.15 × 1077. That is it. Not a file, not a certificate, not something issued to you — a number you picked.
Picking one does not tell anyone. There is no registration step. The account exists the moment you use it, and until then it is indistinguishable from the 1077 accounts nobody has thought of yet.
How big is 2²⁵⁶, really
The number is meaningless until you compare it to something.
There are roughly 1080 atoms in the observable universe. There are about 1077 possible private keys.
So: pick a random atom in the universe, and picking a specific private key by chance is only a thousand times easier than that.
Predict
Nobody registers your key. So what stops two people generating the same one?
What losing it means
There is no reset. No support line, no identity check, no recovery.
An estimated 20% of all Bitcoin ever mined sits at addresses whose keys are gone. Those coins are still visible, still counted in the supply, and permanently unreachable.
The trade is explicit: no institution can freeze your funds, and no institution can help you. You cannot have the first without the second — the same property delivers both.
Anyone offering you self-custody plus account recovery is adding a third party back in. Sometimes that is the right choice, but it is a choice, not a free upgrade.
Check
What actually creates an Ethereum account?
Worth remembering
- A private key is a random 256-bit number — roughly 10^77 possibilities.
- No registration exists; every possible address already exists with a zero balance.
- Security rests entirely on the quality of the randomness used to pick the key.
- Lose the key and the funds are unreachable forever. There is no recovery by design.