Memory Pool Memory Pool Refreshing

65,770 transactions
26.10 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,705 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,819 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,704 (162,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,919 686,919 0000000000000000000cada705fce6beeac74bbe99277535d945bca329d41166 1.26 MB 1,242 26
686,918 686,918 00000000000000000001d995255ad7b9ee74478d4cf0ccdd7546721c97322111 1.21 MB 1,652 18
686,917 686,917 00000000000000000001e1fb571e5961c7b09fde01e43fbebf0801a7c5c89fd9 1.40 MB 2,689 41
686,916 686,916 000000000000000000046aaaa0f181eef3670f3c6fe0518a4b999dae04d8294c 0.57 MB 1,070 25
686,915 686,915 00000000000000000004396fc04fd56536b008a1aea161345905f77fad485eb0 1.39 MB 2,023 4
686,914 686,914 0000000000000000000623f33e9f74513ad1584220fc968e29b67d55dd58c8ef 1.81 MB 1,184 17
686,913 686,913 00000000000000000009f9f2a37f7a60eb0aa8f4ee5cf0f001aefe2e35b0004b 1.73 MB 820 12
686,912 686,912 0000000000000000000287d0a79c191a28380784a55dc201b24b10c32d95b0d3 1.50 MB 1,431 27
686,911 686,911 000000000000000000047d093a49c8d006f985b16ce2ac4e2650ff1d5ebfe494 1.46 MB 1,682 29
686,910 686,910 0000000000000000000458405150e2272cfc658f70a3b372702f329fdff79506 1.90 MB 1,181 32
686,909 686,909 0000000000000000000b5943bd4d964d26a32b685aecb6017006db110bf67e53 1.08 MB 1,671 24
686,908 686,908 0000000000000000000128da68174dedf50085ebef0d8b13be39cd0f271cafbb 0.53 MB 914 29
686,907 686,907 00000000000000000009d9347b992fc411263045ccac94d00abea0cd637e5b3e 0.91 MB 1,080 23
686,906 686,906 000000000000000000076c41748322ef683e48a6e62ea427edad763f164fe900 0.32 MB 714 24
686,905 686,905 0000000000000000000a1573a2871b1ac1d519bf4c5ae5f21271555fd3551434 0.05 MB 136 38
686,904 686,904 00000000000000000002cd964ad5b44ad2b2c2b4a505e67522b86d706f8db5e3 0.10 MB 139 18
686,903 686,903 00000000000000000007916029cda0cc18d3c6a0b1068c9c4ee213dcd72d1f0f 0.77 MB 1,342 21
686,902 686,902 0000000000000000000a0e5b306cb227f3ab0808177456e95c3664a110829d14 0.54 MB 881 30
686,901 686,901 00000000000000000006d0f42cffd08dee65a9ab97d3c6cc201456c5461d2605 0.07 MB 173 22
686,900 686,900 0000000000000000000161fcb20cc2a4afb3319bd71251aebaacff25e1ed4eb0 0.22 MB 221 22
686,899 686,899 00000000000000000004f11aa4c9242c49ecb7947915b081882bb1036be18079 0.35 MB 496 17
Previous 10 blocks ↓
Total Size: 660.95 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: 644.03 GB sent, 3.77 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.