Source: mythos.polkaholic.io
Relay Chain: polkadot Para ID: 3369
Month | Start Block | End Block | # Blocks | # Signed Extrinsics (total) | # Active Accounts (avg) | # Addresses with Balances (max) | Issues |
---|---|---|---|---|---|---|---|
2024-08-01 to 2024-08-06 | 1,195,197 | 1,266,102 | 70,906 | 86,495 | 792,230 | - | |
2024-07-01 to 2024-07-31 | 754,634 | 1,195,196 | 440,563 | 3,528,218 | 791,359 | - | |
2024-06-01 to 2024-06-30 | 517,218 | 754,633 | 237,416 | 791,055 | 10 | - | |
2024-05-01 to 2024-05-31 | 296,157 | 517,217 | 221,061 | 2 | 3 | - | |
2024-04-01 to 2024-04-30 | 82,254 | 296,156 | 213,903 | 3 | 2 | - | |
2024-03-20 to 2024-03-31 | 1 | 82,253 | 82,253 | 1 | 2 | - |
- Blocks:
bigquery-public-data.crypto_polkadot.blocks3369
(date-partitioned byblock_time
) - Schema - Extrinsics:
bigquery-public-data.crypto_polkadot.extrinsics3369
(date-partitioned byblock_time
) - Schema - Events:
bigquery-public-data.crypto_polkadot.events3369
(date-partitioned byblock_time
) - Schema - Transfers:
bigquery-public-data.crypto_polkadot.transfers3369
(date-partitioned byblock_time
) - Schema - Balances:
bigquery-public-data.crypto_polkadot.balances3369
(date-partitioned byts
) - Schema - Active Accounts:
bigquery-public-data.crypto_polkadot.accountsactive3369
(date-partitioned byts
) - Schema - Passive Accounts:
bigquery-public-data.crypto_polkadot.accountspassive3369
(date-partitioned byts
) - Schema - New Accounts:
bigquery-public-data.crypto_polkadot.accountsnew3369
(date-partitioned byts
) - Schema - Reaped Accounts:
bigquery-public-data.crypto_polkadot.accountsreaped3369
(date-partitioned byts
) - Schema - Assets:
bigquery-public-data.crypto_polkadot.assets
(filter on3369
) - Schema - XCM Assets:
bigquery-public-data.crypto_polkadot.xcmassets
(filter onpara_id
) - Schema - XCM Transfers:
bigquery-public-data.crypto_polkadot.xcmtransfers
(filter onorigination_para_id
ordestination_para_id
, date-partitioned byorigination_ts
) - Schema - XCM Messages:
bigquery-public-data.crypto_polkadot.xcm
(filter onorigination_para_id
ordestination_para_id
, date-partitioned byorigination_ts
) - Schema
SELECT LAST_DAY( date(block_time)) as monthDT,
Min(date(block_time)) startBN, max(date(block_time)) endBN,
min(number) minBN, max(number) maxBN,
count(*) numBlocks, max(number)-min(number)+1-count(*) as numBlocks_missing
FROM `bigquery-public-data.crypto_polkadot.blocks3369`
group by monthDT
order by monthDT desc
Report source: https://cdn.polkaholic.io/substrate-etl/polkadot/3369.json | See Definitions for details | Submit Issue