Memory Pool Memory Pool Refreshing

75,500 transactions
36.87 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,129 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,890 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,128 (153,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,493 696,493 00000000000000000001604d970ffb7f36d2a3b0141db448490edbaa39c8aa6c 1.35 MB 2,438 10
696,492 696,492 0000000000000000000d8701a766036f647b417774dc9416f18150b2ca70e497 1.31 MB 1,660 10
696,491 696,491 000000000000000000031f89e2d04a61a0a56274a8036b6a3060c020079bebbf 0.22 MB 459 18
696,490 696,490 0000000000000000000ffe2976b3927d53a5455a8486bc571b72d6bd33adcb7f 0.07 MB 139 7
696,489 696,489 000000000000000000102b65615b01fe9e440b9a28cfbe6c40dcdd77c42557a0 0.46 MB 961 12
696,488 696,488 000000000000000000077e572825fd6ea0bd4dad92069ed85da5872e7027a6ce 1.47 MB 2,516 12
696,487 696,487 0000000000000000000d87b038085846bb59412beb17c5893b6928d138dfc504 0.92 MB 1,087 11
696,486 696,486 00000000000000000005f038cec054d8824a2da6e670802e7151ddcf13725b8a 0.51 MB 831 31
696,485 696,485 0000000000000000000b885b4769a3c7b7ca8864e6513309936dcb14a0e7e4c9 0.96 MB 1,872 10
696,484 696,484 0000000000000000000555c5373114adbe3533e5baa08889ce8af3eae3a09f21 1.56 MB 2,534 12
696,483 696,483 00000000000000000002922d000915909a20e144059541dec96995f8d2d9f981 1.06 MB 1,760 18
696,482 696,482 0000000000000000000c60414f94d43a6a6159b789ac27c48b756f284bcd46e1 1.41 MB 2,699 17
696,481 696,481 00000000000000000008a4f45e70edc1d622e0a607a65dd00f7b86775f7aa1c6 0.90 MB 276 2
696,480 696,480 0000000000000000000e0fe50ae2c25cbb114d20de452d4f5f04e043a89b8588 1.69 MB 1,478 7
696,479 696,479 0000000000000000000dd7674e33a04a0b597243ee91c1396009744da782479c 1.25 MB 1,180 9
696,478 696,478 0000000000000000000d7f61f1c3f6b027bbd78a25ee9c762144b444eef08b26 0.34 MB 608 13
696,477 696,477 0000000000000000000e555976e85cfb922c1cd05bc0d332d46e85bd7cebcee4 1.43 MB 2,442 14
696,476 696,476 0000000000000000000644a1e9af42aee3cdc7716bd1a1167eb9a79bbc6d56b3 0.11 MB 145 19
696,475 696,475 00000000000000000006f35b121c81e2762ca6bd776194b4ddc8ddb691f84a20 0.21 MB 412 15
696,474 696,474 0000000000000000000413bd4b0951446471f94f094017ce3d14a21d05d0a84d 1.11 MB 2,122 10
696,473 696,473 0000000000000000000197eed432a19fc3974f3489fe21c855f9028d81c7d052 1.25 MB 1,209 7
Previous 10 blocks ↓
Total Size: 661.75 GB

Node Information

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