Memory Pool Memory Pool Refreshing

74,217 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,010 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,150 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,009 (541,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
303,529 303,529 000000000000000026ba722402052cb79b4ab971992a6c468138d7d3f9b78887 0.01 MB 27 24
303,528 303,528 0000000000000000631259c9326a10198c3b5478b44076d56d619e29beaffbcf 0.14 MB 259 31
303,527 303,527 000000000000000049cd4e67934addcee1dea0f050fd7f0ec6ca1cf81794b057 0.09 MB 148 30
303,526 303,526 00000000000000005fd0239a55528cf8e5fe99e0cbd9eb9fd555b97648c9366f 0.10 MB 113 28
303,525 303,525 00000000000000005b1a68c33d289b23213d065fa014eed8d0166c43d4a18448 0.30 MB 537 67
303,524 303,524 0000000000000000691ee102724e4f10466252f00949b52a2925674ab1eafb1f 0.14 MB 274 31
303,523 303,523 00000000000000002075ddf6b5ebb827a05a28333b2ea962de2d3fe1a1f794e2 0.07 MB 110 27
303,522 303,522 000000000000000005f4524a28dc32bfe111bd8c8ac53415bc2acb2166720067 0.05 MB 94 29
303,521 303,521 000000000000000000eaea3960695b0f170930be5a96aece16afa8ed3708bad9 0.10 MB 203 27
303,520 303,520 000000000000000024450e52f5d08622114b503713243aab15f3f7f989e76267 0.35 MB 350 23
303,519 303,519 00000000000000000009d02509733b687f72bb5bb4e829162fb3078e791fba2c 0.35 MB 626 31
303,518 303,518 00000000000000001291e195f3e0b3ca3027f1f37b11c6778e05064dfd024b4e 0.23 MB 316 30
303,517 303,517 00000000000000000a61cb448f2589fad3e4a03250edb1f00ffea3fb426420b7 0.04 MB 62 24
303,516 303,516 00000000000000000e6a6a5808f88f3535a96be69cd836b95fb9476c450a6605 0.01 MB 14 17
303,515 303,515 00000000000000002249336340df0de4463676033ff93f7d4a07249f67d0a7fa 0.14 MB 262 30
303,514 303,514 000000000000000048112e57e515fbd766b10adc1e6d77d4f0d277f64aa96805 0.19 MB 93 12
303,513 303,513 000000000000000068b1a970e9c672aec644338970a022dcda6342dff1f8211f 0.35 MB 803 42
303,512 303,512 000000000000000048f984a32176b0e4a572c30a89ea8187dd1123f0e530e41c 0.31 MB 502 29
303,511 303,511 00000000000000001b6841a8f1996f30d141651199bf305b8341569be3a084dd 0.11 MB 143 26
303,510 303,510 000000000000000002c53c5171e60ea4af470307a4a7b36ee8cde6ccc4c190e4 0.02 MB 48 24
303,509 303,509 0000000000000000343b3db3b828c9bf629f414a0f9905ff9749da024a24329b 0.25 MB 237 15
Previous 10 blocks ↓
Total Size: 652.42 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,258.75 GB sent, 74.51 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.