Memory Pool Memory Pool Refreshing

87,817 transactions
28.70 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,314 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 718 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,313 (706,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
143,475 143,475 0000000000000855af37f67ac55f9e09d463b50e930ff8841dd047cd82c27bf4 0.00 MB 13 744
143,474 143,474 00000000000007c85a4432ec5141f48586234fbb930221afd8315a6a80029d2d 0.01 MB 6 29
143,473 143,473 000000000000041eaa0f69875ad1ac6c1d910bbc8586bd1faa1ab44a12652592 0.04 MB 108 116
143,472 143,472 0000000000000178e92d496332878422ffb9d251f237b06cdfeda59ea9f8f176 0.01 MB 10 67
143,471 143,471 000000000000034cadb726bef9b26fec70dfa6a682fb1662b827b74f7a1c63f3 0.05 MB 114 91
143,470 143,470 00000000000006d42b699fc797e14ae5bc459c8551f1daf3a5f44d89b30c6cd2 0.01 MB 40 64
143,469 143,469 00000000000004a01804130ff777195a30f79051a971e8f62f85f7ae69e9df17 0.00 MB 16 11
143,468 143,468 000000000000015557fb2aa46d88cad00ef193d011690293fb161c9e5c3a269d 0.01 MB 35 172
143,467 143,467 000000000000012b10aa45e497ac647d00e08b2f28ee314862f0ea18e24fe930 0.04 MB 124 51
143,466 143,466 000000000000078fa4c2f0f3768d7768714542a7e56f029e4c8cab21329a53f2 0.00 MB 12 16
143,465 143,465 000000000000033d9474204ea6c0afe555c58e385d2e929a43e132a99a7003ee 0.01 MB 31 53
143,464 143,464 00000000000005035441b49db16eeedda85072cedd6e16956842b2cdfa48a162 0.04 MB 63 180
143,463 143,463 000000000000037b22af8d1e1a9cb798883f417a4933ae60756aa894e9a25030 0.04 MB 11 57
143,462 143,462 00000000000005ef464b6bc4fa24ea493cc4c10c1749c6d2c3fd5c9c42b4c6b1 0.05 MB 45 45
143,461 143,461 0000000000000826c88589bd8f9a8b97f4d265962ddd16837dc8d74f272bf3b6 0.13 MB 410 181
143,460 143,460 00000000000000d5af0d6bc8e19f27aae72e5af2c18324740b4d01bb7885bd50 0.05 MB 147 175
143,459 143,459 00000000000000d11ea9c7e1fc9931976f2cf91da1bf72bdfe06ad505a5522ca 0.00 MB 1 0
143,458 143,458 000000000000085c8eaa88e24539a6c2dd3d09829f71d029c8c4db47bdf28bd1 0.05 MB 175 154
143,457 143,457 000000000000015e087f6fe69de6158da3a85a6c0207f6a3bf0a5e613b1c7f8d 0.05 MB 67 317
143,456 143,456 000000000000064facdf457163972e3ebfe08a04324db7337f6ed3fe9fdd0259 0.01 MB 8 438
143,455 143,455 0000000000000465f55e2f547c82674161bcf4d22b1c66898338369ef3abca84 0.00 MB 15 0
Previous 10 blocks ↓
Total Size: 662.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,271.73 GB sent, 9.24 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.