Memory Pool Memory Pool Refreshing

68,238 transactions
35.33 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,761 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,693 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,760 (530,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
319,473 319,473 00000000000000000e68cb2aa308ce6c9b7619e0e146355058dbc3fdf48a6cd1 0.35 MB 625 28
319,472 319,472 00000000000000001335b582e75624af090b2aa17e077e11d44c76afc0a85ddc 0.04 MB 79 27
319,471 319,471 00000000000000000e9b64d0ff49c424499e0078cc29413ca302da201b103b3f 0.17 MB 297 27
319,470 319,470 00000000000000001a42b740d758b736a99dbd894f1e2ae0b26f33a48c9c6e28 0.22 MB 425 28
319,469 319,469 00000000000000002076e8a3ab93cca6f14f798a579c54580a2e1e57dd3e52a3 0.01 MB 18 28
319,468 319,468 000000000000000004106ad97d99d37b8e5cd955c6dadec271cde131b0ed0b2e 0.16 MB 201 21
319,467 319,467 000000000000000003e5385466cfbedb668385e769ab74b7476bc9c2ea7f0aa5 0.25 MB 367 26
319,466 319,466 00000000000000001ab9291c980a56ff7ae1186399d57d38ce8fbf222b5d1825 0.27 MB 505 220
319,465 319,465 00000000000000001b0d60a23343c59fc92d1d0a76df69dcb656ca0ee6511cda 0.46 MB 400 2,011
319,464 319,464 000000000000000023e07e5e92480dda4e697d8ceae324a7de01c1ec895a9f69 0.18 MB 271 23
319,463 319,463 0000000000000000251fc5d6b89d1399ab7ccca1272004954dee55282a5630ac 0.14 MB 256 23
319,462 319,462 00000000000000001c5ddc3d9c228f73782a7ca8e3d8fb006a39338ef0ca2d1d 0.05 MB 143 33
319,461 319,461 0000000000000000190d62e0d2330e4dc488593a69396831a4b0b38b7acce7ad 0.70 MB 1,006 25
319,460 319,460 00000000000000001e030cf4e5fc217d76ca895773a4edb7892992f283e3119c 0.28 MB 541 29
319,459 319,459 00000000000000001c6a3ae35d5e7714ade97214e377fb016247e31351d48c08 0.20 MB 260 16
319,458 319,458 00000000000000001938621c239b564c3a0c5cde8b71b8e391b9699b2b5199fe 0.35 MB 1,008 40
319,457 319,457 0000000000000000238dd7f9017716bd15e8f6fdc6059ba0fa7526089a2a5a9a 0.01 MB 16 29
319,456 319,456 0000000000000000003921824c601ba5ae5b72edb08881d5a55ccc0b8b3008ec 0.00 MB 8 16
319,455 319,455 000000000000000005f62c0d318997596aa5f46a2355dd2fb05ca353bdfbc924 0.17 MB 204 22
319,454 319,454 00000000000000000ee0b1461e834ee90fa97c939320fb9a02f151f2266ed553 0.35 MB 659 31
319,453 319,453 00000000000000000dc4b15c68eb537a2bcc33c9fccab676b5640fdd43f85f38 0.14 MB 298 33
Previous 10 blocks ↓
Total Size: 661.06 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: 705.27 GB sent, 4.37 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.