Memory Pool Memory Pool Refreshing

81,575 transactions
35.02 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,231 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (68,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,116 781,116 000000000000000000009bc90d50871b8b86203a851495491279d00b801afe81 1.43 MB 3,221 42
781,115 781,115 000000000000000000049e870bd615eb92ab3f9142b4507dfd35e9d24df943ef 2.12 MB 2,146 16
781,114 781,114 000000000000000000009ddda4bb3cb74a5890056e6a3b27edf0ee9e2a9eba56 2.05 MB 2,112 17
781,113 781,113 00000000000000000001791e55f69e9b3c64750138df52ac76bdbef34e6455cc 2.13 MB 1,415 14
781,112 781,112 00000000000000000004f10341e52716ee6a725b8fef8b4844d2044c1f853614 1.78 MB 1,818 14
781,111 781,111 00000000000000000001ca15200aa94fea2d5ba9a51c40436402df8c19c595c7 1.27 MB 1,777 28
781,110 781,110 00000000000000000003f61f72ecbeca5c826abe815dce1f3d3afb35bd5d0474 1.26 MB 878 19
781,109 781,109 000000000000000000047adc9d0590db79dfce732b63fd18cf8986fe2de95cf9 1.65 MB 2,963 22
781,108 781,108 00000000000000000000a16bea8f76457f0b30e7fe5c22b117e5f50e28983f73 1.45 MB 3,109 32
781,107 781,107 00000000000000000004d1612dcadb6ca0cf9c49e30a94cd1c94ec8d0370f83f 1.36 MB 2,538 40
781,106 781,106 000000000000000000054a1aefb494241d26f392a820831bbe58cafa06ebde98 1.36 MB 2,786 49
781,105 781,105 0000000000000000000516ef9678d0540d9b3293b83e86aa6b57f302d4c1bdbe 1.13 MB 845 17
781,104 781,104 00000000000000000000b034509cd0ad1e5522ad250af37552daee5f065d81a1 2.25 MB 2,227 15
781,103 781,103 00000000000000000002f7e10d033d6b8dc95571e0f75b34b397df5ab3c2110a 1.44 MB 2,323 21
781,102 781,102 00000000000000000005ad0ecbe57964adcb39d112534c4bd849b971e33fb183 1.64 MB 2,951 29
781,101 781,101 0000000000000000000464880a1f2f835923767eca612aaf1214de1fc71c4d48 1.35 MB 2,552 22
781,100 781,100 0000000000000000000030a028b41ea7cb7a801a603e8a153060321b2a5eba6c 3.30 MB 960 20
781,099 781,099 000000000000000000031651b27b555e6d593c35d5c8ffef13b9b4ec264747ef 2.47 MB 1,599 21
781,098 781,098 0000000000000000000473d3eaf1dc8ceb48188bdbf629501553b29903d00e60 1.79 MB 2,010 20
781,097 781,097 00000000000000000003850342a830db64857444846300ea174ccae05e3e1680 1.59 MB 2,700 28
781,096 781,096 00000000000000000006717d796e67896e65831a8d2de6e305f3926687b8140a 2.31 MB 3,258 22
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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