Bitcoin addresses, consisting of alphanumeric characters, are necessary for transactions. Comprehending their components is essential for secure, accurate transfers. This article explains the different address format types for Bitcoin and how to interpret Bitcoin addresses correctly.
What is a Bitcoin address?
A Bitcoin address is an alphanumeric string that is specific to a Bitcoin transaction’s destination. These addresses usually begin with “1,” “3” or “bc1” and are case-sensitive. They act as the recipient’s unique identification, enabling safe sending and receiving of Bitcoin (BTC) throughout the decentralized network.
Public and private key pairs are the foundation of a Bitcoin address; the public key is transformed into a shorter, more manageable version for sharing purposes. The recipient’s address is used to prove ownership of funds received, and transactions are recorded on the blockchain.
These addresses are necessary for validating and confirming transactions within the Bitcoin network, but they also give users a certain amount of anonymity because they conceal personal information such as names and locations.
How are Bitcoin addresses derived?
Bitcoin addresses are derived from public keys via encoding and hashing. Because they enable the creation of digital signatures in Bitcoin transactions, public keys — which are derived from private keys — are essential. These signatures allow transactions on the blockchain and verify who owns the funds.
A vital component of Bitcoin’s operation, hash functions are used to construct fixed-length, shorter representations of data, including public keys. These hash algorithms ensure that Bitcoin addresses are compact and standardized, which makes data storage and transfer on the blockchain network more effective.
Different formats of Bitcoin address
There are several Bitcoin address formats due to the evolution of Bitcoin’s technology and the need to accommodate various functionalities while still being compatible with existing systems. Bitcoin testnet addresses starting with “2” typically use a Testnet Pay-to-Witness-Public-Key-Hash (P2WPKH) address format in Segregated Witness (SegWit). These addresses are used for testing and experimentation on the Bitcoin testnet network, allowing developers to explore new features and applications without risking real Bitcoin.
Often, Bitcoin addresses are displayed as QR codes to make it easier to scan and transact using mobile devices. Users can interact using various Bitcoin address formats, as explained below:
Legacy (P2PKH)
This is the widely used original format encoded using Base58, which excludes characters that are frequently confused with one another. Addresses starting with “1” use the Pay-to-Public-Key-Hash (P2PKH) script type and are case-sensitive. In the context of P2PKH, “Pay-to” refers to the recipient’s ability to claim the funds, “Public-Key” refers to the recipient’s public cryptographic key, and “Hash” refers to a cryptographic hash of the public key.
They offer a straightforward way to send and receive Bitcoin since they are generated from the hash of the recipient’s public key. Legacy addresses are widely compatible because the majority of wallets and exchanges support them.
SegWit (P2SH)
The Bitcoin network’s scalability problems were addressed with the introduction of SegWit. Addresses starting with “3” use Base58 encoding, are based on the Pay-to-Script-Hash (P2SH) script type and are case-sensitive like legacy addresses.
In the context of P2SH, “Pay-to” indicates the recipient’s capability to access the funds, “Script” represents a complex set of instructions defining conditions to spend the funds, and “Hash” refers to the cryptographic hash of the script, allowing for secure transactions to addresses derived from these hashes.
By separating signature data from transaction data, SegWit addresses offer many benefits, including higher transaction throughput and lower fees. This format increases the overall effectiveness of the Bitcoin network and makes it possible to integrate advanced features like the Lightning Network.

Bech32 (Native SegWit)
Addresses that begin with “bc1,” or Bech32 addresses, are based on the native SegWit protocol. They offer the lowest transaction fees and the most effective use of block space. Compared with earlier forms, Bech32 addresses only use lowercase letters, provide improved error detection and are more understandable by humans. They are best suited for new services and apps that seek to leverage the full capabilities of the Bitcoin network and encourage the adoption of SegWit technology.
Taproot address (P2TR)
Taproot (P2TR) addresses, also called Taproot or…
Read More: Types of Bitcoin addresses: An overview