Private Keys Space
All Bitcoin and Ethereum private keys can be found here.
Tell Me More

Services

Background

Private keys are just numbers within the range of 1 and 2256. This website displays all possible private keys by splitting them into pages of 128 keys each. We do not use a database for storing all of the keys as this would be impossible due to the infinite amount of disk space needed. Instead, private keys are generated on the fly with the page number as a seed.

Project

This project fetches wallet data from the blockchain, such as transactions and balance. Every possible bitcoin and ethereum private key is on this website. Clicking on either Bitcoin or Ethereum in the navigation bar will forward you to their private key listings, alongside the corresponding addresses, number of transactions and current balance.

Private Key Search

The application supports private key searches that will show the exact page on which a key is located. You could do a search here if you are curious where a private key is placed within the key space. Be aware that typing your private key on random websites is risky! This is a great tool for finding where already exposed keys are located.

Brainwallets

A brainwallet is a way of storing Bitcoins in one's mind by memorizing a passphrase. There are millions of brainwallets out there, and the following tool can be used to generate such wallets and check if they have been used. You can go to our brainwallet tool to try your luck and guess a passphrase that leads to some bitcoins.

Pick a page

The application supports manually entering a specific page that you want to check for balances - next to "Current page", in either Bitcoin or Ethereum tab, there is a pencil that can be clicked and the page number can be edited. Then, by pressing on the save icon the specified page is visited.

Balance Checkers

The following tools could be used to check a BTC address or an ETH address for the current balance and their last 50 transactions that appeared on the blockchain. The direction of the transaction alongside the date and the amount is also displayed.

About

First and foremost PrivateKeys.Space is an educational project that shows the strength of the vast key space.

Contact Us

Feel free to contact us with regards to any enquiries, suggestions or bugs spotted :) [email protected]