Memory Pool Memory Pool Refreshing

48,497 transactions
35.92 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,149 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,407 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,148 (599,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,453 242,453 0000000000000094541cc561655832c4fabb69f4fe983e50bebcb1ef2f144c75 0.25 MB 528 343
242,452 242,452 000000000000009a1a4e5685a448c59d963c18e18888b0f40bcc4fc28ec4edac 0.04 MB 66 38
242,451 242,451 00000000000000b3bcbfe6a2b4d64d7bb17f9d7f10a2b0dc3b5052702d237034 0.50 MB 948 331
242,450 242,450 000000000000000852ae1579b200579c452005bba8553234646823992fca4bd9 0.25 MB 476 80
242,449 242,449 00000000000000b1b1b4c289c6d09adad16d713df8bd540958baf02991286304 0.25 MB 1,125 67
242,448 242,448 000000000000007e19a7c3c38994cc0137be86f75b02c816217eecfe8de9d157 0.25 MB 595 145
242,447 242,447 0000000000000035be15922cfe67a1b2cc8aa1dc6a2926703f80fdbebebaabb4 0.25 MB 736 403
242,446 242,446 000000000000007123a544506c274a4eaaf62809394c078995fe90689c1151b4 0.16 MB 512 133
242,445 242,445 0000000000000091ba6b1aa60186fa36dc56889995228f7c4b866ce9ebea3c89 0.25 MB 396 92
242,444 242,444 0000000000000056013ba6921ce83377a6f131bf62643cd7e0b05a42a8628f01 0.02 MB 70 171
242,443 242,443 00000000000000aeef2999468cf52014a45e46f97241175b46755b06fe1f2331 0.19 MB 367 325
242,442 242,442 000000000000005eae08759deb410a00a1b8e60f3f96938a2066e699c1b0f749 0.25 MB 541 407
242,441 242,441 00000000000000c574f967f68ab4d7be9193e29748f292657302ab5cad5cc069 0.06 MB 115 61
242,440 242,440 00000000000000313064e68ee30895362f5577dccd607d1f42de44ef56ae295a 0.35 MB 567 195
242,439 242,439 00000000000000aa6608df8604701ccf50ab210bcb44f190dc8718849abf394b 0.25 MB 861 391
242,438 242,438 000000000000001f7463d161b5301f2e1e1e874cdb694c65a80cb5438ec9011d 0.19 MB 289 86
242,437 242,437 00000000000000223c80422158960aa9918bf10185735535b9bbf50241f38d4c 0.25 MB 746 231
242,436 242,436 00000000000000d08975ef97e995f7f2224006609d2616149fa688220e27300c 0.23 MB 524 179
242,435 242,435 000000000000004fcba26d42b9a51cba3f3f581dcef92401d0d669ac504206a8 0.28 MB 538 50
242,434 242,434 00000000000000128f172eca96aac18dbda9447f6df9c7d568df5c0f99b53264 0.06 MB 117 217
242,433 242,433 0000000000000072201c146d166ccb063acae024acefd5736e25fa80ada0fc29 0.21 MB 396 156
Previous 10 blocks ↓
Total Size: 647.02 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,445.33 GB sent, 42.37 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.