Movement TeamHourly Gas
    Updated 2025-02-06
    select trunc(block_timestamp,'hour') as hourly,
    sum((gas_used * gas_unit_price)/1e8) as total_gas,
    max((gas_used * gas_unit_price)/1e8) as max_gas,
    median((gas_used * gas_unit_price)/1e8) as median_gas,
    avg((gas_used * gas_unit_price)/1e8) as avg_gas
    from aptos.core.fact_transactions
    where block_timestamp >= current_date - 1
    group by 1
    order by 1 asc
    Last run: 3 months ago
    HOURLY
    TOTAL_GAS
    MAX_GAS
    MEDIAN_GAS
    AVG_GAS
    1
    2025-02-05 00:00:00.00022.3490230.0549970.0000130.000152462517
    2
    2025-02-05 01:00:00.00025.9112480.1377920.0000130.000177358897
    3
    2025-02-05 02:00:00.00028.6493940.1140160.0000130.000164917073
    4
    2025-02-05 03:00:00.00019.2792520.043860.0000130.00015773704
    5
    2025-02-05 04:00:00.00026.083880.0247760.0000130.00018530879
    6
    2025-02-05 05:00:00.00029.3201030.153170.0000130.000205105966
    7
    2025-02-05 06:00:00.00026.238810.0495920.0000130.000170899019
    8
    2025-02-05 07:00:00.00025.1386360.0588610.0000130.0001674023
    9
    2025-02-05 08:00:00.00026.187930.050.0000130.000174433861
    10
    2025-02-05 09:00:00.00026.8892410.4748170.0000130.000172993476
    11
    2025-02-05 10:00:00.00029.4799120.0308760.0000130.000187681679
    12
    2025-02-05 11:00:00.00028.1093750.069420.0000130.000174803024
    13
    2025-02-05 12:00:00.00027.9793340.0355460.0000130.000169888847
    14
    2025-02-05 13:00:00.00029.1642430.0477330.0000130.000192415619
    15
    2025-02-05 14:00:00.00039.0277940.0344150.0000130.000250595826
    16
    2025-02-05 15:00:00.00038.052790.0559680.0000130.000238469333
    17
    2025-02-05 16:00:00.00039.0449620.5728070.0000130.000241722562
    18
    2025-02-05 17:00:00.00034.8727640.0572950.0000130.000225158438
    19
    2025-02-05 18:00:00.00032.4303770.0453750.0000130.00021856594
    20
    2025-02-05 19:00:00.00037.554230.069420.0000130.000261769446
    48
    3KB
    2s