Memory Pool Memory Pool Refreshing

93,280 transactions
37.89 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,891 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,898 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,890 (65,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
781,891 781,891 00000000000000000001af3dd998f1b4b4882942de8b30c89681e2e63c5c436c 0.00 MB 1 0
781,890 781,890 000000000000000000057f13dbff28c3f9081c4ce6f30837f085dbee26ce3e82 3.90 MB 198 8
781,889 781,889 0000000000000000000649f2a1b2c642a1f6091419ebd9632878d74040bccc84 2.81 MB 1,588 14
781,888 781,888 000000000000000000029fb0915e0ebb6f93fcbc8f00ca3d987921e4417f502e 1.87 MB 1,868 18
781,887 781,887 0000000000000000000563fecf698974ff72dee0bf50f9049adff3102a9fecb9 1.33 MB 2,403 33
781,886 781,886 000000000000000000021878dce4f51c63695910a2b7922f323faa3153e2e620 3.18 MB 1,303 12
781,885 781,885 00000000000000000001ce98080a425a352f636761e4faf82aeee12c0b3b41b9 2.84 MB 1,679 17
781,884 781,884 00000000000000000004ffdf5a0ea1ee0bad398ec0e5980df8816568d0791c08 2.66 MB 1,860 16
781,883 781,883 000000000000000000060505ce747136a6a5c539092a628be94d89d0ae4d21ad 2.28 MB 1,994 20
Previous 10 blocks ↓
Total Size: 657.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 56 incoming
  • Data Transfer: 74.10 GB sent, 0.42 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.