Memory Pool Memory Pool Refreshing

64,900 transactions
30.09 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,692 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,439 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,691 (307,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
542,128 542,128 000000000000000000136039c33236699661af1b7ebe1bace747a88ce700fd33 1.32 MB 2,102 9
542,127 542,127 00000000000000000001abc223649cc276241e227b6c49023e0e1ac1fce4f6e6 1.23 MB 2,773 6
542,126 542,126 000000000000000000015d5c7a0edde30612c4a53b108f04cd232924c860029c 1.21 MB 2,945 8
542,125 542,125 0000000000000000001fe029274d3b154f0c703ab82f61a361de8384e1a48698 1.25 MB 2,999 26
542,124 542,124 0000000000000000000794736431e779f6c0acb3ebf175f65e715f978d3cc10b 1.37 MB 2,444 9
542,123 542,123 0000000000000000000946563eef73c8cb6f179233a8e744e262d3b502c9f216 1.19 MB 2,541 28
542,122 542,122 0000000000000000001bfe660c41f164a468e3f09a90f6f6454854efaee349e7 0.65 MB 1,395 42
542,121 542,121 0000000000000000001924a9a356a608e94c26dc1fa0c363a997b52eb174cafa 0.69 MB 1,544 14
542,120 542,120 00000000000000000009d451220410965842b0cd97c300799ba4f3ffddc51e6e 0.70 MB 1,534 24
542,119 542,119 0000000000000000001a602bc67e8ee320974f2721c344c7c563f008ad0a083c 0.68 MB 1,703 14
542,118 542,118 000000000000000000060898de4027b05a10cd16b7c227483c094f0dfd2200de 0.69 MB 1,287 18
542,117 542,117 0000000000000000000f9b13aa5b42ac13d01b6908955eb1a859c8c61520d13c 0.91 MB 1,747 11
542,116 542,116 00000000000000000008b738ccbd691bc8558e1a67ea43cc9e1ebde9ab782c01 0.07 MB 163 29
542,115 542,115 00000000000000000017e610fca94f6f98346ce80aaab2636701a528979e25e2 0.60 MB 1,273 5
542,114 542,114 00000000000000000007da0f56639826939f7f002bba67910573a32d96d9be76 1.06 MB 772 16
542,113 542,113 00000000000000000025e5af38b28c05eb3ad00b86b6fe613f5c90fba8b8e027 1.02 MB 2,076 11
542,112 542,112 0000000000000000001675e37bc506b46a46b008081d52273aad92bdf8fb7c9c 0.51 MB 1,049 8
542,111 542,111 000000000000000000052154d1cb93c6946d4e91285cf020708ad51009c105e5 1.19 MB 3,007 16
542,110 542,110 0000000000000000001c79c75d82cd568165bc58e43eff9cb3878c67825bfe27 0.65 MB 1,411 15
542,109 542,109 000000000000000000252de0ed889bb5558be8163ef4b4775a71276cf3375796 0.10 MB 245 30
542,108 542,108 00000000000000000013d56a50484591c12a6c3cebcf649d30c7dea641c6851a 0.91 MB 1,605 4
Previous 10 blocks ↓
Total Size: 660.93 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: 632.55 GB sent, 3.70 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.