Memory Pool Memory Pool Refreshing

30,678 transactions
45.33 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,926 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,998 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,925 (407,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,887 434,887 000000000000000001453da0b64f3e5107ba2152b9baeaa715437a9962b51d19 1.00 MB 2,438 82
434,886 434,886 000000000000000000fa7a22bbdb43623db8efd0dec916098dacc65325a09c83 1.00 MB 1,889 110
434,885 434,885 000000000000000000473e92a5732860b22a723cc389db816682c0d76b31bb22 1.00 MB 2,583 71
434,884 434,884 00000000000000000412bef169474b8827e23e89aa35e03791675d3cd638cdba 1.00 MB 1,429 47
434,883 434,883 0000000000000000016207c9d67b58f20f49fcd791edb3df745c5b907c06d4c8 1.00 MB 1,673 84
434,882 434,882 0000000000000000028526e4eefc6e0207049e8a373512d3e6a38fc0ec5a7f35 1.00 MB 1,008 77
434,881 434,881 000000000000000003e3975f232df430315c7c2bf459a0f0f6795ddb37cc5a9d 1.00 MB 1,543 34
434,880 434,880 0000000000000000042de55ca08151cff28f8682f20c28e6f020d7554db54353 1.00 MB 1,845 54
434,879 434,879 0000000000000000001b1101a25a11f8b17818a774afb297179327e5236177fc 1.00 MB 1,585 77
434,878 434,878 0000000000000000021ab3d6087d7de7a105ef7123b794f13625714aa6f3d908 1.00 MB 1,732 78
434,877 434,877 000000000000000003082b2c9b05edbfda63945bf7c33d9d41078a520c2dd487 1.00 MB 273 41
434,876 434,876 000000000000000000f9f5aacc9524727cf0978d0288e31cc5761bbb7ce5e1af 1.00 MB 1,621 31
434,875 434,875 000000000000000002e29f038ac2460cff06c6ad2476d27a7be298a97f56ce49 1.00 MB 1,907 57
434,874 434,874 000000000000000002054ec9c85860334ff9d66e7d02656feec0ea3b77e74672 1.00 MB 2,592 79
434,873 434,873 000000000000000002f2117b20ac65f7a7b0b45e120d6277dbe6cd640800318f 1.00 MB 1,951 48
434,872 434,872 0000000000000000017cd91d444da9ebe2d609548bf6d0c437f5624c7d9b8fe8 1.00 MB 3,076 58
434,871 434,871 000000000000000001497070db06bcbcac2b48623ff2312bada9bdd586042529 1.00 MB 2,683 69
434,870 434,870 0000000000000000002c4b0d3b029bd9dc81708843a48c464ef6137f03e74ccb 0.75 MB 1,797 78
434,869 434,869 000000000000000002ea1b4ae6d48852f5003d3723c9044c8bf01f6dcc97fcbf 1.00 MB 2,412 106
434,868 434,868 000000000000000000a24f915e539e6a2c57c65a9fbddd6b4178c42eb391b8e1 1.00 MB 2,489 46
434,867 434,867 000000000000000000a7d123b8ee7d01ade64b24012e900006b4a32a5dd2b287 1.00 MB 2,369 66
Previous 10 blocks ↓
Total Size: 646.63 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,377.70 GB sent, 38.94 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.