Memory Pool Memory Pool Refreshing

81,241 transactions
38.75 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,916 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,515 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,915 (103,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,819 746,819 000000000000000000089323ff857aa678fe19f9235184c51ae9eb0c85cdee40 1.31 MB 1,919 9
746,818 746,818 00000000000000000002e26fd3179762f3520c093688981af49cae3239b94142 0.99 MB 1,190 8
746,817 746,817 0000000000000000000948ca13227b9f8cd58ccddfb7ff75bdc1cba098ea7cfe 0.11 MB 314 9
746,816 746,816 000000000000000000063ef8e9fe6cffe1fe7965b517d03ac9289a69e91a0955 0.09 MB 225 16
746,815 746,815 000000000000000000070101c01de3154357c52b9aa7d6826ec9c6e067ac6863 1.40 MB 1,993 5
746,814 746,814 0000000000000000000537208dd15964152aa3ee1a409283498d515aba0f8b24 1.25 MB 1,808 11
746,813 746,813 000000000000000000053e51e66c92889aa0b28eacbfcd553945af6ef06db6c1 1.15 MB 517 8
746,812 746,812 000000000000000000026dbe5502e32949587dfb9bb16db25015bf69e9740b98 1.65 MB 1,791 2
746,811 746,811 0000000000000000000876c199fed4adb6d8c98c5782ab99e5d720fb8e6b2697 1.53 MB 2,511 12
746,810 746,810 0000000000000000000233364fbbcd02e46c46cf1512b7309f1240e3004ad0ba 1.55 MB 2,235 10
746,809 746,809 00000000000000000007b53d46e39e4bb0e0cf3b85154c24b155e521a99da2ab 1.61 MB 2,386 15
746,808 746,808 00000000000000000007a5a46a5989b1e787346c3179a7e7d31ad99abdbc57c8 1.59 MB 3,481 5
746,807 746,807 00000000000000000008306c5a266b663504c767a18576b5efde5763c3413b9e 1.43 MB 2,559 10
746,806 746,806 00000000000000000008dfff27a69d6585250b26571640a00673aad6ce15c3f2 1.51 MB 2,546 23
746,805 746,805 00000000000000000003f4bfb962291b742ef2225ddaa02af44719516ea592b7 0.22 MB 497 10
746,804 746,804 00000000000000000004f8e2a9f745af844de1fc909703ac23d0a2ef8bc7a057 0.23 MB 438 9
746,803 746,803 00000000000000000006e7d1cd17f0f5e47f8cf1aa711de6d6cebfd45e5dd45f 0.33 MB 516 11
746,802 746,802 00000000000000000001b1d2c97e813de3d90bf346b2c5bec53902f9b931831e 0.04 MB 87 14
746,801 746,801 00000000000000000007fa5b257b0c07adee17da397fd43e968fc02cc4c2cb73 1.28 MB 2,616 10
746,800 746,800 00000000000000000006752a90313cc2b0835e44b35dfce69a98e4fe864f7090 0.78 MB 1,406 12
746,799 746,799 00000000000000000000887b8971f191e0fa1e1b72a6046df071af8b260a6102 0.07 MB 187 11
Previous 10 blocks ↓
Total Size: 661.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 841.73 GB sent, 5.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.