Memory Pool Memory Pool Refreshing

73,476 transactions
32.59 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,227 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,275 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,226 (401,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,498 471,498 000000000000000000617085607ca02caf58c0f000663e96fcb1db0a3ac04175 1.00 MB 1,272 93
471,497 471,497 000000000000000000a982bacf1429f91f5b62527f871eabb78a77a5f45e6480 1.00 MB 2,310 279
471,496 471,496 000000000000000000f075b61790af2bef6b5edbdc15fa8b90a59d25fab3765f 1.00 MB 1,660 169
471,495 471,495 0000000000000000002b5f150d36174e8f75f006c88fa045d9c0627ff4c1fd0f 0.36 MB 684 302
471,494 471,494 00000000000000000120558c26532818ba4eb3c22c27fb43500e37ee26b9ec69 1.00 MB 1,523 217
471,493 471,493 0000000000000000002a8fe730dab14e1c46f8afc240e481fc5663d3adce9a2d 1.00 MB 1,375 125
471,492 471,492 000000000000000000c33ebb9250bd46d5300cecdc4cf2bb376a210d5ed6ee9b 1.00 MB 1,748 123
471,491 471,491 00000000000000000143bcd6bb4cae49187febbcf39f7c3c9cb025c4124c2db1 1.00 MB 1,622 117
471,490 471,490 000000000000000000727c1b97bd23eced002d173057c8349056694205208528 0.99 MB 1,152 138
471,489 471,489 000000000000000000763acce2317118764555b884330edd4d1e7fff104137e8 1.00 MB 1,018 133
471,488 471,488 0000000000000000006b005978598d1f3819cc3edd6100a87d6085c6e195b78e 0.99 MB 757 57
471,487 471,487 000000000000000000dfd02a45aaa9dc8aa0e6edd51b5a0f9f4ba7a911762168 0.99 MB 2,134 300
471,486 471,486 00000000000000000193b4700bfd749d9fc4dabdd2599b51780d5a83bbbf43ef 1.00 MB 1,193 93
471,485 471,485 00000000000000000030209e3c7b82f5462000d6d40ea00cb7171ccf916d68c4 1.00 MB 2,476 98
471,484 471,484 0000000000000000018e18a6ad7d3c271fb426c77a50793c76ea37f4bbca679b 0.99 MB 2,059 218
471,483 471,483 0000000000000000003b2c75a68ceac10a056d684927fcbe94b0a3546ec4accf 1.00 MB 2,085 251
471,482 471,482 00000000000000000029c9b01c513d443a4a1a1a356d5c0781878512b1e1b208 1.00 MB 2,169 332
471,481 471,481 0000000000000000016d5d433bbfede81328a357c8af0d92fc04506eeb5af75f 1.00 MB 2,156 415
471,480 471,480 000000000000000000cc11d40743d9addb6badb20ca33cbd3ab910dbb80461f5 1.00 MB 2,211 332
471,479 471,479 000000000000000000d52d57b4d640a2d13e1b45332e6b9ca09de4a1927768bc 1.00 MB 2,314 334
471,478 471,478 0000000000000000015265fed90d6900d308a4dab40ed9bb5672435d2ce9e986 1.00 MB 215 317
Previous 10 blocks ↓
Total Size: 705.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,698.05 GB sent, 247.35 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.