Memory Pool Memory Pool Refreshing

74,569 transactions
33.60 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,425 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,424 (464,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
380,341 380,341 00000000000000000a575bff263ab68659cbec1dcc55d8492cda6d85a8ad670e 0.19 MB 445 51
380,340 380,340 00000000000000000abffe42ac7a420a0f91baf27a4ed4f795675bc493b285e0 0.99 MB 2,220 49
380,339 380,339 0000000000000000071d9db42c4bc3af9661d3781d01867c0e751b71aa4bd4c8 0.23 MB 540 48
380,338 380,338 00000000000000000ccbf7c5d96e8280c6c0bc6583eff0de3d57965293d3ea91 0.23 MB 543 50
380,337 380,337 0000000000000000092d0c5df8c9e1dc24b4c800e35cfccadca00a27ff20d646 0.48 MB 992 47
380,336 380,336 00000000000000000ca23d66664e258fff1293987d1302b8d6e5dcee26b92cd5 0.35 MB 575 22
380,335 380,335 00000000000000000b8406ce72e68908f5e29718aae70b8fbd0d11e52a2f5b99 0.00 MB 1 0
380,334 380,334 000000000000000004a1430ad02e4aedc8f04f479ef28818959f147ad2cec794 0.84 MB 1,769 38
380,333 380,333 000000000000000010b228461be783b61685e7c10af1e00b25133732de9990b9 0.34 MB 595 34
380,332 380,332 0000000000000000071aad23279a020f1cb6dab9cd2ccef0979baa77bf296c0b 1.00 MB 854 10
380,331 380,331 00000000000000000bf663eed4bd16994f5e9785c5cba0e69b0b175743c0ef22 0.17 MB 330 28
380,330 380,330 000000000000000007982b151ab52400a6e330e0f5fc6b68c6afbd18d1f0ff6c 0.36 MB 670 36
380,329 380,329 00000000000000000e4415db0b083866e15b1b29bff5c5ec19ab57c4fd8deb04 0.00 MB 1 0
380,328 380,328 000000000000000005496e1f37979555850420640824fc4aa24282dac8a43170 0.00 MB 2 0
380,327 380,327 000000000000000004d5a47513b985ae44c70459c502e32fb0ae8987b6caeddd 1.00 MB 1,025 3
380,326 380,326 0000000000000000054995b0e02066ed4941cf40492468d3e33b9254ad0fb436 0.52 MB 827 27
380,325 380,325 00000000000000000979fad9aab77378eba1af7bf43bde35608ffbcb4d91dabf 0.25 MB 494 30
380,324 380,324 000000000000000003a5f3048753e4faeedaa7a15154c3a9984cb3b72d37864e 0.24 MB 317 18
380,323 380,323 00000000000000000332225153e1bf476b5bdc20c72a1fb0fc87a3ce2bc25877 0.93 MB 1,923 38
380,322 380,322 00000000000000000529cfff9cd8721d95b4dfbe5e47a74449f7ce8f7b503fb1 0.09 MB 127 17
380,321 380,321 00000000000000000a0fbed253711e0f7231962221c8d8d00cefd99bd1d3a376 0.95 MB 1,890 35
Previous 10 blocks ↓
Total Size: 651.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: 9,113.76 GB sent, 67.90 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.