Free Online BTC and ETH Key Generation Tool

KeyGen Tool - Bitcoin & Ethereum

Private Key (Numeric):
Bitcoin Private Key (WIF):
Ethereum Private Key (HEX):

About this tool

This tool allows you to generate public-private key pairs and addresses for both Bitcoin and Ethereum. It operates entirely within your browser, ensuring that no sensitive information is sent to any remote servers. You can generate a new set of keys or input your own private key in numeric format to see the corresponding public key and address. Please make sure to securely store your private key, as it is critical for accessing your cryptocurrency assets.

Outputs:

  1. Private Keys (HEX & WIF): Ethereum Private Key in HEX format, Bitcoin Private Key in WIF format.
  2. Bitcoin Address: Derived by first taking the SHA-256 hash of the public key, followed by the RIPEMD-160 hash, and then Base58Check encoded.
  3. Ethereum Address: Derived by taking the Keccak-256 hash of the public key and using the last 20 bytes.