Memory Pool Memory Pool Refreshing

24,918 transactions
29.50 vMB
Show Random Selection Loading Transactions
Max Size: 127/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,870 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,351 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,869 (574,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,944 266,944 0000000000000008d37fdc8cfb21f7d92a6f0e457a11b8a6c6d18d02fe2f7d1f 0.14 MB 265 26
266,943 266,943 0000000000000001fa9365d822ef22b03878e4db0c7aad1002cdd516f54848ae 0.20 MB 471 92
266,942 266,942 000000000000000aa16cd8b83618942a4bd64c9ff07f49d2facb2496b104c407 0.21 MB 503 113
266,941 266,941 0000000000000008761c6437d35b7d80df0ccbf13fd1e977000ad6f15ffc1969 0.57 MB 1,309 165
266,940 266,940 00000000000000009b418ccef6ac06c1618b96f7b3f61e31b402765085c198fb 0.07 MB 92 35
266,939 266,939 0000000000000007661a709bf088fb2f6709da1b3b8e366e48ee0944e6c0cb8e 0.24 MB 404 79
266,938 266,938 00000000000000037c6e7d92c38ee3015d61386397f421db5d3d7289a8a4b07e 0.21 MB 473 95
266,937 266,937 0000000000000002f69d62d36ed7a9b1e6c0f4c66a994c249fa39c68ce324d2c 0.21 MB 510 71
266,936 266,936 00000000000000017dd9481ed60b88451cfd37de5c5f5437591aa075056d064c 0.11 MB 231 86
266,935 266,935 00000000000000099e4ea4737d331b5122db5b1d2d9c33102d7ce33c328d23d3 0.02 MB 60 135
266,934 266,934 00000000000000012c7fe03c382f17a832f971d2e52d60db8d679d92039103cf 0.14 MB 271 41
266,933 266,933 0000000000000005c3b25cd5336039b13fadfe07b1c8a2c62f7e84ee4b7f26c7 0.24 MB 512 76
266,932 266,932 0000000000000004a9c54c72b01b8d55d35c0939317dacac2877223b072991b1 0.20 MB 436 100
266,931 266,931 0000000000000007c675f8f818ae66c01779047270d8e66b2f3901e18cd6c2c3 0.25 MB 532 88
266,930 266,930 0000000000000009e178af84382dbce317fd960f53b0edf0bf17f41b7840bd38 0.02 MB 48 60
266,929 266,929 0000000000000001780ddf95f1a6676530cffe4afba3d82174b0a7d36e78a22a 0.02 MB 28 19
266,928 266,928 0000000000000009646a8c28fd9afd1daf22c385ce3e7904b7d0790dab66e63d 0.11 MB 273 72
266,927 266,927 00000000000000068d4e180c2114231b87738e7d7e05e9090b4ee7998c57b36b 0.13 MB 264 69
266,926 266,926 0000000000000000e0ec8260505f92a1d3e2cbfd04e36e9b539e6e76ca999ca5 0.17 MB 389 91
266,925 266,925 000000000000000793b6d10e1edd36476f95cf6126ea26fa4c09e23277c5700e 0.18 MB 372 68
266,924 266,924 00000000000000071559275943685f921a9641ff12888bbefd39f5e7b77c0f35 0.15 MB 362 96
Previous 10 blocks ↓
Total Size: 646.52 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,364.61 GB sent, 38.19 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.