Memory Pool Memory Pool Refreshing

23,886 transactions
27.77 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,077 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,563 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,076 (115,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,600 746,600 00000000000000000005d4fc17cb12b468c0e75ab988a7d3ef7b7e68c4a03aea 1.65 MB 3,124 5
746,599 746,599 0000000000000000000369ed2ce6c4fc11aaea7fc496d7682f54450ed7cd67d0 1.58 MB 3,144 14
746,598 746,598 0000000000000000000a231ce6b74f63b93faf8867c6dc9501c8a99363d9b571 1.60 MB 2,840 11
746,597 746,597 0000000000000000000053d38d7aaca3ee1a8ed85d73ece3235d0ada6bb50264 1.44 MB 2,381 25
746,596 746,596 000000000000000000016c03bd5c4417b88fe4ca2d8981a1747111bcdc0cf07f 1.43 MB 2,509 17
746,595 746,595 000000000000000000037318f61cabecc55ff68303328be848623473eff16b4d 1.59 MB 2,796 11
746,594 746,594 0000000000000000000358943ea13dd5b6dbc51f34078b86e78fbe11b91977be 1.49 MB 2,220 15
746,593 746,593 00000000000000000000cf7acd9d837336e274f016ee917341ed61f3bee1dc68 0.03 MB 83 8
746,592 746,592 00000000000000000003b2413c7b520f8739e847d752df7ea6064a81d1a89866 0.39 MB 344 6
746,591 746,591 00000000000000000000223dee80886c6cd617005ce9b12342ac92434cfe35f4 0.99 MB 1,833 11
746,590 746,590 00000000000000000006e5b1f96a0fff11b37a374245049632e117fd6e28e5b6 0.08 MB 207 11
746,589 746,589 000000000000000000052e07d14fd8fb774ac9f0a04474a3d09b1a50a8175fa9 0.02 MB 52 6
746,588 746,588 00000000000000000006af8fdc39e6e26d2e70fde8216bfc325b93d34f6275f1 0.11 MB 264 12
746,587 746,587 00000000000000000004dabf5d3a7ec5ff306197d61dc8201e74953546e2bbb1 0.19 MB 360 10
746,586 746,586 00000000000000000004933c69466dd58306f20fdd4efab1e43ed073f68610f7 1.17 MB 1,851 9
746,585 746,585 00000000000000000007179daf6eba330bb2fdb38525e0e0646cd80d8a14e979 0.02 MB 44 9
746,584 746,584 00000000000000000006154f0ee8ee512aa7673aa0967037fd9e79397e12a6a4 0.41 MB 787 11
746,583 746,583 00000000000000000001689037ecf708ffaf1e93aa7c7aa7fbb76b7c7c0f8865 0.71 MB 982 11
746,582 746,582 00000000000000000006938511fc8ff85b82fca8cca7b88d3aad7de68ba7b1a8 0.40 MB 571 12
746,581 746,581 00000000000000000002569303d4e73b50d9d78950f06cbc20b57db6fd9337a9 0.37 MB 209 4
746,580 746,580 0000000000000000000433a58178d1358160fbbf8f858aa19ab72f9d198c86c8 1.45 MB 1,330 5
Previous 10 blocks ↓
Total Size: 684.31 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: 1,333.98 GB sent, 100.39 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.