Memory Pool Memory Pool Refreshing

86,398 transactions
33.83 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
854,109 000000000000000000036e3a0000000000000000000000000000000000000000 1.00 vMB 981 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 854,108 (666,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
187,370 187,370 00000000000005ac9bbdeac24752c2a763de02cbb0c405c518393baa11751cd2 0.07 MB 235 33
187,369 187,369 00000000000006ed1cfbc51119a22c939ca9f6533d545ad4f220d0b504252f1d 0.00 MB 8 0
187,368 187,368 00000000000001de5fbc17f4d65d576765536b8b8b4d1f9d78920b638885df3c 0.06 MB 156 104
187,367 187,367 000000000000092f75427bbdf3f093b94f0d9d23a03154bd4e5578a7bc3add28 0.11 MB 233 160
187,366 187,366 00000000000002bd58d6a93e6724e7c54253543f3b990be2c13a8a7bec3f8810 0.05 MB 142 35
187,365 187,365 0000000000000895c9ed2e2426078b791a48e672b22691a0d07d5fdff4d60c39 0.05 MB 94 60
187,364 187,364 0000000000000372097b20a6aa7bb6acb8b87d9ec2e7d099da6178c966e63667 0.09 MB 226 93
187,363 187,363 000000000000046bf5368602ff45010c0d010f685f16b99eb61860d93c1a4d3e 0.05 MB 116 121
187,362 187,362 0000000000000927d507ad339fc906c367d4be762472313779f4f4cdd77d32f6 0.19 MB 387 160
187,361 187,361 0000000000000471db41e96ea3f2c58cbc64451a2ffccf38ca4a6eb22b229db0 0.11 MB 361 149
187,360 187,360 00000000000004d2952ebe0680a8f3a663df9d544dacf2eed3e88bdfe901ef54 0.05 MB 110 3
187,359 187,359 00000000000000230245ff0482e07de6bf55c8a0f3959a15b7f8ff3b6855fbfc 0.25 MB 649 168
187,358 187,358 0000000000000167a87e506cc6dda8183aaabf8a94c285c4f4e70d7f2fed8b2d 0.00 MB 13 0
187,357 187,357 00000000000003872b2ed7a5d88593130251b1e403efafd3e760521ba69fba23 0.09 MB 183 232
187,356 187,356 000000000000052e57df7333c8d632c42193bc61c82f5f65dd95bc11f98da056 0.19 MB 529 204
187,355 187,355 000000000000016785caee443fa0581190350383bde9ef6729ff3a1e32056d58 0.00 MB 12 300
187,354 187,354 00000000000009968f2d574cbbc5aaa71186b19054f5af7d256f8269d4474628 0.01 MB 25 322
187,353 187,353 00000000000000b68ab313eab5014ab00ea45095e4c27296add1c322f8b1c1e1 0.14 MB 373 152
187,352 187,352 0000000000000455721384fa3d8e60b74abdc8bab7bf431a211a0278e3055fca 0.09 MB 256 84
187,351 187,351 000000000000060a5674d1acefad311f7ce18a88948705f32806c737ab4f6a0e 0.03 MB 68 105
187,350 187,350 00000000000005454a4a1e3136b1cd33ab3a1c1a07435ee943d28d62b6ee36ec 0.01 MB 27 76
Previous 10 blocks ↓
Total Size: 669.18 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: 2,581.70 GB sent, 54.24 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.