Memory Pool Memory Pool Refreshing

29,707 transactions
39.43 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,599 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,183 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,598 (631,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
210,682 210,682 00000000000004935a1b74f0dc166aa11905304423d2648d2c46ddec61370597 0.00 MB 19 93
210,681 210,681 00000000000001665269de91a06e99cd239353cb45a89c10a0111d3b9c087f58 0.09 MB 188 161
210,680 210,680 00000000000003b6f18c9de3ca4171f42f9ec9bd5995a48b083f3dabb465b66e 0.13 MB 340 191
210,679 210,679 00000000000004aa7e71bc7f71a8d80dd0a737f83e2e0698b916e0c3c08b8105 0.05 MB 150 86
210,678 210,678 0000000000000360401a119d3eccd32f3c3a6aaf129d15f266982da92191d14b 0.00 MB 9 301
210,677 210,677 0000000000000073a06e64c28402f8cd09800734afe0763f76e70b16a339104b 0.07 MB 172 155
210,676 210,676 000000000000022f66040e671aed8da73aca326c18a9143dbd4f389e8315133c 0.07 MB 157 185
210,675 210,675 000000000000015d0c26b26d66977aaeb6e53cdf194c110f0a2860ccbb7cec09 0.01 MB 28 134
210,674 210,674 00000000000000c4759c4c17302cec4039325aadebf3b8f93c1e1c8b8555cfac 0.02 MB 51 69
210,673 210,673 0000000000000203ecede248387253224010ae26efa5f5f8eae3c92def325922 0.04 MB 58 155
210,672 210,672 00000000000004bc88add99203d4997edaabad398122e78f2ac8660b6fdc0e46 0.12 MB 325 165
210,671 210,671 00000000000000e2f6af7aadc8e03bdd3e7dc8fe191aab43adb81ad9e3798c2c 0.03 MB 64 113
210,670 210,670 0000000000000144e7016b9bf477cdb3d7278b9d9b4be54352fe47407703f7ff 0.08 MB 223 172
210,669 210,669 00000000000000268885ede5e7f3cba8e9766ab3977cf6bfcba8ba24473eb510 0.00 MB 14 37
210,668 210,668 00000000000003418738833d75d17465418bda742c375f6ef4dea454022ef92c 0.00 MB 1 0
210,667 210,667 00000000000004dc5289e7355b8e1204a78ada7fc2e5bdbee8f81b90cd477eb8 0.00 MB 11 145
210,666 210,666 000000000000044e99d903f0ecf772c26637f8ee42499e9405c72d181193348e 0.02 MB 43 161
210,665 210,665 00000000000004254f3b624fcac23d6e9ad956b14616b7fe8171a78a887cab09 0.15 MB 238 98
210,664 210,664 000000000000003d1e2e56e156f12f0dbea1e7cd5a40d32b204de17e5e112a21 0.07 MB 186 163
210,663 210,663 000000000000014331d7941ceabcdf58fe2a879fefecb839669e35ef960f73eb 0.21 MB 728 225
210,662 210,662 00000000000004104bb069ea9b517457fa1223c38abaf2067f1844a5893ab9e2 0.04 MB 114 249
Previous 10 blocks ↓
Total Size: 647.86 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,553.46 GB sent, 48.22 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.