Memory Pool Memory Pool Refreshing

26,625 transactions
31.16 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,877 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,494 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,876 (724,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,386 117,386 000000000000919d7749ceef1e4214b2d1ec9c6a7e20a0244eff9d5cbb0a0591 0.00 MB 12 1,696
117,385 117,385 0000000000007da9d32711dd940e5c7c02b30d21046f70aed044638aab5f5d93 0.00 MB 2 1,028
117,384 117,384 0000000000001aefd721739a9e4a232c5f01d5e2ad42257c0535148852df392f 0.00 MB 9 0
117,383 117,383 00000000000033d16d5ac7e8ff95572b9e6b9cf3194bc41608e6c77e58a73168 0.00 MB 12 802
117,382 117,382 0000000000000eb728c620aa22de3fdd55bfd4cb414266b3cf0a663f1e5640f8 0.01 MB 21 2,214
117,381 117,381 000000000000134a85e937a2bf3bea2117987ce69916b431c46d38d3682fc9bc 0.00 MB 15 1,259
117,380 117,380 000000000000aeae8b734c8e953f496bfecfc65a7ef6d10a8c4a50cc7789c841 0.00 MB 12 0
117,379 117,379 000000000000b8e1d29cac85bf8cac20c666e52471729c9d9a8988bf4cfb61c0 0.00 MB 10 336
117,378 117,378 0000000000006d7f5d5d68ba1253035af0447447c2e3d748e4694a023a2dd92e 0.00 MB 11 1,514
117,377 117,377 0000000000008bda8caedde2ff22ca3689c6518b06b1eb9dd44af1ca4dc5237e 0.00 MB 12 0
117,376 117,376 000000000000abfa123d9f7b1a96a882ebf96fc11e948b1ecdccfbb87dd988c9 0.00 MB 10 353
117,375 117,375 000000000000b69fdee291aba824176a0045e1e4ed811165da1dbd7934acb4aa 0.00 MB 11 346
117,374 117,374 000000000000b66af9544feac730b5c583f7495ef4882300404ac97efefe5e4d 0.00 MB 2 0
117,373 117,373 0000000000006bfccf2604eec71b7cc69efc8a22174afe0232786754c483e4ba 0.01 MB 11 176
117,372 117,372 000000000000b566118f2d0a4b26fcf7b7e8ef215de1315bddacf998d0846c8a 0.01 MB 16 1,104
117,371 117,371 0000000000005e1311e597e04417b3dfc89f27a420d3f949b9f3303d1a93315e 0.00 MB 9 261
117,370 117,370 00000000000093185de8a4cc46271b6a93d2c1980cd43f0f434c6115652520fe 0.00 MB 5 772
117,369 117,369 0000000000009df5b37083a0bdcd1e923f1a087fda336616e249810c0005683f 0.00 MB 2 0
117,368 117,368 0000000000009c7eecb8f7bfe36716e128831b298274ec71ea5a4b9d1d294703 0.00 MB 8 1,167
117,367 117,367 000000000000b4c79e8ac25e2e59290e9e902de27694f610be2bc96650e464d2 0.00 MB 8 0
117,366 117,366 000000000000c5cb11b2c2fb16fbea0a049faed620a4f95ff89d81033523a1d0 0.00 MB 13 615
Previous 10 blocks ↓
Total Size: 646.53 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,367.95 GB sent, 38.28 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.