Ethereum transaction cost equals gas used multiplied by the effective gas price. The effective price combines the network base fee and your priority fee, so cost changes with congestion and transaction complexity.
Three-step decision framework
1. Gas used
A token swap or contract call usually uses more gas than a simple transfer.
2. Effective gas price
Base fee follows demand; priority fee influences inclusion speed.
3. Alternatives
Compare waiting, batching or an appropriate Layer 2 when security and application support fit.
Validation path
- Ethereum Gas Calculator — Convert gas limit and Gwei into ETH and USD.
- Ethereum Fee Market — Inspect fee-market conditions over time.
- Ethereum Intelligence Hub — Connect gas, network activity and market context.
- Gas Fees Lesson — Learn base fee, priority fee and gas limit.
- Gas Calculator Guide — Work through formulas, examples and limitations.
Frequently asked questions
Why does a failed transaction still cost gas?
Validators still executed the attempted computation and consumed block resources, even though the state change reverted.
Is Gwei the total transaction fee?
No. Gwei is a unit of gas price. Total cost also depends on how much gas the transaction uses.
Can the cheapest gas setting delay a transaction?
Yes. A priority fee below current demand may wait until congestion falls or may need replacement.
This page provides research and decision frameworks, not investment, legal or tax advice.