Crypto Unit Converter
Convert between BTC, satoshis, ETH, gwei, and wei instantly
Conversion Input
Related Calculators
Understanding Crypto Units
Cryptocurrencies use sub-units for the same reason traditional currencies have cents, pennies, and paise: to express small amounts conveniently. As the value of a single Bitcoin or Ether has grown to thousands of dollars, everyday transactions and gas fees involve very small fractions of the base unit. Writing out 0.00000001 BTC for every small transaction is impractical and error-prone, which is why sub-denominations like satoshis, gwei, and wei exist.
Each blockchain defines its own denomination hierarchy based on its protocol design. Bitcoin uses a single sub-unit (the satoshi), while Ethereum has a richer hierarchy with multiple named denominations at different scales. Understanding these units is essential for reading transaction data, setting gas prices, interpreting smart contract parameters, and communicating amounts clearly in the crypto community.
Bitcoin Units: BTC and Satoshis
Bitcoin has two commonly used denominations: BTC (the base unit) and the satoshi (the smallest on-chain unit). The relationship is fixed at 1 BTC = 100,000,000 satoshis. This gives Bitcoin eight decimal places of precision, a design choice made by Satoshi Nakamoto in the original protocol to ensure the currency could function at any price level.
Satoshis are increasingly important in day-to-day usage. The Lightning Network, Bitcoin's layer-2 scaling solution, processes payments in satoshis. Many Bitcoin wallets now display balances in sats by default. The cultural shift toward "stacking sats" reflects the community's recognition that most people will accumulate Bitcoin in small amounts rather than whole coins. At current prices, even a single satoshi represents a measurable quantity of value, and the Lightning Network further subdivides into millisatoshis for streaming payments and micropayments.
Ethereum Units: ETH, Gwei, and Wei
Ethereum has a more granular denomination system, though in practice three units are used most frequently: ETH (the base unit), gwei (gigawei, equal to 109 wei), and wei (the smallest unit, where 1018 wei = 1 ETH). The name "wei" honors Wei Dai, a cryptography pioneer whose work influenced Bitcoin's creation.
Gwei is the de facto standard for expressing gas prices on Ethereum. When you see a gas tracker reporting "base fee: 25 gwei," it means each unit of computational gas costs 0.000000025 ETH. A standard ETH transfer requires 21,000 gas units, so at 25 gwei the fee is 0.000525 ETH. For smart contract interactions, gas usage can range from 50,000 to several million units, making gwei the practical unit for fee estimation. Wei is used primarily at the protocol level and in smart contract code where maximum precision is required for token arithmetic and balance calculations.
Why Crypto Unit Conversion Matters
Accurate unit conversion is critical in several real-world scenarios. When setting gas prices for Ethereum transactions, specifying the wrong order of magnitude can mean paying 1,000 times more than intended or having your transaction stuck indefinitely. Smart contract developers must convert between ETH and wei correctly; a single misplaced decimal in a DeFi protocol could result in millions of dollars locked or lost.
For Bitcoin users, understanding the satoshi denomination is essential for Lightning Network payments, evaluating fee rates (expressed in sat/vByte for on-chain transactions), and using Bitcoin-native applications that default to satoshi displays. As adoption grows and more services price goods in satoshis, being fluent in these conversions becomes as fundamental as knowing that 100 cents make a dollar.
This converter provides instant, accurate conversions between all supported denominations within each blockchain. By handling the math automatically, it eliminates the common errors that come from manually counting decimal places or performing mental arithmetic with very large or very small numbers.