Scan started on {{ first.timestamp }} and ended on {{ last?.timestamp }}.
Total blocks: {{ last.end_block }} blocks | Block size: {{ d.block_size }} | Total size: {{ (last.end_block * d.block_size / 1_000_000_000_000).toFixed(2) }} TB = {{ (last.end_block * d.block_size / 1024 / 1024 / 1024 / 1024).toFixed(2) }} TiB
Red blocks indicate bad blocks or blocks that take too long (8x normal time) to scan. Hover over a block to see more information.
Made with ♥ by Azalea | GitHub @ hykilpikonna/HyPyUtils
Start: {{ hover?.l?.start_block?.toString(16) }}
End: {{ hover?.l?.end_block?.toString(16) }}
Duration: {{ hover?.l?.duration?.toFixed(2) }}