Memory Pool Memory Pool Refreshing

55,986 transactions
29.87 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,167 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,403 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,166 (588,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,302 256,302 000000000000003083e3e983f998ad82a3dee8678d718c50947dcb1ba95f492b 0.21 MB 552 120
256,301 256,301 00000000000000119a3ce9b6ba7951f3d377b3218bb1be68e48434b5f8a5a9d5 0.10 MB 255 105
256,300 256,300 000000000000001b0326c319e92c6b9da767ef4afd124363307a6da3d902fa0a 0.15 MB 334 100
256,299 256,299 000000000000000e31ee80d1bfb86f6afda5f01cc7fbde2fe4ad6b9ea5c64ce0 0.15 MB 350 99
256,298 256,298 00000000000000105bd14a20434bdcd0ee740134893cf84a88421fd3e33ab983 0.14 MB 327 113
256,297 256,297 000000000000000a5ad1f21d83c1432c8562d8dae8ba6b225a3b1ba85acce7f6 0.10 MB 180 62
256,296 256,296 000000000000002a6947553bbcfb982ca718cf2a4cac7dd1b08b035be2964f7e 0.09 MB 256 70
256,295 256,295 000000000000000f1fd8011fb66ce8df84fb0f2f1b963e0e3cdbb3617f59b7c7 0.25 MB 595 138
256,294 256,294 0000000000000020bb674a462e0c4a656dce0cd89a96d32beba275afc66512c6 0.08 MB 198 93
256,293 256,293 00000000000000003141cfb167866059105db3bb1cf035f6bc85b53ef85b92ae 0.02 MB 67 24
256,292 256,292 000000000000001857b4bcda0878dd5a25ffb28add7b9ce33ccaf2f6024e42f8 0.36 MB 560 57
256,291 256,291 000000000000000eff0b9ad6c63cae18b2c3ca434f62083a77e09a5c254b9240 0.25 MB 682 167
256,290 256,290 00000000000000021f594b3f66f4caa4251d538e4450bd3f03106d0008845d00 0.06 MB 97 124
256,289 256,289 000000000000001eb25e185d9b67d1395f90134039a94141aec1d1405ae6ed3e 0.01 MB 23 58
256,288 256,288 000000000000001ad1c72f89e3e477dad1a4f31fa259dcc36347e95df771beb3 0.12 MB 259 160
256,287 256,287 0000000000000030b9133b269aa99ef3ff0720207add7d6cda4ee4b3682293c5 0.04 MB 98 47
256,286 256,286 000000000000000a11b83ec67046bd1c3742d37c1fd19eb60993dd4142832587 0.20 MB 481 103
256,285 256,285 000000000000000da78b890167754320fcd7844a8333cf2e7eaa27e6eb66beef 0.06 MB 125 58
256,284 256,284 000000000000000a41919e5ba9bf94590307957438df8957b2d8e055d196b073 0.07 MB 148 33
256,283 256,283 0000000000000014813cffe67140e7dbfb5a7773d274941c2edb1a11d0edd0b7 0.25 MB 648 131
256,282 256,282 00000000000000247fe2e1f11a489c118ffb6792d6ba11121279cf12a62453eb 0.22 MB 538 129
Previous 10 blocks ↓
Total Size: 652.70 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,284.08 GB sent, 76.54 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.