- Updates every 12 hours. Last update at 2022-01-25 19:14:03
- Last processed block 6796015 in epoch 316.
- Total blockchain size: 44.04 GB.
- Go to the plot of all epochs.
- Method: A SQL JOIN brings the epoch number to each table using foreign keys. The number of rows are counted using GROUP BY and joined to the postgresql stats containing total number of rows and disk space usage in bytes (without indices) by table. Then compute the size by table and epoch proportionally.
- Code will be on github by end of the year.