Memory Pool Memory Pool Refreshing

80,951 transactions
36.80 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,842 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,844 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,841 (329,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,161 520,161 0000000000000000000f6f0188bc6a642dc8c55a6c793d24b903e2cf88e8a100 1.12 MB 2,597 57
520,160 520,160 0000000000000000002e6f51da36602d9475d4d61e1cacd8d1d8d65327cc7e97 1.18 MB 2,119 27
520,159 520,159 0000000000000000003666e405b2a379ee80db221dbe238a56753093b9b5f7c6 1.26 MB 2,014 66
520,158 520,158 00000000000000000023e51984f8900530609d7395da8c5458cd245a2d4741a4 1.17 MB 2,941 96
520,157 520,157 0000000000000000000407bd76ce4fd0d480c435b21ebeb434044bcb842a7382 1.20 MB 2,673 76
520,156 520,156 00000000000000000000960ed49f8b5b14943b67377a15bcaca76ce5675a0873 1.03 MB 711 11
520,155 520,155 00000000000000000030052cdbff9a8cf6d5670e7d26bdd52900433eeef90095 1.14 MB 2,383 58
520,154 520,154 000000000000000000091688732b10b1c7e769555fc1b2e0be13e7acfad36bd5 1.13 MB 2,170 59
520,153 520,153 0000000000000000003716018a73b9a4e040249f890efaa341d4bee8b6110178 1.26 MB 2,422 41
520,152 520,152 00000000000000000004a31bbc5fa593ef758f56f8387f8f540839e476edc9d8 1.00 MB 1,630 73
520,151 520,151 0000000000000000001b6218f43ea551d5eb989e2ab4b50c76567720b8f1f9ed 1.10 MB 1,889 14
520,150 520,150 0000000000000000003ae1184fddac2693c3d675dc0eb10e6711c5a7c6bab4fa 1.01 MB 1,356 7
520,149 520,149 00000000000000000000f9846a892cb8cc1aea730f0c6d5f7bbed21a936f036d 1.11 MB 2,527 27
520,148 520,148 0000000000000000002f1f3e52b439029ec34af7f0c0c9b07bbe762a5adcfc0d 1.13 MB 2,244 63
520,147 520,147 0000000000000000001fd1517656121530b0223188bb31953f0f699ea1d12369 1.13 MB 1,967 36
520,146 520,146 0000000000000000002fa061b6d322807433bb2ab434f2741aea3ccca1209ba4 1.22 MB 2,025 68
520,145 520,145 00000000000000000024b1faf466a25265c22047ef80cd4c232c23c9bc43b4fd 1.10 MB 2,042 96
520,144 520,144 0000000000000000003488c1fc7d8556c7105bf914c94a85786198ac5d135ab5 1.10 MB 1,791 68
520,143 520,143 0000000000000000004445a7628126c989b71eaaccb2634b3003db66c68d3735 1.06 MB 1,140 49
520,142 520,142 00000000000000000012e41b2d2477a001368ab6caa54145dc5d1a55b60bc187 1.04 MB 1,006 55
520,141 520,141 000000000000000000300a1bf643177f344ad903a92151d1ac6315296c4ce277 1.07 MB 1,591 79
Previous 10 blocks ↓
Total Size: 661.21 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: 760.57 GB sent, 5.17 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.