Memory Pool Memory Pool Refreshing

102,229 transactions
31.84 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,073 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,128 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,072 (743,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
102,124 102,124 000000000003502593cdf5127fd399ddeb835e08489b2a153fe4ea9cf7c9ea78 0.00 MB 9 0
102,123 102,123 000000000003fdefff768e2f00edc3a9876b1146ffbf5524f8dbd51908b3b62d 0.00 MB 3 0
102,122 102,122 000000000003c13843db674055c7c5a7c21c935ef5f4a40a7fc5050f9e247444 0.00 MB 2 0
102,121 102,121 000000000002992316309b2f3409eccc3ef84eeff0d8e702b1c3e884e48b81f8 0.01 MB 23 0
102,120 102,120 00000000000000f119b1a96b864670830d1d5d69a4f3d96939c97f8312243e4f 0.00 MB 16 0
102,119 102,119 00000000000015a1b3c1f0ce8a4871d081aaf70e710493f17be6b5e1810de38b 0.00 MB 2 0
102,118 102,118 0000000000032d3849a359b6b7ff6ba3c2360878b17f2e9a1660464b31dc3f41 0.00 MB 4 0
102,117 102,117 00000000000155d3a463fec3e2acc97a70962cec4da0b1663550de78872da5b5 0.00 MB 2 0
102,116 102,116 000000000001f83311474b9f251c87c84f5852afecc055b53b1af1e3e7ddea59 0.00 MB 2 0
102,115 102,115 000000000001608dabdff4fc92b945a03d8c2fba8c0fffa3f3f4f1aa1f5d71b1 0.00 MB 6 0
102,114 102,114 00000000000306c0dbac3a9dbdadcc1b6664c915f28fc394baf58aa830f646e2 0.00 MB 6 0
102,113 102,113 00000000000224149a923cffd4353ec9caece16c57a60c11a805d3a07f87ac9f 0.00 MB 13 0
102,112 102,112 00000000000087e050ca292030991b4ff02defa3508f9a1bd011c4394dc4b246 0.00 MB 14 0
102,111 102,111 0000000000027f37a2d8c8d37ad2421bf7aa81c383bbe47564992b4741e16955 0.00 MB 13 0
102,110 102,110 000000000001045105fbf963410b94e8083af295d89e209b450b395a3c91ddbf 0.00 MB 14 0
102,109 102,109 0000000000011c21e40d640f9a91d5a3507a46d79dd0abd27b4db062a09c4854 0.00 MB 13 0
102,108 102,108 00000000000015484ece38b8d85f44a6bfcb84b80f2aa3ebc0095ca1b1f4c463 0.00 MB 14 0
102,107 102,107 000000000002d7ba8ae093bcff1f208a4f5a129219888cb6760e2397b22a3965 0.00 MB 13 0
102,106 102,106 000000000003a379efe04ffee57b9076efb5a31cc62a55c419bf9d27b4ee8aa1 0.01 MB 21 0
102,105 102,105 0000000000025668882dc0f45780ce6eb68e2f010c7e07a6865cf6945609e3fb 0.00 MB 8 0
102,104 102,104 000000000002c4b68f6b2c5987b9a7934f91a0b1698ce18e8955555fe2f7a954 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 654.36 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,368.53 GB sent, 88.40 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.