Memory Pool Memory Pool Refreshing

80,790 transactions
32.22 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
849,719 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,506 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,718 (383,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,835 465,835 00000000000000000112d25f31ee5dcb8d2a7627f244c0475c3383a936f2f47a 0.99 MB 2,374 201
465,834 465,834 000000000000000000d002f789a7b77ae0b28fb9b0e0ee44a63114e83be8af54 1.00 MB 1,694 145
465,833 465,833 000000000000000001ef340ed9969afe1fa60b4a5d7c409a7357b62b3cd74a6b 1.00 MB 1,516 155
465,832 465,832 0000000000000000012f38582869a5984a8e11b043eb4142301102ed45da2a51 1.00 MB 2,447 140
465,831 465,831 000000000000000000336b1b911a8365721ff2370efabe8a05a7f89cea5c93e1 1.00 MB 2,621 216
465,830 465,830 0000000000000000011dd49ad5a69bbaba086626f3f84b9701543c0c2b12f6fa 1.00 MB 2,159 164
465,829 465,829 000000000000000001564d896da5c4478a52a00075c09772f6c33a255137bef8 1.00 MB 1,600 142
465,828 465,828 000000000000000001298d1f75a45b415b86fe306f6958496ad132e97c2a44d4 1.00 MB 1,947 137
465,827 465,827 0000000000000000015bf001a435dca300818aa2ed92ba7364951f88458deffb 1.00 MB 2,287 212
465,826 465,826 000000000000000000b18b8e5dcd6b7c16b8656b571deeed3c02591ff14247fa 1.00 MB 2,487 236
465,825 465,825 000000000000000000aaddd2d0593ddd8e3f777ce969522b06bc02ea751628f4 1.00 MB 2,688 237
465,824 465,824 000000000000000000a83afb2a5e4c7932185bb30021f6a1cf67158291a4744c 1.00 MB 2,392 200
465,823 465,823 000000000000000001ce46fc1b9658002faea778cb9b665f2b3c5ec2ff23fe9c 1.00 MB 2,544 201
465,822 465,822 00000000000000000036dee0899bffc1d8f172a3114477e1b7920c4a38aa0120 1.00 MB 2,313 203
465,821 465,821 00000000000000000066621938a83fcbb06663f337ca859d72721125ff16ee92 1.00 MB 2,608 227
465,820 465,820 000000000000000000c8a33de4f5ffdc7d60eaa993334efe3acf0060a2aa2484 1.00 MB 3,520 139
465,819 465,819 000000000000000000d7f5472b00ac62a7af1fc7b80fbfd5360e9dab073660fd 1.00 MB 2,109 173
465,818 465,818 00000000000000000149931eba71f275f45aa074f2c1f09d3a1058b53b9f7c80 1.00 MB 2,839 153
465,817 465,817 0000000000000000018681f5ed00c94a5ca6a18797d5f6d1bf58498ff727269b 1.00 MB 1,336 144
465,816 465,816 00000000000000000046433318ef8aa877bdb4fb8308a6b6d70cee6032db6405 1.00 MB 2,769 234
465,815 465,815 000000000000000001d00cf3fc571b006f1c09f201c7c54dd38b4078c45ed1ea 1.00 MB 2,182 212
Previous 10 blocks ↓
Total Size: 660.98 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: 669.81 GB sent, 3.95 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.