Memory Pool Memory Pool Refreshing

17,389 transactions
32.71 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,914 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 1,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,913 (806,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
56,476 56,476 0000000000e773274e39a0b18b27e4841e6ad7022fae9096ef1ee710ed3039c8 0.00 MB 1 0
56,475 56,475 00000000084b60abfb3f1954fd226e57ec09a4e86f9a8168214c7f8dece7765c 0.00 MB 1 0
56,474 56,474 000000000f3fb068ec155c35600caadee7c59c68ea6bda79901b4225b73283e3 0.00 MB 1 0
56,473 56,473 0000000003df282d641c9f5d28bc1ac6c6c762004df83d825fcf93a74c64319d 0.00 MB 1 0
56,472 56,472 00000000023def7d7abd968370c2bfaf1397cf6bd045c767b20016f37f6f029d 0.00 MB 6 0
56,471 56,471 00000000088da30294c10357537f43e9344e5e29b0c396aa33387b9a90d70fdf 0.00 MB 1 0
56,470 56,470 0000000001618931759eadf87d7a629452a40828e9500cc0f296387a114bddd2 0.00 MB 1 0
56,469 56,469 0000000012bef1bfd946f917f8fe9240275ccf8db0612a0058c31069ea74cec5 0.00 MB 2 0
56,468 56,468 000000000c9afbcfe4693f3daee9960cc02a1a86b0923c107f20b6c4939248dd 0.00 MB 1 0
56,467 56,467 00000000021ad5f511d57b71bcd289892b9e43cb66f1006abfdb6c87c92a394c 0.00 MB 1 0
56,466 56,466 000000000ee116a3534229bd7f3abd153df754c18f94ea517e66044a685ca705 0.00 MB 1 0
56,465 56,465 000000000f342fa39f2219cd5f74dc9784e8ad71e1738910a091bc26660a0781 0.00 MB 2 0
56,464 56,464 0000000011a302401ac02f3af526050ec6262baa9bd90dd4defe7c95254eb385 0.00 MB 2 0
56,463 56,463 00000000109a89f65509eb03b72b47f9dd99c13821aa73c9c781281d3b9702f9 0.00 MB 2 0
56,462 56,462 000000000e70a3e66d42004ebbd4304a1b346c0f043739d29cd8c63b93ac7ff6 0.00 MB 1 0
56,461 56,461 000000000fc59a5fe4b948cf27e8c1feea720d9f00c57322381569a5d8cf06f3 0.00 MB 1 0
56,460 56,460 000000000836a167f7db5672ca6f8927604989e4406ca2d0445d7b7483a30ba9 0.00 MB 3 0
56,459 56,459 000000000125e586affe5ce6cb344246759717481be3b75368db62ffecf3e3e1 0.00 MB 1 0
56,458 56,458 00000000063ad838ade9afdfaec6f01d0f90066d39e444f175f99c759036464f 0.00 MB 1 0
56,457 56,457 000000000aaa4c40f2b8307d8c6c855e02105e7541d245c53a8a67b5e41c5962 0.00 MB 5 0
56,456 56,456 00000000133c69b7278cd1e521b590a88f5336547525594bc54a54cf534d6e14 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 685.93 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,409.89 GB sent, 111.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.