Memory Pool Memory Pool Refreshing

31,742 transactions
45.90 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,423 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,887 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,422 (640,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,761 201,761 00000000000004a6b9cfc6e703ac2c0be8d30cc85dd08baebe25843d970eb379 0.07 MB 124 145
201,760 201,760 0000000000000003e78a45bc9db17b5654bbe400c7342b8f7babbf3adfe12004 0.10 MB 201 203
201,759 201,759 00000000000004dedaefaa58b4bd84b832b8e2cbf4a88924830992d32db56ced 0.03 MB 85 39
201,758 201,758 00000000000002a7c02bbe5cb9442fb3c113e44d03cbed7ecc4ae801259f9e53 0.14 MB 337 150
201,757 201,757 00000000000004d387091ddb91c8c3f8e79befd0fcc2cfc3bbaa36637345ca17 0.19 MB 372 126
201,756 201,756 000000000000032035357ebaf6d99531f6353f56f7ef0e0677caeaa957e8a84d 0.25 MB 549 171
201,755 201,755 00000000000002344c25e96846388460eb2bdc47c113d8b24b46fbbec8df255d 0.19 MB 437 234
201,754 201,754 00000000000003177255cc6a816793fe2f51fc290644b1f6b0910bfc6d69016b 0.00 MB 11 608
201,753 201,753 000000000000010c054d6aaf272394d08c4da2111682906a9c084b8b9d673ba2 0.00 MB 11 0
201,752 201,752 00000000000002d832bc9eefb3cb015d74be8111f4e337623de9bc0a3c15e877 0.04 MB 114 138
201,751 201,751 00000000000004ad54560d9da1656529ea2e7ee4b6ecc63082aee982f253c52c 0.18 MB 516 325
201,750 201,750 000000000000011c0cfc06be0c718331d5adb8f1c849f31c7889bf66ef4568e9 0.00 MB 12 368
201,749 201,749 00000000000003561206ebb2d4de568b84c3b5c20eed32f0587369a7236122bf 0.07 MB 150 128
201,748 201,748 00000000000001274bb4cac24994c5b7d21c2dee275d8b99b3b06c1db6e88c40 0.26 MB 521 150
201,747 201,747 0000000000000567221cdf31b4c8d4a3da0f694b5df7504271c9b42b47feca14 0.21 MB 379 174
201,746 201,746 000000000000008181276164d5f693a1d3316ee04ce99aa53e6ba1997e76d688 0.05 MB 137 92
201,745 201,745 000000000000016a1f44835a00542515731441a1b33db9891954240f69ed6d9f 0.03 MB 111 20
201,744 201,744 0000000000000133a99bfa0f17df80595bebb03e3a2b7b0139495cdaf37d585c 0.05 MB 111 324
201,743 201,743 0000000000000522de042fbc9a2b5456484d81f11b7ef194539ce2645ac7820b 0.06 MB 105 453
201,742 201,742 000000000000043b0b40a972e80c94351ed22d9ae8b98d9b2bc604e4d7cd2438 0.17 MB 373 171
201,741 201,741 0000000000000061242951250a871b71a8edfa16e0c4af089030a17a7aacafa8 0.08 MB 210 196
Previous 10 blocks ↓
Total Size: 647.52 GB

Node Information

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