Memory Pool Memory Pool Refreshing

86,749 transactions
31.58 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,989 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,830 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,988 (503,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,474 341,474 000000000000000001b02add6a6a5221500dd31d58625350a1519b6ab2ff9aad 0.39 MB 800 26
341,473 341,473 000000000000000015d5f02182dfa460450457627a2eb489b25734f2750cbb0d 0.05 MB 70 9
341,472 341,472 000000000000000017e96077129893c593e92e4114d6d46d1abd8268a14275f7 0.20 MB 333 22
341,471 341,471 00000000000000000274d7eb674c050d8cef0e0d3ca896a3e5d784881a7c18f2 0.17 MB 208 21
341,470 341,470 00000000000000000304cb83ff23a48aef7462308137ebd6837412734b636e4d 0.16 MB 225 22
341,469 341,469 000000000000000008c76464dbdf0095e1fbc31fe840014f7dea6289f97201a6 0.07 MB 256 42
341,468 341,468 0000000000000000133306152e5df547906234dee3a37030b9ea53359fb7c77c 0.15 MB 337 29
341,467 341,467 000000000000000017ae5b27972a48eb904befd2bdb6b7fa1524804d3baef5f8 0.64 MB 1,167 25
341,466 341,466 000000000000000010bef9df808c4e91d218b8ff8353fa9a3a463839ae05cefe 0.20 MB 414 25
341,465 341,465 0000000000000000022bd92c9772b1c00fc718667ecef0aa9647837535617f59 0.20 MB 481 27
341,464 341,464 00000000000000001452d5af212dabe549cd9209f1112d883eba5bdedfdfbdd9 0.02 MB 61 30
341,463 341,463 00000000000000000fc8ff8069b10af222552ec4dd42d201be0a7ced11e86919 0.07 MB 164 25
341,462 341,462 00000000000000000a519668cfdd871ff0d5b1c478d96a9fdb7d0b592cb23763 0.11 MB 259 29
341,461 341,461 000000000000000019e665ad50c7b1e1db204d8ca3a2ba371736056dbbcae37d 0.14 MB 226 22
341,460 341,460 000000000000000019cb1303c06a5284c1fce7fb964437da0c9830aed98b5aac 0.08 MB 129 22
341,459 341,459 00000000000000000584ccc291f41ba62504f5aa15013e93150d6b859c3239d6 0.08 MB 105 12
341,458 341,458 0000000000000000036767c32e4071154253a353eaa6443f6acf395a6f5d5f0d 0.33 MB 581 25
341,457 341,457 000000000000000015d6ee155a6b0172c3cc98ea2ec8d163b628892b39af7219 0.06 MB 137 24
341,456 341,456 00000000000000001239074d13c0f9109afab1e733d2a502d8c7833dbb61ddb8 0.17 MB 330 25
341,455 341,455 00000000000000000400efb5e5eaaba157b1fadff64c256ea6b8cc42dd4ac1e8 0.02 MB 38 5
341,454 341,454 00000000000000000d896ecd1b4a376da57c0436b94bfcd57ccea681de972080 0.40 MB 688 24
Previous 10 blocks ↓
Total Size: 652.38 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,255.19 GB sent, 74.30 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.