Public keys are often conflated with addresses. An address is derived directly from a public key through a hashing algorithm, and almost all wallets and transactions will display addresses rather than public keys. Behind every address is a public key.

Addresses are shorter than public keys, and usually begin with a ‘1’, ‘3’, or ‘bc1’, while public keys begin with ‘02’, ‘03’, or ‘04’.

Similar Posts