Memory Pool Memory Pool Refreshing

38,326 transactions
37.28 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,594 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,888 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,593 (578,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
262,876 262,876 00000000000000008933592f3d1aacc42e05bc5867587e77729cbc6614b32c28 0.05 MB 123 93
262,875 262,875 0000000000000008a42b1cea42917fc3855b3de07a157c41c117d0aa585a2311 0.07 MB 149 76
262,874 262,874 00000000000000117f80705f06be69a6d3eddee5d10445eff84ffc74a15b127b 0.12 MB 261 22
262,873 262,873 00000000000000073359447b6214256b1dcaf2df905d8e13846f8dbdeaa52c79 0.05 MB 85 51
262,872 262,872 000000000000000bf17663353a0975498d04c92018fbc9731a2e289ae9234f3e 0.03 MB 41 66
262,871 262,871 0000000000000001cf33afe6385dddb6fbc6597946ee942762110cf3ff5c2d89 0.23 MB 472 49
262,870 262,870 00000000000000034f72f1e49dac5712599f59b87bbf7a085795822af874741f 0.25 MB 569 114
262,869 262,869 000000000000000506113d630d17a29d2ce3422c0e8136535a9d79abdabd819e 0.01 MB 29 127
262,868 262,868 0000000000000004b58db6c7c9463f9b2611d7080a19bcf93ba18fa5fb71d8b9 0.20 MB 295 59
262,867 262,867 00000000000000097652ff5db970a86938d27362bc3a79a3195d50a785e3801a 0.25 MB 614 125
262,866 262,866 000000000000000de209f41d9a0db2d7580a7c00b243f03cbaaa73f404fafe8d 0.05 MB 123 94
262,865 262,865 000000000000001358e4747d26673c08914c11e11966719e18d41569c62c43f4 0.02 MB 40 14
262,864 262,864 000000000000001532c1197e0fe02ccf8f0c5bb79c057631d58658916892bc14 0.24 MB 529 89
262,863 262,863 0000000000000000bd2f013a4e0f672e931353312e8e69fc7cce88d7a03d68e7 0.20 MB 485 112
262,862 262,862 000000000000001228f58e6f99abb60a0549f46a58a1523e84719acf5d59ba91 0.24 MB 473 92
262,861 262,861 0000000000000014abb345d854b7b1e1672b59c96a6f445f27f5b4663071a9c6 0.00 MB 8 50
262,860 262,860 000000000000000d665707a89125646bbd804d5cac7bdf22131a183f0b24f35d 0.16 MB 403 102
262,859 262,859 0000000000000013f4b378f4bc6084872349fba895421859a3fbb7551c5aa47e 0.01 MB 18 120
262,858 262,858 0000000000000012fc0f60381241d32b56b6d7460446b651296dd7105d4831db 0.08 MB 180 72
262,857 262,857 000000000000000fc5f4149a9418d386c20e4298cb28a0efe3938b1d00f808a8 0.25 MB 551 105
262,856 262,856 00000000000000108d22403285e7319160a9f3029788f55e90597a21979742cb 0.04 MB 104 116
Previous 10 blocks ↓
Total Size: 646.00 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,316.86 GB sent, 35.33 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.