Memory Pool Memory Pool Refreshing

68,721 transactions
26.14 vMB
Show Random Selection Loading Transactions
Max Size: 152/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,709 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,679 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,708 (619,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
229,799 229,799 0000000000000022e25a1a4c094daf6665490dd9c0523419a77e32121a756f87 0.25 MB 705 235
229,798 229,798 00000000000000769ee20a2b701f1654ed00b6ff161cfc01251973a4fb6fbf88 0.17 MB 512 258
229,797 229,797 00000000000000fff96928bd079b2ad4de9eb7701a52c48dfbeee57635ae18b9 0.23 MB 520 174
229,796 229,796 00000000000001410b944c2c8b44236ed7ef0e5342d69caee50d356a24263ff2 0.17 MB 163 13
229,795 229,795 00000000000002759e7b652ebf6557842f25843322506c5cfdddaeba7ce25014 0.25 MB 252 62
229,794 229,794 00000000000000cd9e2564d6e0dc502484b51d231cce84e3395aeffa2fe45d19 0.25 MB 647 194
229,793 229,793 00000000000000cf6b51427eb6f2867ca4462a473cbd7ab3070249b2394daf94 0.13 MB 245 122
229,792 229,792 00000000000000372eaac4c32eb44fa318441c7656fdc3f735a0fc788bb95397 0.20 MB 435 192
229,791 229,791 000000000000003201559178eea1eae8e928b60ac4a7851bdc682efb909ebe89 0.15 MB 53 51
229,790 229,790 000000000000005bb622c77a530b5b6d899de16a5894cb59fe62ec268428027e 0.25 MB 323 101
229,789 229,789 00000000000001e45a1a578ba1de3a4b409d1ed861eb51e9c949ece3d32d5600 0.15 MB 270 140
229,788 229,788 000000000000003f5425fb9be8494a3b69abbae76b464496220d7dc293784f92 0.37 MB 516 134
229,787 229,787 0000000000000241f21e574808ffba6705c8fbdba3a7e4a97253575f4a7c884a 0.25 MB 669 237
229,786 229,786 00000000000002363a3427ddd054cde13df146383eb6019cfed6b481df074710 0.07 MB 222 72
229,785 229,785 000000000000020e96af2ddddd42810c25587129f19cf94a9ba4616f46b3e3b6 0.22 MB 468 163
229,784 229,784 00000000000002279395f6c9cda72e4182cb95d397f6b8d654a5dd420a956589 0.32 MB 583 137
229,783 229,783 00000000000002761241d2abb581f889e250f198bd455d04f167bbdbc72cbb2e 0.12 MB 237 138
229,782 229,782 0000000000000205d4f628a5b008d6b58f689389dc09e0fc7c0e7d34eb658f6b 0.10 MB 80 53
229,781 229,781 00000000000001e8988b63694a1708965222046e38bb8382e1f0786709e75425 0.25 MB 690 170
229,780 229,780 00000000000001949e95cb446c8fa77420fba1226dd3e1d8a8f139ba71f07de1 0.00 MB 6 41
229,779 229,779 0000000000000248554f008397ee5b637be58a3366cb915dd891ab7561ec7262 0.25 MB 173 46
Previous 10 blocks ↓
Total Size: 660.96 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: 648.73 GB sent, 3.81 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.