Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What accounts for an index status vs. db-file-size discrepancy ? #1809

Closed
kvnn opened this issue Feb 20, 2023 · 3 comments
Closed

What accounts for an index status vs. db-file-size discrepancy ? #1809

kvnn opened this issue Feb 20, 2023 · 3 comments

Comments

@kvnn
Copy link

kvnn commented Feb 20, 2023

On two servers I have an index file of the same size, but one on Server 1 ord index is at 367160/777506 while on Server 2 its 776831/777507.

du -s --block=GB ./.local/share/ord/index.redb on both servers returns 31GB.

Server 1 was fully indexed yesterday morning. I think ord preview or ord server caused it to regress.

So my question is: what would cause this discrepancy? Is it surely isolated to values in index.redb ?

@kvnn
Copy link
Author

kvnn commented Feb 20, 2023

Also: is there a way to determine "indexing status" outside of the main index process? I'd like to keep track of its progress from a separate process...

@kvnn
Copy link
Author

kvnn commented Feb 20, 2023

After applying the latest master with #1759 merged :

server 1 (custom logs)

ubuntu@ip-172-31-15-165:~$ RUST_LOG=info ord --bitcoin-data-dir=/var/lib/bitcoind index
[2023-02-20T20:18:12Z INFO  ord::index] Connecting to Bitcoin Core RPC server at 127.0.0.1:8332/wallet/ord using credentials from `/var/lib/bitcoind/.cookie`
[2023-02-20T20:18:12Z INFO  ord::index] entering database
[2023-02-20T20:42:49Z INFO  ord::index] in database
[2023-02-20T20:42:49Z INFO  ord::index::updater] Block 777446 at 2023-02-20 05:33:56 UTC with 2199 transactions…

server 2

ubuntu@ip-172-31-17-189:~/ord$ RUST_LOG=info ord --bitcoin-data-dir=/var/lib/bitcoind index
[2023-02-20T20:01:33Z INFO  ord::index] Connecting to Bitcoin Core RPC server at 127.0.0.1:8332/wallet/ord using credentials from `/var/lib/bitcoind/.cookie`
[2023-02-20T20:18:03Z INFO  ord::index::updater] Block 777530 at 2023-02-20 19:15:27 UTC with 2102 transactions…
[2023-02-20T20:18:10Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 7339 ms

And both are now synced.

Server 1 took 24 minutes to "enter the database" on a c6a.8xlarge while server 2 took 17 minutes on a t2.medium1 (much wimpier specs) . Strange behavior.

@kvnn
Copy link
Author

kvnn commented Feb 22, 2023

On a c6a.8xlarge with the latest master ( 9f46f0854055551fe26f4729d9636c0d025ef322 )

ubuntu@ip-172-31-15-165:~$ RUST_LOG=info ord --bitcoin-data-dir=/var/lib/bitcoind index
[2023-02-22T02:06:16Z INFO  ord::index] Connecting to Bitcoin Core RPC server at 127.0.0.1:8332/wallet/ord using credentials from `/var/lib/bitcoind/.cookie`
[2023-02-22T02:06:16Z INFO  ord::index] entering database
[2023-02-22T02:06:16Z INFO  ord::index] in database
[2023-02-22T02:06:22Z INFO  ord::index::updater] Block 777538 at 2023-02-20 20:59:31 UTC with 2951 transactions…
[2023-02-22T02:06:29Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 7485 ms
[2023-02-22T02:06:35Z INFO  ord::index::updater] Block 777539 at 2023-02-20 21:02:42 UTC with 1195 transactions…
[2023-02-22T02:06:40Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 5390 ms
[2023-02-22T02:06:44Z INFO  ord::index::updater] Block 777540 at 2023-02-20 21:06:28 UTC with 2225 transactions…
[2023-02-22T02:06:48Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3671 ms
[2023-02-22T02:06:49Z INFO  ord::index::updater] Block 777541 at 2023-02-20 21:14:32 UTC with 1653 transactions…
[2023-02-22T02:06:51Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2027 ms
[2023-02-22T02:06:55Z INFO  ord::index::updater] Block 777542 at 2023-02-20 21:16:59 UTC with 2090 transactions…
[2023-02-22T02:06:59Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 4014 ms
[2023-02-22T02:07:02Z INFO  ord::index::updater] Block 777543 at 2023-02-20 21:20:48 UTC with 1143 transactions…
[2023-02-22T02:07:06Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3593 ms
[2023-02-22T02:07:07Z INFO  ord::index::updater] Block 777544 at 2023-02-20 21:26:11 UTC with 1270 transactions…
[2023-02-22T02:07:09Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1439 ms
[2023-02-22T02:07:12Z INFO  ord::index::updater] Block 777545 at 2023-02-20 21:27:04 UTC with 956 transactions…
[2023-02-22T02:07:14Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2829 ms
[2023-02-22T02:07:17Z INFO  ord::index::updater] Block 777546 at 2023-02-20 21:48:30 UTC with 3429 transactions…
[2023-02-22T02:07:20Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2913 ms
[2023-02-22T02:07:25Z INFO  ord::index::updater] Block 777547 at 2023-02-20 21:48:41 UTC with 991 transactions…
[2023-02-22T02:07:29Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 4412 ms
[2023-02-22T02:07:32Z INFO  ord::index::updater] Block 777548 at 2023-02-20 22:50:06 UTC with 2893 transactions…
[2023-02-22T02:07:34Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2496 ms
[2023-02-22T02:07:37Z INFO  ord::index::updater] Block 777549 at 2023-02-20 22:52:10 UTC with 3125 transactions…
[2023-02-22T02:07:39Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2437 ms
[2023-02-22T02:07:42Z INFO  ord::index::updater] Block 777550 at 2023-02-20 22:54:43 UTC with 2548 transactions…
[2023-02-22T02:07:45Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2769 ms
[2023-02-22T02:07:47Z INFO  ord::index::updater] Block 777551 at 2023-02-20 22:58:39 UTC with 2658 transactions…
[2023-02-22T02:07:49Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1935 ms
[2023-02-22T02:07:50Z INFO  ord::index::updater] Block 777552 at 2023-02-20 23:01:52 UTC with 1559 transactions…
[2023-02-22T02:07:52Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1604 ms
[2023-02-22T02:07:54Z INFO  ord::index::updater] Block 777553 at 2023-02-20 23:13:34 UTC with 2229 transactions…
[2023-02-22T02:07:56Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1995 ms
[2023-02-22T02:07:58Z INFO  ord::index::updater] Block 777554 at 2023-02-20 23:19:27 UTC with 1251 transactions…
[2023-02-22T02:08:01Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2524 ms
[2023-02-22T02:08:02Z INFO  ord::index::updater] Block 777555 at 2023-02-20 23:31:29 UTC with 1984 transactions…
[2023-02-22T02:08:04Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1476 ms
[2023-02-22T02:08:06Z INFO  ord::index::updater] Block 777556 at 2023-02-20 23:50:43 UTC with 2416 transactions…
[2023-02-22T02:08:08Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1972 ms
[2023-02-22T02:08:09Z INFO  ord::index::updater] Block 777557 at 2023-02-21 00:02:35 UTC with 2411 transactions…
[2023-02-22T02:08:11Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1982 ms
[2023-02-22T02:08:16Z INFO  ord::index::updater] Block 777558 at 2023-02-21 00:03:22 UTC with 588 transactions…
[2023-02-22T02:08:20Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 4118 ms
[2023-02-22T02:08:21Z INFO  ord::index::updater] Block 777559 at 2023-02-21 00:11:00 UTC with 1658 transactions…
[2023-02-22T02:08:22Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1566 ms
[2023-02-22T02:08:25Z INFO  ord::index::updater] Block 777560 at 2023-02-21 00:16:35 UTC with 1282 transactions…
[2023-02-22T02:08:27Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2254 ms
[2023-02-22T02:08:31Z INFO  ord::index::updater] Block 777561 at 2023-02-21 00:22:32 UTC with 909 transactions…
[2023-02-22T02:08:34Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3773 ms
[2023-02-22T02:08:35Z INFO  ord::index::updater] Block 777562 at 2023-02-21 00:27:03 UTC with 990 transactions…
[2023-02-22T02:08:36Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 809 ms
[2023-02-22T02:08:36Z INFO  ord::index::updater] Block 777563 at 2023-02-21 00:28:00 UTC with 320 transactions…
[2023-02-22T02:08:36Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 177 ms
[2023-02-22T02:08:38Z INFO  ord::index::updater] Block 777564 at 2023-02-21 01:03:46 UTC with 2902 transactions…
[2023-02-22T02:08:40Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1906 ms
[2023-02-22T02:08:42Z INFO  ord::index::updater] Block 777565 at 2023-02-21 01:05:09 UTC with 1862 transactions…
[2023-02-22T02:08:44Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2154 ms
[2023-02-22T02:08:46Z INFO  ord::index::updater] Block 777566 at 2023-02-21 01:10:26 UTC with 1098 transactions…
[2023-02-22T02:08:47Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1540 ms
[2023-02-22T02:08:49Z INFO  ord::index::updater] Block 777567 at 2023-02-21 01:27:13 UTC with 2402 transactions…
[2023-02-22T02:08:51Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1957 ms
[2023-02-22T02:08:54Z INFO  ord::index::updater] Block 777568 at 2023-02-21 01:35:50 UTC with 1339 transactions…
[2023-02-22T02:08:57Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3052 ms
[2023-02-22T02:08:57Z INFO  ord::index::updater] Block 777569 at 2023-02-21 01:36:26 UTC with 261 transactions…
[2023-02-22T02:08:57Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 201 ms
[2023-02-22T02:08:58Z INFO  ord::index::updater] Block 777570 at 2023-02-21 02:01:14 UTC with 2780 transactions…
[2023-02-22T02:09:00Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1353 ms
[2023-02-22T02:09:03Z INFO  ord::index::updater] Block 777571 at 2023-02-21 02:03:42 UTC with 805 transactions…
[2023-02-22T02:09:06Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3282 ms
[2023-02-22T02:09:07Z INFO  ord::index::updater] Block 777572 at 2023-02-21 02:14:43 UTC with 1647 transactions…
[2023-02-22T02:09:08Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 978 ms
[2023-02-22T02:09:09Z INFO  ord::index::updater] Block 777573 at 2023-02-21 02:19:02 UTC with 701 transactions…
[2023-02-22T02:09:09Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 440 ms
[2023-02-22T02:09:11Z INFO  ord::index::updater] Block 777574 at 2023-02-21 02:23:10 UTC with 629 transactions…
[2023-02-22T02:09:13Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1905 ms
[2023-02-22T02:09:13Z INFO  ord::index::updater] Block 777575 at 2023-02-21 02:25:53 UTC with 465 transactions…
[2023-02-22T02:09:13Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 328 ms
[2023-02-22T02:09:14Z INFO  ord::index::updater] Block 777576 at 2023-02-21 02:28:45 UTC with 538 transactions…
[2023-02-22T02:09:14Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 289 ms
[2023-02-22T02:09:14Z INFO  ord::index::updater] Block 777577 at 2023-02-21 02:29:59 UTC with 214 transactions…
[2023-02-22T02:09:14Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 146 ms
[2023-02-22T02:09:15Z INFO  ord::index::updater] Block 777578 at 2023-02-21 02:41:43 UTC with 1410 transactions…
[2023-02-22T02:09:15Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 676 ms
[2023-02-22T02:09:16Z INFO  ord::index::updater] Block 777579 at 2023-02-21 02:50:32 UTC with 1376 transactions…
[2023-02-22T02:09:17Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 908 ms
[2023-02-22T02:09:19Z INFO  ord::index::updater] Block 777580 at 2023-02-21 03:05:59 UTC with 1953 transactions…
[2023-02-22T02:09:21Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2058 ms
[2023-02-22T02:09:23Z INFO  ord::index::updater] Block 777581 at 2023-02-21 03:07:17 UTC with 257 transactions…
[2023-02-22T02:09:25Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1810 ms
[2023-02-22T02:09:27Z INFO  ord::index::updater] Block 777582 at 2023-02-21 03:12:52 UTC with 843 transactions…
[2023-02-22T02:09:28Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1572 ms
[2023-02-22T02:09:28Z INFO  ord::index::updater] Block 777583 at 2023-02-21 03:14:25 UTC with 297 transactions…
[2023-02-22T02:09:28Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 230 ms
[2023-02-22T02:09:29Z INFO  ord::index::updater] Block 777584 at 2023-02-21 03:16:07 UTC with 343 transactions…
[2023-02-22T02:09:29Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 269 ms
[2023-02-22T02:09:31Z INFO  ord::index::updater] Block 777585 at 2023-02-21 03:24:13 UTC with 1049 transactions…
[2023-02-22T02:09:33Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2139 ms
[2023-02-22T02:09:33Z INFO  ord::index::updater] Block 777586 at 2023-02-21 03:25:34 UTC with 293 transactions…
[2023-02-22T02:09:34Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 248 ms
[2023-02-22T02:09:35Z INFO  ord::index::updater] Block 777587 at 2023-02-21 04:10:13 UTC with 2159 transactions…
[2023-02-22T02:09:36Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1012 ms
[2023-02-22T02:09:37Z INFO  ord::index::updater] Block 777588 at 2023-02-21 04:41:24 UTC with 3040 transactions…
[2023-02-22T02:09:38Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1354 ms
[2023-02-22T02:09:40Z INFO  ord::index::updater] Block 777589 at 2023-02-21 04:47:31 UTC with 2038 transactions…
[2023-02-22T02:09:42Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1634 ms
[2023-02-22T02:09:43Z INFO  ord::index::updater] Block 777590 at 2023-02-21 05:00:19 UTC with 2206 transactions…
[2023-02-22T02:09:44Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1073 ms
[2023-02-22T02:09:44Z INFO  ord::index::updater] Block 777591 at 2023-02-21 05:00:30 UTC with 1160 transactions…
[2023-02-22T02:09:45Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 737 ms
[2023-02-22T02:09:46Z INFO  ord::index::updater] Block 777592 at 2023-02-21 05:09:59 UTC with 1313 transactions…
[2023-02-22T02:09:46Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 678 ms
[2023-02-22T02:09:49Z INFO  ord::index::updater] Block 777593 at 2023-02-21 05:11:52 UTC with 754 transactions…
[2023-02-22T02:09:51Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2344 ms
[2023-02-22T02:09:53Z INFO  ord::index::updater] Block 777594 at 2023-02-21 05:12:54 UTC with 543 transactions…
[2023-02-22T02:09:55Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2065 ms
[2023-02-22T02:09:56Z INFO  ord::index::updater] Block 777595 at 2023-02-21 05:47:02 UTC with 2577 transactions…
[2023-02-22T02:09:57Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1158 ms
[2023-02-22T02:09:58Z INFO  ord::index::updater] Block 777596 at 2023-02-21 05:52:31 UTC with 881 transactions…
[2023-02-22T02:09:59Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 980 ms
[2023-02-22T02:10:00Z INFO  ord::index::updater] Block 777597 at 2023-02-21 05:52:41 UTC with 989 transactions…
[2023-02-22T02:10:01Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1043 ms
[2023-02-22T02:10:02Z INFO  ord::index::updater] Block 777598 at 2023-02-21 05:59:39 UTC with 1672 transactions…
[2023-02-22T02:10:02Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 451 ms
[2023-02-22T02:10:03Z INFO  ord::index::updater] Block 777599 at 2023-02-21 06:13:39 UTC with 1205 transactions…
[2023-02-22T02:10:04Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 917 ms
[2023-02-22T02:10:05Z INFO  ord::index::updater] Block 777600 at 2023-02-21 06:21:50 UTC with 1592 transactions…
[2023-02-22T02:10:05Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 858 ms
[2023-02-22T02:10:06Z INFO  ord::index::updater] Block 777601 at 2023-02-21 06:23:07 UTC with 989 transactions…
[2023-02-22T02:10:07Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 801 ms
[2023-02-22T02:10:08Z INFO  ord::index::updater] Block 777602 at 2023-02-21 06:40:12 UTC with 2780 transactions…
[2023-02-22T02:10:10Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1809 ms
[2023-02-22T02:10:12Z INFO  ord::index::updater] Block 777603 at 2023-02-21 07:06:36 UTC with 3175 transactions…
[2023-02-22T02:10:14Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1817 ms
[2023-02-22T02:10:15Z INFO  ord::index::updater] Block 777604 at 2023-02-21 07:24:17 UTC with 3322 transactions…
[2023-02-22T02:10:17Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1732 ms
[2023-02-22T02:10:18Z INFO  ord::index::updater] Block 777605 at 2023-02-21 07:27:11 UTC with 1662 transactions…
[2023-02-22T02:10:18Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 875 ms
[2023-02-22T02:10:20Z INFO  ord::index::updater] Block 777606 at 2023-02-21 07:38:52 UTC with 2020 transactions…
[2023-02-22T02:10:21Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1350 ms
[2023-02-22T02:10:22Z INFO  ord::index::updater] Block 777607 at 2023-02-21 07:59:09 UTC with 2686 transactions…
[2023-02-22T02:10:24Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1125 ms
[2023-02-22T02:10:25Z INFO  ord::index::updater] Block 777608 at 2023-02-21 08:08:54 UTC with 1679 transactions…
[2023-02-22T02:10:26Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 969 ms
[2023-02-22T02:10:27Z INFO  ord::index::updater] Block 777609 at 2023-02-21 08:12:26 UTC with 1720 transactions…
[2023-02-22T02:10:29Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1306 ms
[2023-02-22T02:10:29Z INFO  ord::index::updater] Block 777610 at 2023-02-21 08:17:06 UTC with 1236 transactions…
[2023-02-22T02:10:30Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 814 ms
[2023-02-22T02:10:33Z INFO  ord::index::updater] Block 777611 at 2023-02-21 08:25:18 UTC with 1664 transactions…
[2023-02-22T02:10:35Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2467 ms
[2023-02-22T02:10:37Z INFO  ord::index::updater] Block 777612 at 2023-02-21 08:26:04 UTC with 380 transactions…
[2023-02-22T02:10:38Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1387 ms
[2023-02-22T02:10:38Z INFO  ord::index::updater] Block 777613 at 2023-02-21 08:27:42 UTC with 322 transactions…
[2023-02-22T02:10:38Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 124 ms
[2023-02-22T02:10:40Z INFO  ord::index::updater] Block 777614 at 2023-02-21 08:36:15 UTC with 1705 transactions…
[2023-02-22T02:10:42Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1785 ms
[2023-02-22T02:10:42Z INFO  ord::index::updater] Block 777615 at 2023-02-21 08:37:13 UTC with 259 transactions…
[2023-02-22T02:10:42Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 142 ms
[2023-02-22T02:10:43Z INFO  ord::index::updater] Block 777616 at 2023-02-21 09:05:41 UTC with 3742 transactions…
[2023-02-22T02:10:45Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1416 ms
[2023-02-22T02:10:46Z INFO  ord::index::updater] Block 777617 at 2023-02-21 09:08:50 UTC with 2417 transactions…
[2023-02-22T02:10:48Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1434 ms
[2023-02-22T02:10:51Z INFO  ord::index::updater] Block 777618 at 2023-02-21 09:11:32 UTC with 864 transactions…
[2023-02-22T02:10:54Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2851 ms
[2023-02-22T02:10:55Z INFO  ord::index::updater] Block 777619 at 2023-02-21 09:30:59 UTC with 3293 transactions…
[2023-02-22T02:10:57Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1969 ms
[2023-02-22T02:10:59Z INFO  ord::index::updater] Block 777620 at 2023-02-21 09:43:55 UTC with 2649 transactions…
[2023-02-22T02:11:00Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1591 ms
[2023-02-22T02:11:02Z INFO  ord::index::updater] Block 777621 at 2023-02-21 09:43:48 UTC with 957 transactions…
[2023-02-22T02:11:04Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1639 ms
[2023-02-22T02:11:04Z INFO  ord::index::updater] Block 777622 at 2023-02-21 09:46:44 UTC with 811 transactions…
[2023-02-22T02:11:04Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 280 ms
[2023-02-22T02:11:06Z INFO  ord::index::updater] Block 777623 at 2023-02-21 09:53:30 UTC with 1601 transactions…
[2023-02-22T02:11:08Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1875 ms
[2023-02-22T02:11:09Z INFO  ord::index::updater] Block 777624 at 2023-02-21 10:04:53 UTC with 1552 transactions…
[2023-02-22T02:11:09Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 709 ms
[2023-02-22T02:11:10Z INFO  ord::index::updater] Block 777625 at 2023-02-21 10:15:46 UTC with 2431 transactions…
[2023-02-22T02:11:11Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 992 ms
[2023-02-22T02:11:12Z INFO  ord::index::updater] Block 777626 at 2023-02-21 10:24:29 UTC with 2710 transactions…
[2023-02-22T02:11:13Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1044 ms
[2023-02-22T02:11:14Z INFO  ord::index::updater] Block 777627 at 2023-02-21 11:08:58 UTC with 3872 transactions…
[2023-02-22T02:11:16Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1127 ms
[2023-02-22T02:11:17Z INFO  ord::index::updater] Block 777628 at 2023-02-21 11:16:01 UTC with 3899 transactions…
[2023-02-22T02:11:19Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1516 ms
[2023-02-22T02:11:20Z INFO  ord::index::updater] Block 777629 at 2023-02-21 11:23:35 UTC with 2536 transactions…
[2023-02-22T02:11:21Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1423 ms
[2023-02-22T02:11:24Z INFO  ord::index::updater] Block 777630 at 2023-02-21 11:23:46 UTC with 1223 transactions…
[2023-02-22T02:11:26Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2460 ms
[2023-02-22T02:11:28Z INFO  ord::index::updater] Block 777631 at 2023-02-21 11:27:59 UTC with 1156 transactions…
[2023-02-22T02:11:29Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1213 ms
[2023-02-22T02:11:31Z INFO  ord::index::updater] Block 777632 at 2023-02-21 11:36:56 UTC with 2184 transactions…
[2023-02-22T02:11:32Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1588 ms
[2023-02-22T02:11:34Z INFO  ord::index::updater] Block 777633 at 2023-02-21 11:47:37 UTC with 2484 transactions…
[2023-02-22T02:11:36Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1916 ms
[2023-02-22T02:11:37Z INFO  ord::index::updater] Block 777634 at 2023-02-21 12:14:08 UTC with 2865 transactions…
[2023-02-22T02:11:37Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 615 ms
[2023-02-22T02:11:38Z INFO  ord::index::updater] Block 777635 at 2023-02-21 12:37:51 UTC with 3755 transactions…
[2023-02-22T02:11:40Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1083 ms
[2023-02-22T02:11:41Z INFO  ord::index::updater] Block 777636 at 2023-02-21 12:40:02 UTC with 2040 transactions…
[2023-02-22T02:11:42Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1006 ms
[2023-02-22T02:11:42Z INFO  ord::index::updater] Block 777637 at 2023-02-21 12:44:59 UTC with 2415 transactions…
[2023-02-22T02:11:43Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 883 ms
[2023-02-22T02:11:44Z INFO  ord::index::updater] Block 777638 at 2023-02-21 13:02:26 UTC with 2995 transactions…
[2023-02-22T02:11:45Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 810 ms
[2023-02-22T02:11:46Z INFO  ord::index::updater] Block 777639 at 2023-02-21 13:29:12 UTC with 3736 transactions…
[2023-02-22T02:11:47Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1087 ms
[2023-02-22T02:11:48Z INFO  ord::index::updater] Block 777640 at 2023-02-21 13:32:31 UTC with 2185 transactions…
[2023-02-22T02:11:49Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 933 ms
[2023-02-22T02:11:50Z INFO  ord::index::updater] Block 777641 at 2023-02-21 13:37:02 UTC with 2494 transactions…
[2023-02-22T02:11:51Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1019 ms
[2023-02-22T02:11:51Z INFO  ord::index::updater] Block 777642 at 2023-02-21 13:37:48 UTC with 793 transactions…
[2023-02-22T02:11:52Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 250 ms
[2023-02-22T02:11:52Z INFO  ord::index::updater] Block 777643 at 2023-02-21 13:39:34 UTC with 1208 transactions…
[2023-02-22T02:11:53Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 682 ms
[2023-02-22T02:11:55Z INFO  ord::index::updater] Block 777644 at 2023-02-21 13:41:54 UTC with 1192 transactions…
[2023-02-22T02:11:57Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2136 ms
[2023-02-22T02:12:01Z INFO  ord::index::updater] Block 777645 at 2023-02-21 13:44:40 UTC with 1148 transactions…
[2023-02-22T02:12:04Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 3483 ms
[2023-02-22T02:12:05Z INFO  ord::index::updater] Block 777646 at 2023-02-21 13:52:47 UTC with 2033 transactions…
[2023-02-22T02:12:07Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1352 ms
[2023-02-22T02:12:08Z INFO  ord::index::updater] Block 777647 at 2023-02-21 13:58:37 UTC with 1413 transactions…
[2023-02-22T02:12:09Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 882 ms
[2023-02-22T02:12:09Z INFO  ord::index::updater] Block 777648 at 2023-02-21 13:58:57 UTC with 1 transactions…
[2023-02-22T02:12:09Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 0 ms
[2023-02-22T02:12:10Z INFO  ord::index::updater] Block 777649 at 2023-02-21 14:01:31 UTC with 926 transactions…
[2023-02-22T02:12:12Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1524 ms
[2023-02-22T02:12:12Z INFO  ord::index::updater] Block 777650 at 2023-02-21 14:04:05 UTC with 658 transactions…
[2023-02-22T02:12:12Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 370 ms
[2023-02-22T02:12:13Z INFO  ord::index::updater] Block 777651 at 2023-02-21 14:07:52 UTC with 1107 transactions…
[2023-02-22T02:12:13Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 401 ms
[2023-02-22T02:12:15Z INFO  ord::index::updater] Block 777652 at 2023-02-21 14:12:52 UTC with 1447 transactions…
[2023-02-22T02:12:16Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1534 ms
[2023-02-22T02:12:16Z INFO  ord::index::updater] Block 777653 at 2023-02-21 14:14:47 UTC with 605 transactions…
[2023-02-22T02:12:17Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 254 ms
[2023-02-22T02:12:17Z INFO  ord::index::updater] Block 777654 at 2023-02-21 14:19:33 UTC with 1363 transactions…
[2023-02-22T02:12:17Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 420 ms
[2023-02-22T02:12:19Z INFO  ord::index::updater] Block 777655 at 2023-02-21 14:22:14 UTC with 730 transactions…
[2023-02-22T02:12:20Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1402 ms
[2023-02-22T02:12:21Z INFO  ord::index::updater] Block 777656 at 2023-02-21 14:40:00 UTC with 3417 transactions…
[2023-02-22T02:12:23Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1105 ms
[2023-02-22T02:12:24Z INFO  ord::index::updater] Block 777657 at 2023-02-21 14:43:24 UTC with 1480 transactions…
[2023-02-22T02:12:25Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1301 ms
[2023-02-22T02:12:27Z INFO  ord::index::updater] Block 777658 at 2023-02-21 14:49:38 UTC with 1929 transactions…
[2023-02-22T02:12:28Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1326 ms
[2023-02-22T02:12:30Z INFO  ord::index::updater] Block 777659 at 2023-02-21 14:52:44 UTC with 896 transactions…
[2023-02-22T02:12:32Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1717 ms
[2023-02-22T02:12:32Z INFO  ord::index::updater] Block 777660 at 2023-02-21 14:56:27 UTC with 1021 transactions…
[2023-02-22T02:12:33Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 794 ms
[2023-02-22T02:12:34Z INFO  ord::index::updater] Block 777661 at 2023-02-21 15:06:43 UTC with 2616 transactions…
[2023-02-22T02:12:36Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1298 ms
[2023-02-22T02:12:38Z INFO  ord::index::updater] Block 777662 at 2023-02-21 15:12:55 UTC with 1680 transactions…
[2023-02-22T02:12:39Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1816 ms
[2023-02-22T02:12:41Z INFO  ord::index::updater] Block 777663 at 2023-02-21 15:14:45 UTC with 401 transactions…
[2023-02-22T02:12:42Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1232 ms
[2023-02-22T02:12:43Z INFO  ord::index::updater] Block 777664 at 2023-02-21 15:40:36 UTC with 3660 transactions…
[2023-02-22T02:12:44Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1047 ms
[2023-02-22T02:12:45Z INFO  ord::index::updater] Block 777665 at 2023-02-21 15:50:55 UTC with 3029 transactions…
[2023-02-22T02:12:46Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1112 ms
[2023-02-22T02:12:47Z INFO  ord::index::updater] Block 777666 at 2023-02-21 16:07:07 UTC with 2568 transactions…
[2023-02-22T02:12:48Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 732 ms
[2023-02-22T02:12:48Z INFO  ord::index::updater] Block 777667 at 2023-02-21 16:10:27 UTC with 947 transactions…
[2023-02-22T02:12:49Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 388 ms
[2023-02-22T02:12:49Z INFO  ord::index::updater] Block 777668 at 2023-02-21 16:20:39 UTC with 3050 transactions…
[2023-02-22T02:12:50Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 847 ms
[2023-02-22T02:12:51Z INFO  ord::index::updater] Block 777669 at 2023-02-21 16:33:35 UTC with 2985 transactions…
[2023-02-22T02:12:52Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1017 ms
[2023-02-22T02:12:53Z INFO  ord::index::updater] Block 777670 at 2023-02-21 16:43:26 UTC with 2801 transactions…
[2023-02-22T02:12:54Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 796 ms
[2023-02-22T02:12:55Z INFO  ord::index::updater] Block 777671 at 2023-02-21 16:50:05 UTC with 2767 transactions…
[2023-02-22T02:12:56Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 956 ms
[2023-02-22T02:12:57Z INFO  ord::index::updater] Block 777672 at 2023-02-21 16:55:34 UTC with 2415 transactions…
[2023-02-22T02:12:57Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 850 ms
[2023-02-22T02:12:58Z INFO  ord::index::updater] Block 777673 at 2023-02-21 17:06:44 UTC with 2516 transactions…
[2023-02-22T02:12:59Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 828 ms
[2023-02-22T02:13:00Z INFO  ord::index::updater] Block 777674 at 2023-02-21 17:11:13 UTC with 2798 transactions…
[2023-02-22T02:13:01Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 904 ms
[2023-02-22T02:13:02Z INFO  ord::index::updater] Block 777675 at 2023-02-21 17:18:55 UTC with 2473 transactions…
[2023-02-22T02:13:03Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 799 ms
[2023-02-22T02:13:06Z INFO  ord::index::updater] Block 777676 at 2023-02-21 17:21:48 UTC with 1786 transactions…
[2023-02-22T02:13:08Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2805 ms
[2023-02-22T02:13:11Z INFO  ord::index::updater] Block 777677 at 2023-02-21 17:22:07 UTC with 302 transactions…
[2023-02-22T02:13:12Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1851 ms
[2023-02-22T02:13:14Z INFO  ord::index::updater] Block 777678 at 2023-02-21 17:24:25 UTC with 735 transactions…
[2023-02-22T02:13:16Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1503 ms
[2023-02-22T02:13:17Z INFO  ord::index::updater] Block 777679 at 2023-02-21 17:33:08 UTC with 2469 transactions…
[2023-02-22T02:13:18Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1402 ms
[2023-02-22T02:13:21Z INFO  ord::index::updater] Block 777680 at 2023-02-21 17:36:08 UTC with 880 transactions…
[2023-02-22T02:13:24Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2520 ms
[2023-02-22T02:13:25Z INFO  ord::index::updater] Block 777681 at 2023-02-21 17:47:20 UTC with 2882 transactions…
[2023-02-22T02:13:25Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 915 ms
[2023-02-22T02:13:26Z INFO  ord::index::updater] Block 777682 at 2023-02-21 18:05:10 UTC with 2854 transactions…
[2023-02-22T02:13:27Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 579 ms
[2023-02-22T02:13:27Z INFO  ord::index::updater] Block 777683 at 2023-02-21 18:11:08 UTC with 1505 transactions…
[2023-02-22T02:13:27Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 320 ms
[2023-02-22T02:13:28Z INFO  ord::index::updater] Block 777684 at 2023-02-21 18:14:58 UTC with 2473 transactions…
[2023-02-22T02:13:29Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 869 ms
[2023-02-22T02:13:30Z INFO  ord::index::updater] Block 777685 at 2023-02-21 18:19:38 UTC with 1392 transactions…
[2023-02-22T02:13:32Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1442 ms
[2023-02-22T02:13:34Z INFO  ord::index::updater] Block 777686 at 2023-02-21 18:24:19 UTC with 1477 transactions…
[2023-02-22T02:13:35Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1708 ms
[2023-02-22T02:13:37Z INFO  ord::index::updater] Block 777687 at 2023-02-21 18:24:48 UTC with 191 transactions…
[2023-02-22T02:13:39Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1722 ms
[2023-02-22T02:13:39Z INFO  ord::index::updater] Block 777688 at 2023-02-21 18:26:29 UTC with 568 transactions…
[2023-02-22T02:13:40Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 320 ms
[2023-02-22T02:13:40Z INFO  ord::index::updater] Block 777689 at 2023-02-21 18:27:18 UTC with 277 transactions…
[2023-02-22T02:13:41Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 602 ms
[2023-02-22T02:13:42Z INFO  ord::index::updater] Block 777690 at 2023-02-21 18:28:17 UTC with 360 transactions…
[2023-02-22T02:13:43Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1098 ms
[2023-02-22T02:13:44Z INFO  ord::index::updater] Block 777691 at 2023-02-21 18:29:43 UTC with 407 transactions…
[2023-02-22T02:13:45Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1050 ms
[2023-02-22T02:13:47Z INFO  ord::index::updater] Block 777692 at 2023-02-21 18:33:12 UTC with 934 transactions…
[2023-02-22T02:13:49Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1585 ms
[2023-02-22T02:13:50Z INFO  ord::index::updater] Block 777693 at 2023-02-21 18:39:44 UTC with 1610 transactions…
[2023-02-22T02:13:51Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1457 ms
[2023-02-22T02:13:53Z INFO  ord::index::updater] Block 777694 at 2023-02-21 18:44:56 UTC with 1401 transactions…
[2023-02-22T02:13:54Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1292 ms
[2023-02-22T02:13:55Z INFO  ord::index::updater] Block 777695 at 2023-02-21 18:48:43 UTC with 1001 transactions…
[2023-02-22T02:13:56Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 717 ms
[2023-02-22T02:13:57Z INFO  ord::index::updater] Block 777696 at 2023-02-21 18:51:11 UTC with 632 transactions…
[2023-02-22T02:13:59Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1483 ms
[2023-02-22T02:13:59Z INFO  ord::index::updater] Block 777697 at 2023-02-21 19:09:10 UTC with 3418 transactions…
[2023-02-22T02:14:00Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 593 ms
[2023-02-22T02:14:01Z INFO  ord::index::updater] Block 777698 at 2023-02-21 19:15:39 UTC with 2641 transactions…
[2023-02-22T02:14:02Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1195 ms
[2023-02-22T02:14:04Z INFO  ord::index::updater] Block 777699 at 2023-02-21 19:20:53 UTC with 1395 transactions…
[2023-02-22T02:14:06Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 2098 ms
[2023-02-22T02:14:07Z INFO  ord::index::updater] Block 777700 at 2023-02-21 19:47:46 UTC with 3630 transactions…
[2023-02-22T02:14:08Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 763 ms
[2023-02-22T02:14:09Z INFO  ord::index::updater] Block 777701 at 2023-02-21 19:58:55 UTC with 3074 transactions…
[2023-02-22T02:14:09Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 688 ms
[2023-02-22T02:14:10Z INFO  ord::index::updater] Block 777702 at 2023-02-21 20:21:31 UTC with 2768 transactions…
[2023-02-22T02:14:10Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 557 ms
[2023-02-22T02:14:11Z INFO  ord::index::updater] Block 777703 at 2023-02-21 21:06:15 UTC with 3008 transactions…
[2023-02-22T02:14:12Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 597 ms
[2023-02-22T02:14:12Z INFO  ord::index::updater] Block 777704 at 2023-02-21 21:08:30 UTC with 3159 transactions…
[2023-02-22T02:14:13Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 739 ms
[2023-02-22T02:14:13Z INFO  ord::index::updater] Block 777705 at 2023-02-21 21:11:43 UTC with 1601 transactions…
[2023-02-22T02:14:14Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 386 ms
[2023-02-22T02:14:14Z INFO  ord::index::updater] Block 777706 at 2023-02-21 21:22:39 UTC with 3081 transactions…
[2023-02-22T02:14:15Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 596 ms
[2023-02-22T02:14:16Z INFO  ord::index::updater] Block 777707 at 2023-02-21 21:25:21 UTC with 2460 transactions…
[2023-02-22T02:14:17Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1019 ms
[2023-02-22T02:14:18Z INFO  ord::index::updater] Block 777708 at 2023-02-21 21:26:46 UTC with 1825 transactions…
[2023-02-22T02:14:20Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1413 ms
[2023-02-22T02:14:21Z INFO  ord::index::updater] Block 777709 at 2023-02-21 21:29:30 UTC with 862 transactions…
[2023-02-22T02:14:23Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1296 ms
[2023-02-22T02:14:23Z INFO  ord::index::updater] Block 777710 at 2023-02-21 21:45:07 UTC with 2916 transactions…
[2023-02-22T02:14:24Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 648 ms
[2023-02-22T02:14:24Z INFO  ord::index::updater] Block 777711 at 2023-02-21 22:07:33 UTC with 2557 transactions…
[2023-02-22T02:14:25Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 414 ms
[2023-02-22T02:14:25Z INFO  ord::index::updater] Block 777712 at 2023-02-21 22:26:25 UTC with 2197 transactions…
[2023-02-22T02:14:26Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 384 ms
[2023-02-22T02:14:26Z INFO  ord::index::updater] Block 777713 at 2023-02-21 22:36:10 UTC with 3214 transactions…
[2023-02-22T02:14:27Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 632 ms
[2023-02-22T02:14:28Z INFO  ord::index::updater] Block 777714 at 2023-02-21 22:55:33 UTC with 2896 transactions…
[2023-02-22T02:14:28Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 677 ms
[2023-02-22T02:14:29Z INFO  ord::index::updater] Block 777715 at 2023-02-21 23:04:29 UTC with 1863 transactions…
[2023-02-22T02:14:30Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 802 ms
[2023-02-22T02:14:30Z INFO  ord::index::updater] Block 777716 at 2023-02-21 23:04:48 UTC with 2477 transactions…
[2023-02-22T02:14:31Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 726 ms
[2023-02-22T02:14:33Z INFO  ord::index::updater] Block 777717 at 2023-02-21 23:04:56 UTC with 236 transactions…
[2023-02-22T02:14:34Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1628 ms
[2023-02-22T02:14:36Z INFO  ord::index::updater] Block 777718 at 2023-02-21 23:08:52 UTC with 849 transactions…
[2023-02-22T02:14:37Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1090 ms
[2023-02-22T02:14:38Z INFO  ord::index::updater] Block 777719 at 2023-02-21 23:10:42 UTC with 556 transactions…
[2023-02-22T02:14:39Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1352 ms
[2023-02-22T02:14:41Z INFO  ord::index::updater] Block 777720 at 2023-02-21 23:16:40 UTC with 1179 transactions…
[2023-02-22T02:14:42Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1255 ms
[2023-02-22T02:14:43Z INFO  ord::index::updater] Block 777721 at 2023-02-21 23:35:43 UTC with 2724 transactions…
[2023-02-22T02:14:43Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 597 ms
[2023-02-22T02:14:44Z INFO  ord::index::updater] Block 777722 at 2023-02-21 23:43:15 UTC with 1801 transactions…
[2023-02-22T02:14:45Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1024 ms
[2023-02-22T02:14:46Z INFO  ord::index::updater] Block 777723 at 2023-02-21 23:53:36 UTC with 1645 transactions…
[2023-02-22T02:14:47Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 841 ms
[2023-02-22T02:14:47Z INFO  ord::index::updater] Block 777724 at 2023-02-22 00:19:00 UTC with 1955 transactions…
[2023-02-22T02:14:48Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 248 ms
[2023-02-22T02:14:48Z INFO  ord::index::updater] Block 777725 at 2023-02-22 00:24:43 UTC with 1992 transactions…
[2023-02-22T02:14:49Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 465 ms
[2023-02-22T02:14:49Z INFO  ord::index::updater] Block 777726 at 2023-02-22 00:46:07 UTC with 2709 transactions…
[2023-02-22T02:14:50Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 535 ms
[2023-02-22T02:14:51Z INFO  ord::index::updater] Block 777727 at 2023-02-22 00:54:01 UTC with 2054 transactions…
[2023-02-22T02:14:52Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 900 ms
[2023-02-22T02:14:53Z INFO  ord::index::updater] Block 777728 at 2023-02-22 01:03:32 UTC with 1461 transactions…
[2023-02-22T02:14:53Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 934 ms
[2023-02-22T02:14:55Z INFO  ord::index::updater] Block 777729 at 2023-02-22 01:09:04 UTC with 965 transactions…
[2023-02-22T02:14:56Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1437 ms
[2023-02-22T02:14:58Z INFO  ord::index::updater] Block 777730 at 2023-02-22 01:10:02 UTC with 173 transactions…
[2023-02-22T02:15:00Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1553 ms
[2023-02-22T02:15:01Z INFO  ord::index::updater] Block 777731 at 2023-02-22 01:12:11 UTC with 394 transactions…
[2023-02-22T02:15:03Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1433 ms
[2023-02-22T02:15:04Z INFO  ord::index::updater] Block 777732 at 2023-02-22 01:14:41 UTC with 411 transactions…
[2023-02-22T02:15:05Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 1440 ms
[2023-02-22T02:15:06Z INFO  ord::index::updater] Block 777733 at 2023-02-22 01:30:03 UTC with 1998 transactions…
[2023-02-22T02:15:07Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 743 ms
[2023-02-22T02:15:07Z INFO  ord::index::updater] Block 777734 at 2023-02-22 01:40:15 UTC with 1515 transactions…
[2023-02-22T02:15:08Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 562 ms
[2023-02-22T02:15:09Z INFO  ord::index::updater] Block 777735 at 2023-02-22 01:52:30 UTC with 1728 transactions…
[2023-02-22T02:15:09Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 682 ms
[2023-02-22T02:15:10Z INFO  ord::index::updater] Block 777736 at 2023-02-22 02:01:20 UTC with 1299 transactions…
[2023-02-22T02:15:11Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 861 ms
[2023-02-22T02:15:11Z INFO  ord::index::updater] Block 777737 at 2023-02-22 02:05:13 UTC with 694 transactions…
[2023-02-22T02:15:12Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 300 ms
[2023-02-22T02:15:12Z INFO  ord::index::updater] Block 777738 at 2023-02-22 02:12:07 UTC with 1295 transactions…
[2023-02-22T02:15:13Z INFO  ord::index::updater] Wrote 0 sat ranges from 0 outputs in 366 ms
[2023-02-22T02:15:13Z INFO  ord::index::updater] Committing at block height 777739, 0 outputs traversed, 0 in map, 0 cached

@kvnn kvnn closed this as completed Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant