Skip to content
buybitcoinsmart

Bitcoin glossary

Addresses & keys

An address is where bitcoin gets sent. A private key is what lets it be spent again. Confusing the two is the most expensive mistake in bitcoin, so this section separates them carefully.

The mechanism runs one way. A private key is a very large random number. Public key cryptography derives a public key from it, and an address is derived from that. Publishing an address therefore tells the world nothing useful about the key behind it. Lose the key and no support desk can regenerate it, because nobody else ever had a copy.

Modern wallets never ask you to handle keys one at a time. A hierarchical deterministic wallet turns a single seed into an unlimited tree of keys along a derivation path, which is why one twelve or twenty four word backup restores an entire wallet and every address it ever used. It is also why extended public keys matter: hand one to the wrong service and you have given away your whole transaction history without giving away a single coin.

Address formats have changed over the years, from legacy through SegWit to Taproot, and the format you use changes what your transactions cost. Those entries sit here alongside address reuse and change addresses, the two habits that quietly leak the most privacy.

33 terms. Last reviewed 2026-08-13.

Terms in Addresses & keys

The other 13 sections