Memory Pool Memory Pool Refreshing

36,859 transactions
42.27 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,745 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,621 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,744 (599,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,457 242,457 00000000000000a766b4a648b7c51a1d922eceb38b3f52e03dc7aa8a17e393b6 0.24 MB 433 2,236
242,456 242,456 00000000000000b282ddc66ed5ac0bb9acdb1aaf94cb62fa739ef94e85d1f279 0.25 MB 424 140
242,455 242,455 00000000000000c5a5b0b5066bf4e0d8b004dfeef45c7427abfc4acb5ff04694 0.25 MB 592 537
242,454 242,454 00000000000000d93a725cef46e91dabf14fe5090a10e6651cd380e4f1bdaf12 0.25 MB 735 464
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
Previous 10 blocks ↓
Total Size: 646.28 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,336.57 GB sent, 36.82 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.