Memory Pool Memory Pool Refreshing

66,320 transactions
33.18 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,685 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,024 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,684 (772,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
77,061 77,061 0000000000582d11369827450460876d4e7e2eb99405aa7881aefd3606925396 0.00 MB 1 0
77,060 77,060 0000000000565b5b22bc98a08c42c6253d181e629cc6293cf19ad4d519c3b1d8 0.00 MB 3 0
77,059 77,059 000000000010748771e689b9612914e28e4a22eb9bbc415915e32e745944fc03 0.00 MB 3 0
77,058 77,058 00000000000bfb7c1baed7b892d2bf1e56df0e28b154ebb59b06303c946fe715 0.00 MB 1 0
77,057 77,057 000000000014d09a12c65d7aeada1bfe7813c6b95fa22d33f021d980f85abe42 0.00 MB 1 0
77,056 77,056 00000000001416f764f12f8e5a9ebaeb83f17ef67121447bf5e1696c73a63b88 0.00 MB 1 0
77,055 77,055 00000000000bc318538ae070d26637d9a18b5854275479e4e255e43b7485b737 0.00 MB 2 3,861
77,054 77,054 00000000003c647f22112020e93c1c11c31e37788f936ec39c2ef117e2935f08 0.00 MB 6 0
77,053 77,053 000000000064f671884a1ebfc37026787e7fe5312489bc1a9012a676a74392bb 0.00 MB 1 0
77,052 77,052 00000000004e5b132b2721d690b26942228923ba08a0e8cea9307c7f07615aea 0.00 MB 1 0
77,051 77,051 00000000004e0c40b15dd80be3b677313fc95bacb3394410556ac6c6555e7819 0.00 MB 1 0
77,050 77,050 00000000005276ac22235ab9a43bc99d09d3739ba5a24b2bdd8a08fe8772b88f 0.00 MB 3 0
77,049 77,049 00000000001a6ce2fa47ccf749a3814b0b10e8297bae9e98183f4cbbf65c63e4 0.00 MB 1 0
77,048 77,048 0000000000592b921f31f1395758f00ffb183c7b813350eca6e1d4463d3ef356 0.00 MB 1 0
77,047 77,047 00000000003693a626a18fd5845b9642c2260cea1b2a7d874bd1096f3d514aac 0.00 MB 2 3,875
77,046 77,046 00000000000160a0536e05e97fb1f2250aa957fc05ef95950e9bfde9d8cfda41 0.00 MB 3 0
77,045 77,045 000000000011e7a05fcb6ddc592633fdab07eef83fc3f3f3921220feb70e57b6 0.00 MB 1 0
77,044 77,044 00000000002e6059de500ae14555f1abaa225de2510d1d1004bc7a86cd47419a 0.00 MB 1 0
77,043 77,043 00000000004bd9be62070f074beb6c6f8579c82823f17730102aed99e4b826d6 0.00 MB 3 1,937
77,042 77,042 00000000002c95776238fddda6c535e2ea30b16ece02db78b738034a125c4d3b 0.00 MB 1 0
77,041 77,041 000000000000e4be4e5eb518ccd6c6602194c958e9a48a2f1161d72622b0fb61 0.00 MB 3 2,398
Previous 10 blocks ↓
Total Size: 660.91 GB

Node Information

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