Nakamoto Research

Bitcoin addresses
Version v0.3.1
Updated
Author obxium License BY-NC-ND

These are notes on the original Bitcoin wallet address format, along with notable addresses and other details related to BTC addresses.

Address format

The Bitcoin addresses researched in these resources are all in the original pay-to-public-key-hash (P2PKH) format.

A P2PKH address is a Bitcoin address type that allows users to send Bitcoin to a specific public key. You can derive such an address from the public key through a series of cryptographic hash functions.

P2PKH addresses are typically 34 or 33 (case-sensitive) characters in length (but can be as short as 26 characters), and typically start with the digit ‘1’.

They’re the most common Bitcoin address type, securing approximately 43% of the mined bitcoin supply, and used for standard transactions.

Here is an example P2PKH address:

12cbQLTFMXRnSzktFkuoG3eHoMeFtpTu3S

P2PKH address derivation process

The address derivation process consists of these steps:

  1. Generate public key: user generates a public/private key pair.
  2. Hash public key: hash the public key using SHA-256, followed by RIPEMD-160 to create a public key hash.
  3. Create address: Encode the public key hash from previous step in a specific format (usually Base58Check). Then, prefix the encoded public key hash with a version byte (0x00 for mainnet).

This results in a P2PKH address with corresponding private key.

Notable Bitcoin addresses

Address Notes
1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa The so-called “Genesis address”, a wallet controlled by Satoshi Nakamoto that contains an un-spendable reward for mining the first block on the Bitcoin blockchain
12cbQLTFMXRnSzktFkuoG3eHoMeFtpTu3S Nakamoto address transacted a total of 91 times, and most famously sent 10 BTC to Hal Finney’s address.
1Q2TWHE3GMdB6BZKafqwxXtWAWgFt5Jvm3 Hal Finney received 10 BTC from Nakamoto address into this address.
15kDhRAcpgsugmh6mQsTcCHdvbsuYncEEV Hal Finney sent the 10 BTC he received from Nakamoto to this address. That value and more is still in this dormant wallet today.
1DUDsfc23Dv9sPMEk5RsrtfzCw5ofi5sVW Another wallet that received 10 BTC from Nakamoto
  
  ╭───────────────────────────────────────────────────────────────────────╮
  │ ⚠ THIS CONTENT MAKES NO CLAIMS ABOUT THE IDENTITY OF SATOSHI NAKAMOTO │
  ╰───────────────────────────────────────────────────────────────────────╯