Memory Pool Memory Pool Refreshing

80,052 transactions
35.11 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,616 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,963 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,615 (72,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,458 777,458 00000000000000000005c861f5a30a3a79be0b8c0e9a20c5bcf84e910e38db75 3.94 MB 149 5
777,457 777,457 00000000000000000007225e79044dd6f58368e16685ff30f009a65e71ccc71c 1.83 MB 2,919 13
777,456 777,456 00000000000000000001708f3a10c826742fa2747c069d94ab27631f8b19bebf 2.56 MB 1,976 10
777,455 777,455 000000000000000000010666288b037d63fcc8c8bb4f2b3a714bb534494d7de5 3.26 MB 877 7
777,454 777,454 00000000000000000001aca9d6ecddf25d233351c10e6f002fd93da533d38bde 2.02 MB 2,072 13
777,453 777,453 00000000000000000006f50df1b25c99020b2ad5cfa99c4bfd82cf9a08de8ca1 2.82 MB 1,312 8
777,452 777,452 00000000000000000005bb9f23ab9cfc895742c7350f8ab12c84758770b2b919 2.54 MB 1,456 7
777,451 777,451 00000000000000000003c95e0b4e2d7f09553b8fd747a3313efd5e4a2e7971f5 1.44 MB 1,757 14
777,450 777,450 00000000000000000003a352dcabd3574bc945fa4dcf7112a507098db32281a9 3.61 MB 535 6
777,449 777,449 00000000000000000000c30adcd9a97edca0210c02f18ab0c447db898453f250 3.09 MB 805 7
777,448 777,448 000000000000000000047ce9b5adb58ba75f0f5a4c1e1c5a1ca31509082dd71e 3.17 MB 1,000 8
777,447 777,447 00000000000000000001d00fe9384da9fc20b2730f24a0ef94aef24e5dc52177 3.06 MB 873 6
777,446 777,446 0000000000000000000608561ae70e5f6519896e959589c10b1392d3796a6fd0 1.49 MB 2,199 15
777,445 777,445 00000000000000000006fbf6f39642c9f6222f910ecb7abf41b84da720557e8d 3.65 MB 372 5
777,444 777,444 00000000000000000001e9df818dd288629fc4a1a6ab44faebebc44a9d5f141f 3.53 MB 580 6
777,443 777,443 00000000000000000006c8c83c264df3921266888fab9513d590476c2c88baff 3.31 MB 648 6
777,442 777,442 00000000000000000006d9156cd9e6debf2755df1addfa12a78bfdb7a6fe1c3d 2.07 MB 1,630 11
777,441 777,441 00000000000000000002a8e9f7bcbaa3c28a5c8c814746ef3b125f957039db16 3.56 MB 501 6
777,440 777,440 000000000000000000062cf1f7b667645145ef07c67603b5e6d85e73d44d8579 3.27 MB 732 7
777,439 777,439 00000000000000000005b19bdc4e5e54d1f4384c501c919b1c35dc647c4d10df 2.79 MB 1,019 9
777,438 777,438 00000000000000000003d886c62aef62f44a1143dbae46b77f40754521614dc9 3.04 MB 1,159 8
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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