Memory Pool Memory Pool Refreshing

40,086 transactions
46.18 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
841,762 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,627 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,761 (294,327 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,434 547,434 00000000000000000024f55192a6cd2c4c0a61035edcf1b37cfdbb973d78f0c7 0.52 MB 779 4
547,433 547,433 00000000000000000001566bc545c798f39647580a203c586a1f1e07874f2319 1.18 MB 1,592 14
547,432 547,432 000000000000000000028a1d4718c858c056c451189eefb1b4d57977ad2b1249 1.48 MB 2,727 16
547,431 547,431 000000000000000000170f45dd5586a047201e6ad625740ad1c0cdf170fd6ab3 1.21 MB 2,909 34
547,430 547,430 00000000000000000007ed04b2afa75daecdc52c98c3267f817db36cbd570fcc 1.29 MB 2,797 26
547,429 547,429 00000000000000000019d2931ea5371a0a43d9996bca8ab207c8d94025208dae 1.28 MB 2,729 9
547,428 547,428 0000000000000000000aae2ff3cd911f4d149683e6f5f1d532675d7d5ca9524c 1.28 MB 3,011 26
547,427 547,427 0000000000000000000b2b9d0a8fa6a2e448936497af8636a5faf4e594c9b23c 1.29 MB 2,619 24
547,426 547,426 0000000000000000002075acc8ae639d230eccbc85f40570b1bc99942553e016 1.00 MB 1,132 8
547,425 547,425 00000000000000000001a2ab80c13c377e09603de80d24c8741c812666bb72df 1.17 MB 2,042 7
547,424 547,424 0000000000000000000a3403fb54d4410050c59e81b1df573ee2b1b2830f04b4 1.23 MB 2,332 16
547,423 547,423 0000000000000000001318b90a7fb7ad59ff7f009adab84a3a766b173450b33e 1.19 MB 2,714 15
547,422 547,422 0000000000000000000a49dcfeacfab07c7efceaab0403b76d3f620ce0ad1423 1.21 MB 2,519 8
547,421 547,421 000000000000000000225d3bed037bf540727946a43f9dca33ae0db0fe6e15a6 1.59 MB 1,956 10
547,420 547,420 0000000000000000001d9ec1d9effc90715157c43cf4b9e83d65f965c8080283 1.37 MB 2,960 22
547,419 547,419 0000000000000000001cfac9bdbe3c2fad8369f2caef252fd9abc3233dd78abd 1.00 MB 2,206 10
547,418 547,418 00000000000000000024dcdffe5c1c5d0cd6632ab052da5035c2dcb1393ad6d2 1.26 MB 2,867 27
547,417 547,417 0000000000000000000b09892da6800263a51bcb576509ed8dbe3bf70ff943d6 1.21 MB 2,363 25
547,416 547,416 00000000000000000018d47ea8685a48b847e8e04e1cf1282ddbe5c12a6da0ef 1.16 MB 2,641 15
547,415 547,415 000000000000000000169123b6b27a04cbc8820436f926d5650f5fd1ce6a2645 1.12 MB 1,972 14
547,414 547,414 00000000000000000023fed08310eeef37d45f6111a920abcf256e041b5ac077 1.04 MB 1,471 9
Previous 10 blocks ↓
Total Size: 646.31 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,340.96 GB sent, 37.01 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.