Satoshi Nakamoto is the anonymous inventor of Bitcoin. On January 3rd, 2009, he mined the very first Bitcoin block — the Genesis Block — and received the 50 BTC reward to the address above. His true identity has never been revealed. He disappeared from the internet in 2011. His wallets, spread across thousands of addresses, are estimated to hold over 1,000,000 BTC. None have ever moved.
Every Bitcoin wallet is locked by a 256-bit private key — a random number between 1 and 2256. This tool generates real random private keys using the actual secp256k1 elliptic curve (the same algorithm Bitcoin uses), derives the corresponding wallet address via SHA‑256 → RIPEMD‑160 → Base58Check encoding, and checks whether it matches Satoshi's address. No tricks, no simulation — real cryptography running in your browser.
The probability is never exactly zero. Every key this tool generates has an identical, nonzero chance of being correct — private keys have no ownership and no history. Bitcoin's security is purely statistical. You could, in principle, find the key on your very next attempt. That's what makes this interesting: it costs nothing to try, and the prize is loading....