Memory Pool Memory Pool Refreshing

76,073 transactions
38.33 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 845,195 (503,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
341,453 341,453 00000000000000001048c8804970f5702d09adc35408561dd8eeaf325dbc04ad 0.04 MB 81 13
341,452 341,452 00000000000000001a23aac15e11bfc2d6e6e5ecbfa2a30ab1ba0d193746fdd2 0.11 MB 110 17
341,451 341,451 0000000000000000074355ae25b1e9e09cfec15726687a6a2c177b67fd45dd40 0.27 MB 520 23
341,450 341,450 00000000000000001882531a8e7798c41e4a2dc7389cef3e09928d34382e8ec6 0.06 MB 131 155
341,449 341,449 0000000000000000065e6bd48e30201aa2e66b3ff8bf38c1a7e234d5b7928987 0.20 MB 412 20
341,448 341,448 00000000000000000c623b774b67fb3858ee74d8d7502652ae012fd4735ef2c2 0.52 MB 552 18
341,447 341,447 000000000000000007715e2a3ac5de60e64ce2158cad832f7a9ef09473526dd8 0.69 MB 478 15
341,446 341,446 000000000000000010895bc7ce8698dc1bc647fc1ba04d5d4e349f2e47ff2d71 0.53 MB 821 22
341,445 341,445 000000000000000011bf93ccd309fdb5bc80cb6101294ac5c2e5f0512bd1e1c3 0.42 MB 654 20
341,444 341,444 000000000000000017c64fe6d86fe86d34ac53112e7a19002c820a259afdb98b 0.09 MB 256 33
Previous 10 blocks ↓
Total Size: 652.76 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,286.07 GB sent, 76.98 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.