Memory Pool Memory Pool Refreshing

59,441 transactions
30.31 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,684 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,315 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,683 (804,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
45,678 45,678 0000000027552067a24f14c125494c2bcdd330d34bd69a0b011b757289aed1a6 0.00 MB 1 0
45,677 45,677 000000000ea22a14e7e60ac5637fbf83fc0aa4b8195406c8db2425e05eb21b3f 0.00 MB 1 0
45,676 45,676 0000000007214e3655df084facc6f262af4cdcc32660978094e09e74c14ff497 0.00 MB 1 0
45,675 45,675 000000001d8dbac26c7df7e6f339b9e17784cd8709ea1e05f2ad6710833d59d1 0.00 MB 1 0
45,674 45,674 00000000011569fb8452412cdd025547c402a96e0a2c2c7da880715162026383 0.00 MB 1 0
45,673 45,673 000000001bd7fb952a89f46901bd54baecacc26aafe1ff50f694f4ffa8e52138 0.00 MB 1 0
45,672 45,672 000000000f259691733f9c70703324771958d13cf997f8fc3f4760e9c485330b 0.00 MB 1 0
45,671 45,671 0000000028188bbc983a3613b3c994ee848a09e7a0ec7cf9998a9873931d8365 0.00 MB 1 0
45,670 45,670 00000000343808a3a4e027ef75eff7cc7839d97e390fde80077eaa84adcf7243 0.00 MB 1 0
45,669 45,669 00000000337fe06d17da78ed987ce722402715aa7cec8617a1c7f3d58bbe3737 0.00 MB 1 0
45,668 45,668 000000001f01d9360ae6d06a20e13d359964e802bced334492a7867ac3120feb 0.00 MB 1 0
45,667 45,667 000000002deb3be0600d5e0c2cd6640116e6b10a2d63df150c6253453d7bc9a0 0.00 MB 1 0
45,666 45,666 00000000194aabaa54fe78bacb0c720f16955e2e2ab85c4959f9acd5842d1e7b 0.00 MB 1 0
45,665 45,665 000000001e6ba5d2bc30f1d4854ab0847d9722515266709974652534c80adc1c 0.00 MB 1 0
45,664 45,664 00000000147c8f8b450612416be94eec2b5730114228214f0fb4f87ee322215c 0.00 MB 1 0
45,663 45,663 000000002e96625bce5fb55688a13e867ba5aa64b3e619e4a814811a37e134a5 0.00 MB 1 0
45,662 45,662 000000001fce0234470fb007e3c64d99b7050d761ecccbc51e3b84198a8fabd8 0.00 MB 1 0
45,661 45,661 0000000002d3be9421b18678778d63d5194a57de38623606187dff7962e07dd6 0.00 MB 1 0
45,660 45,660 000000001ffb8f117765b9376fa9bb9216f34d83b1d3dcc5597604f45077b21c 0.00 MB 1 0
45,659 45,659 00000000213f2096560af6ddf1b7e596aa76ea2a8c51daf85ba1f1976f3090a3 0.00 MB 1 0
45,658 45,658 0000000022687d85a4585a58e28941b7679f483bad5984e71161241fa630c156 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.91 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: 628.08 GB sent, 3.65 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.