Crypto Denominations: Satoshi, Gwei, Wei
A '10 gwei gas price' on Ethereum = 0.00000001 ETH per gas unit. At $3000/ETH, a 21,000-gas transfer costs $0.63.
1 BTC = 100,000,000 satoshi. 1 ETH = 10⁹ gwei = 10¹⁸ wei. Micro-transactions and gas math. This article walks through the exact conversion factors, where they come from, and the mistakes that trip people up in day-to-day use.
The exact factors
1 BTC → 10⁸ sat (hundred million) > 1 ETH → 10⁹ gwei (billion)
Why the numbers matter
Most casual conversions round early and lose precision that only shows up at scale. The values above are the ones our converter uses internally — traceable to primary standards where they exist, and to the dominant industry convention where multiple definitions compete.
Worked example
Take the top row above: 1 BTC converts to 10⁸ sat. In a real-world use case (hundred million), the difference between using the rounded shortcut and the precise factor typically shows up at the 2-5% level — enough to matter for anything measured, billed, or dosed, and invisible for anything estimated.
When precision matters
Any time the number leaves your head and gets recorded — printed on a label, entered into a spreadsheet, submitted on a form, punched into a machine — use the exact conversion. Mental shortcuts are fine for feel, not for records.
The five-second recap
Use the exact factors above. Round only in your final display, never mid-calculation. Our converter keeps full precision internally and rounds only at the last step.
Try the converters mentioned in this article
FAQ
What is the exact conversion for 1 BTC to 10⁸ sat?+
1 BTC → 10⁸ sat — see the table above. Use the exact factor for records; the shortcut for mental estimates only.
Why does the shortcut differ from the exact value?+
Shortcuts drop 2-4 significant figures for mental math. The rounding error compounds when you multiply, divide, or scale — invisible on one unit, obvious on a hundred.
Which convention should I use in mixed-unit projects?+
Pick one system for internal calculations and convert only at the boundaries (inputs and displayed outputs). Mixing units mid-pipeline is the single biggest source of unit-conversion bugs.
This article was written by The Turbo Unit Converter engineering desk (Applied metrology & engineering units) and last reviewed on 2026-07-10 against NIST SP 811 and the BIPM SI Brochure. Read our full editorial policy.