Gwei to ETH Converter
Convert values between gwei and ETH, the units of Ethereum. Essential for calculating gas fees and working with transactions on the ETH network.
Convertido
—
Gwei, ETH and what gas costs
Your wallet quotes gas in gwei (12, 0.8, 45) and then charges you in ETH. With 1 ETH equal to 1,000,000,000 gwei, counting zeros by hand is exactly how people end up off by a decimal place and panic over a fee that is a thousand times smaller than it looks. Type the number, pick the direction, and the equivalent shows up right away, with nine decimal places on the ETH side.
The math is just a nine zero shift, but the display has a catch. Going from gwei to ETH, the output is cut at nine decimals, which is exactly the size of one gwei. Any gas price under 1 gwei, normal on L2s and during quiet hours, comes out as 0.000000000. The way around it is to convert the total cost instead of the unit price: 0.3 gwei times 21,000 gas is 6,300 gwei, and that number converts cleanly.
To get an actual fee you need two things this page never asks for: the gas used (21,000 for a plain ETH transfer, far more for a swap or a mint) and the price per unit in gwei. Multiply them, drop the total in here, and you have the cost in ETH. There is no price feed built in, so converting to dollars is a separate step. Nothing leaves the page; the math runs in your browser.
Frequently asked questions
How many gwei are in 1 ETH?
Why did my result show 0.000000000?
Does it show the fee in dollars?
Related Tools
CSV → HTML Table
Convert CSV into a semantic HTML table with <thead> and <tbody>, escaping special characters. Optional custom CSS class.
BR ↔ US Number Format Converter
Converts numbers in bulk between Brazilian (1.234,56) and US (1,234.56) formats, auto-detecting the decimal separator line by line.
YAML to JSON
Convert YAML data to JSON format.
ISBN → Book Citation (manual)
Format book citation in APA, MLA, Chicago and ABNT from manual fields: author, year, title, edition, publisher and ISBN.
TSV → Markdown Table
Convert TSV (tab-separated) to a GFM Markdown table with configurable alignment (left, center, right).
MIDI Number to Note Converter
Convert a MIDI note number (0 to 127) into the matching musical note with octave (e.g. 60 = C4). Handy for programming synths and virtual instruments.