Memory Pool Memory Pool Refreshing

69,776 transactions
31.16 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,454 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,163 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,453 (679,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
170,355 170,355 000000000000085280a0f31ba366c189ee179b498d89b9f9d508b68b6e723777 0.03 MB 66 101
170,354 170,354 0000000000000a1211442ec5fffc678f411a1090cf67404107d95216afe5921a 0.00 MB 8 111
170,353 170,353 00000000000000cc6f0ee3af48aa2277133ad82d1fbadc05e3738a43234c722b 0.02 MB 34 95
170,352 170,352 0000000000000a9330a3c3d24b30cd77f432315e0811a4fcb2e9a8474cb4458a 0.01 MB 37 215
170,351 170,351 000000000000030eec0ab40cdf84a968f630b5fb40f454347df3d035dcf3f49a 0.00 MB 1 0
170,350 170,350 00000000000009622cec82ad7628226a4a85f8cf3eee9a6e5ddb597dd9cd810e 0.00 MB 1 0
170,349 170,349 0000000000000008fb3ee5acb97f16c122b55ef956a0e04445a7d56f7bee5e2b 0.02 MB 30 265
170,348 170,348 000000000000024994878e11a4e7006384581937768928f20782dd58d3de41a7 0.00 MB 8 0
170,347 170,347 0000000000000769cfb2d21166b911ddfecdff5107a4f6581d227720d583a97b 0.01 MB 15 83
170,346 170,346 00000000000001c0a13e6f8eaedf9713dea326b3a0ffd365f2f102875fd6c055 0.03 MB 93 17
170,345 170,345 0000000000000893672d82c5ad018c612b92b595082ec0e11f210cdd472e9262 0.01 MB 18 120
170,344 170,344 000000000000008c17bc7521c32a70c2b641818850ef7658e7ff447e7c6b698f 0.00 MB 5 41
170,343 170,343 0000000000000538ca4a4b565123f88a24f6b9934b00fbc495cfc88668a6859d 0.00 MB 1 0
170,342 170,342 00000000000007a3703c7c8dae4e30f0006166485941f5ce478bc4139c8250e6 0.01 MB 26 48
170,341 170,341 00000000000001cc796dc9ebb946f1a9dac7bb0c7f3544ea043c2817494c4b94 0.00 MB 1 0
170,340 170,340 000000000000066fddf197f596214584b743fd0ad9a97070235bc66f63c1bb04 0.01 MB 21 803
170,339 170,339 00000000000001d9f406782d04d9ec404aa2a671c67e991c2cb8a990a9a07817 0.01 MB 14 22
170,338 170,338 000000000000004c617fda70654b317fedddc6afb63e68c4ec90293ca8c680d7 0.00 MB 1 0
170,337 170,337 0000000000000302b0bffbe216c95f25d9317d235445346624e7b4afe75a6ebd 0.00 MB 1 0
170,336 170,336 000000000000044d937e48cf413f2d05a68cb223323508be59fb1a3fe3e17587 0.00 MB 9 68
170,335 170,335 00000000000004057bb63641051c81ac0af3eb3c49d8e918a0024469661a2a4a 0.00 MB 10 61
Previous 10 blocks ↓
Total Size: 660.47 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 96 incoming
  • Data Transfer: 371.85 GB sent, 1.63 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.