Memory Pool Memory Pool Refreshing

77,119 transactions
31.08 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,566 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,552 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,565 (306,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,532 543,532 00000000000000000010660e16ebb4a6dd83243001b1d83b0c8fb13759f4f800 1.17 MB 2,976 17
543,531 543,531 000000000000000000137a12e301502ebbc978b130e790951319f38345772097 0.88 MB 1,678 45
543,530 543,530 0000000000000000000c34c4c2a0278bca5d8b95732374252b37c622eafa8d8c 1.19 MB 1,337 31
543,529 543,529 000000000000000000249afe1944332e4c86c3ece9dbf320c76c0385d07f8803 0.57 MB 851 50
543,528 543,528 00000000000000000004f70f0ea1b13db10c50da53ba97d0e4199c0e5cb72b05 0.39 MB 971 22
543,527 543,527 0000000000000000001b86203cd72b321cb186487d76bd53776e28ff4584f7e0 0.13 MB 447 2
543,526 543,526 00000000000000000010ca34b8cc0ff23dc120d24cdec30214d3414b2d9bd77b 1.11 MB 1,727 28
543,525 543,525 00000000000000000000ef058af317e70f05ebe2608521d2ee96dded2f0d47c3 1.20 MB 2,638 26
543,524 543,524 00000000000000000000cb07da14939dff4ee6b97a34e9d6bdc99f951a56fb62 0.75 MB 1,848 23
543,523 543,523 0000000000000000001896ef8ec128720c63c8885aaeb0275e5f105feafe75d6 0.36 MB 980 20
543,522 543,522 0000000000000000000b4e6b30fbd42525030d442d243e9eb5b5c087d7217bdd 0.01 MB 27 32
543,521 543,521 0000000000000000000e3e608bf2511ba9dbe49c56bbc5209d161f5d640cbcfc 0.26 MB 636 16
543,520 543,520 0000000000000000000fd45a382cf5d2d3c003c66d87d814fe6e00f3d969683c 0.73 MB 1,892 21
543,519 543,519 00000000000000000025d889210354e8d60b16b6daa3aefcc7ee217a74c069a7 0.71 MB 885 29
543,518 543,518 0000000000000000000f4c80928e36bedee9d54087900858e85393e5bd6c2764 0.92 MB 2,481 25
543,517 543,517 0000000000000000000611c4c0056bbc694c413b627d9d75d3dcecb9cdaaa8f5 0.40 MB 1,003 27
543,516 543,516 00000000000000000012385e8d11301efb0c157aca7322e77ea2d4cc4de7f502 0.80 MB 1,887 25
543,515 543,515 0000000000000000001dbbfb432e63c33ec364522e5d2006b7631b45079bd1d4 1.15 MB 2,724 23
543,514 543,514 00000000000000000026432c706d3117f14c8664dc216e65f82c0f84bb928f99 0.64 MB 1,575 30
543,513 543,513 0000000000000000001e3fc068f7ee37b2905563d8d024cea96a5a43b9e5d2e7 0.14 MB 411 22
543,512 543,512 0000000000000000000f4dd5a7a6d3f0d805ac053893c8a3fa00e2154a0bfba4 0.37 MB 934 15
Previous 10 blocks ↓
Total Size: 660.68 GB

Node Information

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