vahid-2jsEENlast 6 months
    Updated 2022-06-28
    select (count(BLOCK_ID) / 33e5), (count(BLOCK_ID) / 183), count(SENDER)
    from algorand.application_call_transaction
    where
    block_timestamp > current_date - interval '6 month'