rezarwzBlast Onchain costs
    Updated 2025-04-10
    with Compute_Costs as (
    SELECT
    date_trunc('month', BLOCK_TIMESTAMP) as date,
    sum(tx_fee) as "Compute Costs"
    FROM
    ethereum.core.fact_transactions
    where
    from_address = '0x082b616ec99167b2fedee053f07db6795d4da821'
    group by
    1
    ),
    overhead_costs as (
    SELECT
    date_trunc('month', BLOCK_TIMESTAMP) as date,
    sum(tx_fee) as "Overhead Costs"
    FROM
    ethereum.core.fact_transactions
    where
    to_Address in (
    '0x364289230b8cc7d9120ef962af37ebcfe23ce883',
    '0x4f72ee94b8ba3be7f886565d3583a7f636c58b05'
    )
    group by
    1
    ),
    total_tx_fee as (
    SELECT
    date_trunc('month', BLOCK_TIMESTAMP) as date,
    sum(tx_fee) as "Total Tx Fees"
    FROM
    blast.core.fact_transactions
    group by
    1
    ),
    call_data_costs as (
    SELECT
    Last run: 14 days ago
    DATE
    Compute Costs
    Total Tx Fees
    Overhead Costs
    Call Data Costs
    Blobs Costs
    Total Onchain Costs
    1
    2024-05-01 00:00:00.0000.5330098047926.0100557470.001588091763347.1192440856.62437888e-10347.653841982
    2
    2024-11-01 00:00:00.0000.978501127874.48532706301.45795586411.55255564813.98901264
    3
    2024-09-01 00:00:00.0000.578965128175.89359531901.011034432.98450944e-91.589999561
    4
    2024-07-01 00:00:00.0000.3921809274179.1629138160.0004429281387.2164042071.234365317e-77.609028186
    5
    2024-10-01 00:00:00.0000.877693810661.83571081201.3183992050.53855955252.734652568
    6
    2025-04-01 00:00:00.0000.05508861531.15445289500.15023251651.2533029391.458624071
    7
    2025-02-01 00:00:00.0000.205300766439.04403860900.48569469734.7897247525.480720215
    8
    2024-02-01 00:00:00.0000.5285993599233.6084783290.2046872593322.8098610030323.543147623
    9
    2025-01-01 00:00:00.0000.725723294547.9062196320.00019455480050.895816620714.41020162516.031936095
    10
    2024-08-01 00:00:00.0000.3225622954170.1107236360.00018174972.9259603537.571111936e-93.248704406
    11
    2024-12-01 00:00:00.0000.975660872162.0455392901.38884325420.10523254922.469736675
    12
    2024-04-01 00:00:00.0001.080513219979.196999730638.8638631760639.944376395
    13
    2024-03-01 00:00:00.0002.9174697262131.5450420910.0077723560181204.00427806301206.929520145
    14
    2025-03-01 00:00:00.0000.126793670922.6482211200.43202757932.4931644523.051985702
    15
    2024-06-01 00:00:00.0000.57267964931055.733633918052.49499836931.11176984684.179447864
    15
    1KB
    60s