Memory Pool Memory Pool Refreshing

61,307 transactions
34.23 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,086 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (508,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
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
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 619.45 GB sent, 3.60 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.