Memory Pool Memory Pool Refreshing

38,328 transactions
41.90 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,471 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,527 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,470 (545,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,110 297,110 00000000000000003824e554531d353188bfe184ca8d9c4e9a9c6e7c67148c68 0.25 MB 558 57
297,109 297,109 00000000000000009415b96d2fc36cf0ee511fb2936723e44dc9c57d3573211d 0.32 MB 516 27
297,108 297,108 000000000000000071d6bf4cf62976861d3818a302c88cd317539dd4a90dbb72 0.35 MB 878 52
297,107 297,107 00000000000000002f8f5a5622ce2901dcbbc790de8af55d07c3cb23cd590d05 0.24 MB 425 36
297,106 297,106 00000000000000003924908e6f66de19b79edbd8406e4fe8c148f7ac792e9792 0.33 MB 512 31
297,105 297,105 000000000000000084fb0b223db2fd6485a68baaf860d6201dc24430b5d1ad80 0.27 MB 286 18
297,104 297,104 0000000000000000284ce1195e9814634fb857060c345d7bd2038bc79950c55f 0.21 MB 512 44
297,103 297,103 00000000000000002d7aa9186c375245cdcd1d267aea04125271013a9c25eedc 0.12 MB 256 28
297,102 297,102 00000000000000001469ab76a5ff222fa12ed5a8453e942ed533825bfec8738d 0.25 MB 256 16
297,101 297,101 00000000000000009ba0fd3aa1ad71a59e939b82af1a0aec5865f34bc1140c5d 0.50 MB 740 28
297,100 297,100 00000000000000008b24140b8b36c79f3369e2f738715b4ba78be8529900b677 0.25 MB 578 36
297,099 297,099 000000000000000044b849e565425faf4d5e7b7b624524917adc2ed6a56e78f4 0.21 MB 436 30
297,098 297,098 00000000000000004c0782c9c86fdb401b7be526d2b7ffb3e52243b032e68e0a 0.13 MB 188 12
297,097 297,097 000000000000000096edc8eca6dfd3d407b4557914d54bcbcdda45b3f399da80 0.50 MB 628 25
297,096 297,096 0000000000000000613dfa8493c827d1a0d48e678d26d46e013e324227cbbdfa 0.50 MB 584 24
297,095 297,095 00000000000000006386dc897089a0fbc21ed4af04c61ff8267a95fb3e1a1bd0 0.25 MB 584 25
297,094 297,094 00000000000000008ed9d4b8615c6f3420871ec87c209cd6606caafb3da997cb 0.35 MB 862 52
297,093 297,093 00000000000000006fb77e525cf340e57057dbbe9c7aae968fa02935ceb33bb4 0.35 MB 768 45
297,092 297,092 00000000000000007794424987b47677f7f18f8500391358ca005bd3dcced913 0.80 MB 1,617 37
297,091 297,091 000000000000000066c6bf5a8de5ae34c3f5cefeb4d5e4604e0aec37d71ee50e 0.43 MB 610 41
297,090 297,090 0000000000000000814eb65078f51c6a6b55af41624306fa4c50e3e0e8e31ab7 0.12 MB 219 30
Previous 10 blocks ↓
Total Size: 647.61 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,520.35 GB sent, 46.81 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.