flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
ETH Gas price in GWEI for the last 60 days
cypher
ETH Gas price in GWEI for the last 60 days
Updated 2021-11-17
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
DATE_TRUNC
(
'day'
,
block_timestamp
)
as
block_day
,
AVG
(
gas_price
)
/
1000000000
as
avg_gas_gwei
FROM
ethereum
.
transactions
WHERE
DATE_TRUNC
(
'day'
,
block_timestamp
)
>=
getdate
(
)
-
interval
'60 days'
GROUP
BY
block_day
Results
Run a query to Download Data