World Cup of Bounties Flipside's World Cup Kick Off: Gas Guzzlers
Description of work
In this dashboard, we want to analyze the gas used by different chains in the last 30 days.
The analyzed chains are Ethereum, Optimism, Solana, Near, and Algorand.
This dashboard includes the following sections:
a - Definitions
- Gas spent on different blockchains in USD in the last 30 days.
- Gas spend in USD to network token price.
- The top 10 addresses on each chain that spend the most on gas in the last 30 days.
- Average block gas price hourly and daily
- The average cost of gas in USD per $1M of liquidity transferred on each chain in the last 30 days
- Conclusion
a - Definitions
What are gas fees?
The gas fee is a commonly used term for the cost that certain blockchain protocol users pay to network validators each time they wish to perform a function on the blockchain.
The gas serves as an incentive for network validators to record transactions accurately and behave honestly in the upkeep of the protocol.
Source: kraken.com
1 - Gas spent on different blockchains in USD in the last 30 days
Methodology
To calculate gas spent in USD on different blockchains:
- Ethereum
-
We use
GAS_USED
andGAS_PRICE
fields from[ethereum.core.fact_transactions]
table to calculate gas spent for transactions.- Note:
GAS_PRICE
unit is wei. ( 1 Ether = 10^18 wei)
- Note:
-
The gas spent for transactions in USD is calculated by multiplying the calculated gas spent in the previous step by the Ether price.
\
-
- Solana
-
We use
FEE
field from[solana.core.fact_transactions]
table to calculate gas spent for transactions.- Note:
FEE
unit is lamport. ( 1 SOL = 10^9 lamport)
- Note:
-
The gas spent for transactions in USD is calculated by multiplying the calculated gas spent in the previous step by the SOL price.
\
-
- Near
- We multiply
GAS_USED
field from[near.core.fact_transactions]
table byAVG_GAS_PRICE
field from[near.core.metrics_daily_gas]
table to calculate gas spent for transactions.-
Note:
AVG_GAS_PRICE
unit is yoctoNEAR. ( 1 NEAR = 10^24 yoctoNEAR)\
-
- We multiply
- Optimism
-
We use
GAS_USED
andGAS_PRICE
fields from[optimism.core.fact_transactions]
table to calculate gas spent for transactions.- Note:
- Fees in Optimism are paid with Optimistic Ethereum, which is a wrapped Ether token on Optimism.
GAS_PRICE
unit is wei. ( 1 Ether = 10^18 wei)
- Note:
-
The gas spent for transactions in USD is calculated by multiplying the calculated gas spent in the previous step by the Ether price.
\
-
- Flow
-
We use rows with
EVENT_TYPE = 'FeesDeducted'
from[flow.core.fact_events]
table to calculate gas spent for transactions.\
-
- Algorand
- We use
FEE
field from[algorand.core.fact_transaction
table to calculate gas spent for transactions.- Note:
FEE
unit is ALGO.
- Note:
- The gas spent for transactions in USD is calculated by multiplying the calculated gas spent in the previous step by the ALGO price.
- We use
Note: In Ethereum, Optimism, and Near, gas spent on transactions is calculated by multiplying gas used by gas price. However, in Solana and Flow, the gas price concept is not defined, instead, they used the transaction fee concept that equals the gas spent concept on Ethereum, Optimism, and Near.
✔️Observations
-
Total gas spent on Algorand in USD in the last 30 days equals 15.11K $.
- The average gas used per transaction in USD in the last 30 days equals 0.00037$.
-
The highest Gas spent on Algorand in USD was recorded on 2022-10-25 (822 $), 2022-10-24 (721 $), and 2022-11-08 (648 $).
-
The number of transactions has a correlation with gas spent in USD.
✔️Observations
-
Total gas spent on Optimism in USD in the last 30 days equals 17.4K $.
- The average gas used per transaction in USD in the last 30 days equals 0.00195$.
-
The highest Gas spent on Optimism in USD was recorded on 2022-11-09 (1683.18 $), 2022-10-21 (1330.359K $), and 2022-11-08 (1289.5 $).
✔️Observations
-
The price of the native token of all the reviewed blockchains from November 6 to 10, 2022, has fallen sharply due to the news related to the FTT token and Alameda Research and the announcement of the bankruptcy of the FTX exchange.
This price reduction has caused the gas spent (in USD) on blockchains to increase sharply.

✔️Observations
-
The highest number of transactions belongs to Solana(907.27M Transaction), Algorand(39.59M Transaction), Ethereum(32.47M Transaction), Flow(31.58M Transaction), Near(14.5M Transaction), and Optimism(8.7M Transaction).
-
The highest gas spent on blockchains in USD belongs to Ethereum(115.46M $), Near (6.97M $), Solana (208.34K $), Optimism (17.28K $), Algorand (14.85K $) and Flow (691$).
-
The highest average gas used per transaction in USD belongs to Ethereum(3.56 $), Near (0.48 $), Optimism(0.00197 $), Algorand (0.00037 $), Solana (0.00024 $) and Flow (0.000022$).
-
On November 6, the news about the FTT token and Alameda Research and the announcement of the bankruptcy of the FTX exchange caused a lot of doubt in the cryptocurrency market, the effects of which are evident in the charts. From November 5th to November 9th, the number of transactions and gas spent in USD increased drastically in all the investigated blockchains.
Conclusion
In this dashboard, we analyzed the gas used by different chains in the last 30 days, and the following results were obtained:
-
The highest number of transactions belongs to Solana(907.27M Transaction), Algorand(39.59M Transaction), Ethereum(32.47M Transaction), Flow(31.58M Transaction), Near(14.5M Transaction), and Optimism(8.7M Transaction).
-
The highest gas spent on blockchains in USD belongs to Ethereum(115.46M $), Near (6.97M $), Solana (208.34K $), Optimism (17.28K $), Algorand (14.85K $) and Flow (691$).
-
The highest average gas used per transaction in USD belongs to Ethereum(3.56 $), Near (0.48 $), Optimism(0.00197 $), Algorand (0.00037 $), Solana (0.00024 $) and Flow (0.000022$).
\
-
On November 6, the news about the FTT token and Alameda Research and the announcement of the bankruptcy of the FTX exchange caused a lot of doubt in the cryptocurrency market, the effects of which are evident in the charts. From November 5th to November 9th, the number of transactions and gas spent in USD increased drastically in all the investigated blockchains.
-
Highest average cost of gas in USD per $1M of liquidity transferred on chains belongs to Ethereum(948.26$), Optimism (9.81$), Algorand (6.40$) and Solana (0.91$)