Memory Pool Memory Pool Refreshing

98,125 transactions
34.25 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,562 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,558 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,561 (69,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
780,479 780,479 0000000000000000000504b4fc387698fe7f10852c4fe7c836f317fc8226ecf2 2.06 MB 2,404 16
780,478 780,478 0000000000000000000509a5df00d0610c1686535102724d6601a93d45adc698 3.76 MB 273 2
780,477 780,477 000000000000000000032a9f865715e3bd9562c8c5c98a81d5db0b796b2d21a1 3.60 MB 454 4
780,476 780,476 00000000000000000001426f622a68443ddb8beb88963f8c232a255f4fc35241 3.67 MB 511 4
780,475 780,475 00000000000000000003b68e687346814665ee409b03daa4844838fa7e5f9aa7 2.01 MB 2,381 8
780,474 780,474 000000000000000000047490b7d17d731f1ca08f31969d4d2f6982fe51d2a870 1.46 MB 2,385 25
780,473 780,473 00000000000000000004c55740d2aa184dd44509e97731cd4ee40da1a5f31e9a 1.55 MB 2,899 35
780,472 780,472 00000000000000000005c7247422a22cd198cec3103501f7ffd486fdf91af475 2.29 MB 2,156 15
780,471 780,471 00000000000000000006532a4249b2fa010bb56db5d87af879397d809cc89705 3.77 MB 285 3
780,470 780,470 000000000000000000064a3e3f0e495a0d6232dc5f36e42d25baeb0c3eed1119 3.02 MB 1,245 8
780,469 780,469 000000000000000000012130f4f6e6329eb39485790caacdb4ed9c48a232b560 1.70 MB 2,047 14
780,468 780,468 00000000000000000005a7a63cee4c547cd037e0b0bc059a89c697de2df8411d 3.74 MB 190 2
780,467 780,467 0000000000000000000282556cd07a7e3ba992e22f73f3cc8dc8e6dab5ee83c9 2.01 MB 1,260 10
780,466 780,466 000000000000000000059123f04f1ad7f542ab25c8bebf333a91baf75bdc0650 1.82 MB 828 6
780,465 780,465 000000000000000000051616e8ec598a7b1007e293e6a15d3d26f3b8bf93e7bd 2.37 MB 1,660 11
780,464 780,464 00000000000000000005f128103b8f993247701c99b942d559f2fb6c5fc0dc93 2.01 MB 929 12
780,463 780,463 000000000000000000053d7781b02ccf49cb8260c0c0a72d0d8f6d4f28b12903 2.18 MB 488 6
780,462 780,462 00000000000000000006740ea9c034d4e7cfc1fe6706feb57f6623ad20b2b9ca 2.15 MB 1,366 6
780,461 780,461 00000000000000000000c6a8256ae3e4a2ab6a6cc89203dcac3efc8aa2aaa89d 1.57 MB 3,629 29
780,460 780,460 0000000000000000000539dd26dd2364e90a2525a2efbcbd734c72f5ecc8ade7 1.90 MB 526 7
780,459 780,459 000000000000000000041201c741f6be3d0d9875b3f22af12aac6acae42a56ea 3.77 MB 563 3
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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