Satoshi Nakamoto is the anonymous inventor of Bitcoin. Starting on January 3rd, 2009, he mined thousands of early Bitcoin blocks using a distinctive mining pattern — now called the Patoshi pattern — identified by researcher Sergio Lerner. These 21,953 wallets hold an estimated 1,097,650 BTC. His true identity has never been revealed. He disappeared from the internet in 2011. None of his coins 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, derives the uncompressed public key, computes its hash160 (SHA‑256 → RIPEMD‑160), and checks it against a preloaded set of all 21,953 known Patoshi wallet fingerprints in O(1) time. 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. Checking all of Satoshi's wallets simultaneously multiplies your surface area by 21,953×. The prize: loading....