blockchain

Wei / Gwei / ETH Converter

Instantly convert Wei to ETH, Gwei to ETH, or ETH to Wei. Essential for Solidity developers decoding smart contract values or DeFi traders calculating gas costs accurately. No scientific notation errors.

Wei
Kwei
Mwei
Gwei
Szabo
Finney
Ether

1 Ether = 10⁹ Gwei = 10¹² Szabo = 10¹⁵ Finney = 10¹⁸ Wei

Units converted? Check live gas prices in Gwei, or decode contract ABI data.ETH Gas Tracker

Trade crypto on Binance — world's largest exchange. Get up to 20% fee discount.

Sign up free →

Ethereum unit denominations

Ether (ETH) is the native currency of Ethereum. It is divided into smaller denominations. Wei is the smallest unit (1 ETH = 10¹⁸ Wei). Gwei (gigawei) is most commonly used for gas prices (1 ETH = 10⁹ Gwei). Solidity smart contracts work in Wei internally.

Common use cases

Use Gwei when reading gas prices. Use Wei when writing Solidity contracts. Use Ether for everyday amounts and wallet balances.