Memory Pool Memory Pool Refreshing

76,593 transactions
32.44 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,596 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,616 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,595 (67,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,912 781,912 00000000000000000004f379a0930df5e346dbde8e04a2b9757bfbccff7ce419 1.28 MB 1,632 18
781,911 781,911 0000000000000000000037ca603328cabbba2e6f1c33ed678680910945819fb1 2.30 MB 1,730 19
781,910 781,910 00000000000000000005d487b04f80b8d1fa3d5b67e4aed001eb61475c8b3320 1.50 MB 2,471 23
781,909 781,909 000000000000000000043678f13e04ff7ef8591d2d2f251e288dcedef3089fb6 1.38 MB 1,939 25
781,908 781,908 00000000000000000001b6e1632c903fc37db894d3f2429d5e9b819a18a7fbb8 1.96 MB 2,251 22
781,907 781,907 00000000000000000005a1abad9c2b34964c40d9ed7f034a9ccd408058dda352 3.47 MB 903 10
781,906 781,906 000000000000000000065c00163d571161863944aa5cd70b80998be5837811af 1.75 MB 1,752 4
781,905 781,905 0000000000000000000371fd6969ebe48cee73f8e3c436de471ec824a9ef0cae 3.65 MB 348 5
781,904 781,904 000000000000000000016e5f33c2002045515bfaf5f0624188f4d1644c13e7d4 2.74 MB 1,531 15
781,903 781,903 0000000000000000000336f1e83445d875a106bb1c6c26c5cf677dc0eaccd0d5 3.16 MB 934 11
781,902 781,902 000000000000000000007be2a1a624f2f566a7137fd5285145d894fbef19380b 3.80 MB 323 6
781,901 781,901 00000000000000000004d11de6a0bdb4088bebe2c1087dc6b40147d0d7d2e151 0.00 MB 1 0
781,900 781,900 0000000000000000000395efcf31eb4e7056d96f0c9eb4aaa7ddd56ea601e1e5 3.78 MB 236 6
781,899 781,899 00000000000000000002992df80a5822ce7cfa2eb26b156abf62bbfa39d9dbdf 2.98 MB 973 11
781,898 781,898 000000000000000000054274046f7a578b6c27ba39337132b024d2251064896c 2.92 MB 1,257 12
781,897 781,897 0000000000000000000083f6b74d2012c131b9dcfb8ba41c2b67bc532cb736f5 2.63 MB 385 7
781,896 781,896 0000000000000000000518705a40f258b4cbcf8d4d7f5019bc2017c0800ab313 2.31 MB 348 6
781,895 781,895 00000000000000000000fabc90bb80787e3249cffc30be3786471665ff8d0f8a 2.59 MB 1,246 11
781,894 781,894 00000000000000000000103b97c01e6784631909f8eeadd089cd634f68cb2c9b 2.87 MB 1,175 8
781,893 781,893 000000000000000000063abe5bff388c87036442e13d6905faef273d12bf8cfa 2.43 MB 802 10
781,892 781,892 00000000000000000000508181b55d0b9624ef880577b688288042bcfc39d459 2.45 MB 1,212 13
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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