Memory Pool Memory Pool Refreshing

43,662 transactions
50.19 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
840,984 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,386 61
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 840,983 (282,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,276 558,276 00000000000000000029869bc31a8f55b9288059c94c0916730f710355f917a5 1.31 MB 3,153 41
558,275 558,275 0000000000000000002a94d98de4cdc54a1a0650c529277cc0895a43c6d6bca2 1.15 MB 3,427 11
558,274 558,274 0000000000000000000bde77f8ba8951ecdbde04390e57ee071e20cdec045c4a 1.23 MB 3,252 28
558,273 558,273 0000000000000000001feb855810ab612a89ca4c7cc4657aaaea43d9bf7cd331 0.22 MB 615 15
558,272 558,272 0000000000000000001942eae034a18646c236eae9acd7f996f8849761e21042 0.04 MB 39 9
558,271 558,271 00000000000000000009226d003f52f8ff0e5187d434283d90b2aaa9b112d3d4 1.08 MB 2,463 7
558,270 558,270 00000000000000000002168747e7c6f1070a2d843c16d682ef1fd7910b9093a7 1.15 MB 3,038 6
558,269 558,269 0000000000000000000fd33a8fb707d774e50800165e85e48c4ece6a7eefd2a9 1.47 MB 3,052 34
558,268 558,268 0000000000000000000765072c6e068cd21b35878a0396ce88f8b29896529820 0.73 MB 1,435 14
558,267 558,267 000000000000000000167e07c5867d3952812f956a5e5a359995c94852a7b378 1.02 MB 2,733 12
558,266 558,266 00000000000000000009c44921d8bbe2feb6f93802f9036cfbc38988ad2fa531 0.79 MB 2,151 18
558,265 558,265 00000000000000000023854f663ac5a05c09f76a6c1d5b1aaa7eee5df702afa4 0.80 MB 1,907 21
558,264 558,264 0000000000000000002ec23ed2108941d831b0bc70240754546081bb52ac557a 0.89 MB 410 2
558,263 558,263 0000000000000000000ef2f2b3fad2b960e2107cb1b78f6a00bab954460709a2 1.30 MB 2,616 10
558,262 558,262 00000000000000000011a0ea63bf6c7a8cb096bd5f3d427e754eb3556ae74545 1.33 MB 2,448 13
558,261 558,261 0000000000000000001ceb2359d101f743accfef33e0ec217afacb73a2e8360b 1.32 MB 1,917 4
558,260 558,260 00000000000000000008e1103dd7fbf6106e546054428283e4546e4335fb5e3e 1.38 MB 1,870 11
558,259 558,259 0000000000000000001267fcffafc5053de340112199749fdc639d5e116e2646 1.27 MB 3,035 15
558,258 558,258 00000000000000000011a2532362cd88aa0e2b6f49a09bc5cc308170cca77c14 1.51 MB 887 4
558,257 558,257 0000000000000000001c30f3ac05d35bd8bad1997c07e2d3f0f8a804c60b256c 1.38 MB 2,141 13
558,256 558,256 0000000000000000001850eb1558007722300203183725904b95d13ff33b5a64 1.33 MB 2,716 18
Previous 10 blocks ↓
Total Size: 644.86 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,138.20 GB sent, 29.41 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.