Module Irmin_traces.Tezos_history_metrics

val weekly_stats : (int * int * int * int) list

List of tuples of week timestamp, week transaction count, week ops count and week block count.

There is ~1 block per minute in tezos and 10080 minutes in a week. Hence the content of the last columns.

Computed using:

https://api.tzstats.com/series/block.json?collapse=1w&columns=n_tx,n_ops,count