What type of Bitcoin address should I use? (2024)

Basics

There are multiple types of Bitcoin addresses. How can you identify the different address types and what do they actually mean?

Joko

5 min read

What type of Bitcoin address should I use? (2)

Bitcoin started with a very rudimentary address type. In order to get transactions smaller in size and therefor cheaper, new address types got developed that reduce the amount of information necessary to spend a received transaction. Additionally, these addresses types added important new functionalities to bitcoin.

Important to know: You can use all of these addresses in the same way as they are all interoperable. If you use a BitBox02, your addresses are all stored in the same account, meaning you don't need to worry about different address types.

What type of Bitcoin address should I use? (3)

All bitcoin addresses in a wallet are derived by a seed phrase. This means you can create each type of address from one seed and do not need a new seed for each address type.

Legacy Adresses (P2PKH)

Legacy addresses are addresses that start with the number 1.

Example: 15e15hWo6CShMgbAfo8c2Ykj4C6BLq6Not

A legacy address is simply the hash of the public key to your private key. Back when Bitcoin launched in 2009, this was the only way to create an address. Today, this uses the most amount of space inside a transaction and is therefor the most expensive address type.

Nowadays there is no good reason to use this type of address, as new types are better in every way. Most people will use this type of address only if they have an old wallet, that used to be incompatible with newer address types.

Fot this reason, the BitBox02 does support sending to legacy addresses, but not receiving via a legacy address.

Pay to Script Hash (P2SH)

Pay-to-Script-Hash are addresses that start with the number 3.

Example: 35PBEaofpUeH8VnnNSorM1QZsadrZoQp4N

In contrast to legacy addresses, pay-to-script-hash addresses are not the hash of the public key, but of a script that involves certain spending conditions, which stay hidden from the sender. These spending conditions can be very simple (owner of public key A can spend this bitcoin), or rather complex (owner of public key B can spend this bitcoin after X amount of time if he reveals a predetermined secret). Using this script, P2SH addresses can even make use of SegWit and save transaction fees.

Sending to a P2SH address is roughly 26% cheaper than using a wallet with legacy addresses.

Native SegWit (P2WPKH)

Native SegWit are addresses that start with bc1q.

Example: bc1q42lja79elem0anu8q8s3h2n687re9jax556pcc

This type of address reduces the amount of information stored in the transaction even more by not keeping the signature and script within the transaction, but in the witness.

Using this type you can save additional 16% over the P2SH addresses, adding up to over 38% savings over legacy addresses. Because of these savings, this is currently the most used standard for addresses.

Because some exchanges and wallets don't support Bech32 addresses yet, they prompt the user to send them a P2SH address instead. This is why most wallets still include the option to create a P2SH or even a legacy address wallet.

Native SegWit is the default within the BitBoxApp.

Taproot (P2TR)

Taproot addresses start with bc1p.

Example: bc1pmzfrwwndsqmk5yh69yjr5lfgfg4ev8c0tsc06e

Taproot addresses are not used yet. In November of this year, the bitcoin network will perform the taproot soft-fork. This will enable a lot of new smart-contract capabilities for bitcoin-addresses and improve the privacy of spending such transactions.

Regular taproot transactions are slightly bigger than native segwit, but smaller than legacy addresses. This is because they are tied to public keys instead of public key hashes. For complex transactions involving for example a multisignature script, taproot adresses save a lot of space, making them cheaper.

How to identify a bitcoin address?
You can identify the type of a bitcoin address by looking at the first letters of it. If it starts with "1", it's a legacy address. If it starts with "3", it's a P2SH address. If it starts with "bc1q", it's a native segwit and if the first 4 letters are "bc1p", it's a taproot address.

Where can I get a bitcoin address?
You can generate a bitcoin address by clicking on "Receive" within your bitcoin wallet. You can create as many different bitcoin addresses as you want. For privacy reasons it is advised to not re-use an address.

Do I have to change my bitcoin address?
You do not have to change your bitcoin address. If you want to send your bitcoin to another address, you will have to do a regular transaction to the new address you have generated in your wallet.

What bitcoin address should I use?
Most bitcoin wallets default to bech32 (native segwit) addresses, which saves the highest amount of transaction costs. If your wallet let's you choose which type you want to use, you should use native segwit addresses.

How do bitcoin addresses work?
Bitcoin addresses contain the information about who can access the bitcoin sent to this address. By for example proving that you control the private key to a bitcoin address, you are allowed to send a transaction from it. Without proving ownership of an address, you cannot send a valid transaction.

Are bitcoin addresses case-sensitive?
No, bitcoin addresses are not case-sensitive.

Don’t own a BitBox yet?

Keeping your crypto secure doesn't have to be hard. The BitBox02 hardware wallet stores the private keys for your cryptocurrencies offline. So you can manage your coins safely.

The BitBox02 also comes in Bitcoin-only version, featuring a radically focused firmware: less code means less attack surface, which further improves your security when only storing Bitcoin.

Grab one in our shop!

What type of Bitcoin address should I use? (4)

Shift Crypto is a privately-held company based in Zurich, Switzerland. Our team of Bitcoin contributors, crypto experts, and security engineers builds products that enable customers to enjoy a stress-free journey from novice to mastery level of cryptocurrency management. The BitBox02, our second generation hardware wallet, lets users store, protect, and transact Bitcoin and other cryptocurrencies with ease - along with its software companion, the BitBoxApp.

What type of Bitcoin address should I use? (2024)

FAQs

What is the best Bitcoin address type? ›

Taproot (P2TR) addresses, also called Taproot or Bech32m, are the latest and most advanced format in Bitcoin. These addresses are case-insensitive and begin with bc1p. They improve scalability, flexibility, privacy and security, but they are opt-in and not yet commonly supported, much like SegWit.

Should I use Taproot or SegWit? ›

Efficiency. Native SegWit reduces the size of the transaction but doesn't support signature aggregation, while Taproot allows for more efficient transactions that lower the cost and size by batching multiple signatures together.

Should I use a SegWit or legacy BTC address? ›

Size: Transactions from SegWit addresses are smaller in size or, when the same size as Legacy, effectively take up less block space due to a different calculation of 'weight' in the block. Fees: As a result, sending transactions from SegWit addresses usually incurs lower fees compared to Legacy addresses.

What do I put for Bitcoin address? ›

Bitcoin wallet addresses have between 26 and 35 characters and consist of both letters and numbers. They start with either "1," "3," or "bc1." Here's an example of a Bitcoin address: 1Lbcfr7sAHTD9CgdQo3HTMTkV8LK4ZnX71.

Which Bitcoin network should I use? ›

A simple rule of thumb is to always select the coin's native network. For example: BTC should be sent to your Ledger Bitcoin address via the BTC/Bitcoin network.

What is a valid Bitcoin address? ›

Check the Address Format: Valid Bitcoin addresses contain between 26 and 35 alphanumeric characters and usually begin with the number 1, 3, or with “bc1” for Bech32 addresses. They do not use the uppercase “O”, lowercase “l”, uppercase “I”, and the number “0” to avoid confusion. Most BTC addresses have 34 characters .

What are the disadvantages of SegWit? ›

Disadvantages of using SegWit
  • Miners cannot generate large profits because there is a witness data side chain in the support chain, which hinders fee revenue.
  • SegWit can only temporarily address the problem of scalability, while the issues prevail in the long term.
Jun 7, 2024

Why use Taproot address? ›

Taproot address: P2TR

One advantage of Taproot is that it allows the use of Schnorr Signatures, which offers better security, lower fees, and more flexible multi-key transactions. Multi-key addresses using P2TR appear the same as single-key addresses, which increases privacy for multi-key users.

Is Taproot good for Bitcoin? ›

While Taproot makes Bitcoin faster, cheaper, it also increases the network's privacy, scalability, and programmability.

Can I send BTC to a SegWit address? ›

Crypto.com DeFi Wallet currently supports sending BTC/LTC with SegWit address. As for receiving BTC/LTC into your SegWit wallet, you may send BTC/LTC from your Legacy or SegWit address - as long as your current wallet supports sending to SegWit.

Does Coinbase use SegWit or Legacy? ›

Bitcoin support is activated by default — all you need to do is tap 'Receive' on the main wallet tab and select Bitcoin to send BTC to your Coinbase Wallet. Coinbase Wallet supports both newer SegWit addresses with lower transaction fees, as well as Legacy addresses for backwards compatibility in all applications.

How do I know if my address is SegWit? ›

This enhancement leads to faster processing times and potentially lower transaction fees. A SegWit address starts with either “3” or with “bc1”. It offers better protection as well as lower fees by taking up less block space. As of 2024, nearly all bitcoin transactions make use of SegWit.

What is a legacy BTC address? ›

A legacy Bitcoin address is the original address format that was first introduced when Bitcoin launched in 2009 and has been in use since. Bitcoin users can distinguish legacy addresses from other types of addresses because they always start with the number “1”.

What is a unique address for Bitcoin? ›

A wallet address, a unique identifier in the blockchain, is a randomly generated series of alphanumeric characters that corresponds to a specific cryptocurrency stored in a blockchain wallet.

What is an example of a Bitcoin wallet address? ›

Your wallet address is the unique identity of your wallet that's used to send and receive cryptocurrency. Each currency has its own logic, but generally, they look something like this: 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa (that's the world's first Bitcoin address, if you were wondering).

Which address holds the most Bitcoin? ›

Bitcoin Rich List
AddressLast Out
134xp4vRoCGJym3xR7yCVPFHoCNxv4Twseo wallet: Binance-coldwalletBalance:248,597 BTC ($16,382,891,653) Ins:882 Outs:4512023-01-06 22:15:34
2bc1qgdjqv0av3q56jvd82tkdjpy7gd..vw97 wallet: Bitfinex-coldwalletBalance:180,010 BTC ($11,862,893,563) Ins:183 Outs:1672024-04-01 08:38:51
17 more rows

What is the difference between SegWit and native SegWit? ›

Difference between SegWit and Native SegWit

Compared to SegWit, Native SegWit is more weight-efficient, transaction fees are faster, offers better scalability, and is available at lower transaction fees for every Bitcoin transaction.

Can I send Bitcoin to a SegWit address? ›

Crypto.com DeFi Wallet currently supports sending BTC/LTC with SegWit address. As for receiving BTC/LTC into your SegWit wallet, you may send BTC/LTC from your Legacy or SegWit address - as long as your current wallet supports sending to SegWit.

Top Articles
Scuba Diving: Decompression Illness & Other Dive-Related Injuries
5 Cs of Credit: What They Are, How They’re Used, and Which Is Most Important
Toa Guide Osrs
Encore Atlanta Cheer Competition
Hallowed Sepulchre Instances & More
King Fields Mortuary
Skip The Games Norfolk Virginia
Strange World Showtimes Near Amc Braintree 10
Epaper Pudari
Urban Dictionary Fov
Obituary | Shawn Alexander | Russell Funeral Home, Inc.
Indiana Immediate Care.webpay.md
Koop hier ‘verloren pakketten’, een nieuwe Italiaanse zaak en dit wil je ook even weten - indebuurt Utrecht
Troy Athens Cheer Weebly
Breakroom Bw
Elizabethtown Mesothelioma Legal Question
180 Best Persuasive Essay Topics Ideas For Students in 2024
065106619
How do I get into solitude sewers Restoring Order? - Gamers Wiki
Att.com/Myatt.
Certain Red Dye Nyt Crossword
Craigslist Alo
Access a Shared Resource | Computing for Arts + Sciences
Wku Lpn To Rn
Uno Fall 2023 Calendar
Nurofen 400mg Tabletten (24 stuks) | De Online Drogist
Guide to Cost-Benefit Analysis of Investment Projects Economic appraisal tool for Cohesion Policy 2014-2020
Mark Ronchetti Daughters
Opsahl Kostel Funeral Home & Crematory Yankton
Kattis-Solutions
Regis Sectional Havertys
Can You Buy Pedialyte On Food Stamps
Sam's Club Gas Prices Florence Sc
Thelemagick Library - The New Comment to Liber AL vel Legis
Energy Management and Control System Expert (f/m/d) for Battery Storage Systems | StudySmarter - Talents
ACTUALIZACIÓN #8.1.0 DE BATTLEFIELD 2042
Chase Bank Zip Code
Grand Valley State University Library Hours
Walmart Careers Stocker
Mcoc Black Panther
Who uses the Fandom Wiki anymore?
6463896344
Jeep Forum Cj
Heat Wave and Summer Temperature Data for Oklahoma City, Oklahoma
Msatlantathickdream
Jigidi Jigsaw Puzzles Free
Raley Scrubs - Midtown
Rise Meadville Reviews
Acellus Grading Scale
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 5647

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.