Memory Pool Memory Pool Refreshing

80,819 transactions
34.34 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,622 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,341 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,621 (551,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,762 297,762 000000000000000062e9836a1fcdd2712e3f2ad01a0fcb3c4933be30a18c4af5 0.01 MB 40 46
297,761 297,761 000000000000000097e30176df4164ee1527b812e65c4b81462ae6b138789bc5 0.23 MB 304 24
297,760 297,760 000000000000000038f9deb96648fa70e9acbfd5227ede55d7ff84ba08648acf 0.01 MB 23 44
297,759 297,759 00000000000000009c40e253df6fc1f0091d2d35a498ab6ebcf6ad2dd47c89ff 0.01 MB 36 32
297,758 297,758 00000000000000003f04a7b2635e7c8fbb16f7d75a5cf638f8e7241fd03b7688 0.10 MB 183 55
297,757 297,757 00000000000000005344ed34369a605dd493d26437994b64388b7c5885624add 0.08 MB 154 26
297,756 297,756 000000000000000046ec2807a327451fd4a6aeec2b0c747ada2ea538f22aa80a 0.26 MB 221 16
297,755 297,755 0000000000000000191c42e7fc6752a7814f7339920dd1355bf39b58998a0b91 0.35 MB 866 41
297,754 297,754 00000000000000005fa66d8e5534d1f6fde645623514a19fd27c1378533455c5 0.13 MB 283 31
297,753 297,753 00000000000000009a53a2698c265f91de1b55a0b0cbf29d47be106202426c4f 0.14 MB 450 48
297,752 297,752 00000000000000007611ee93150aefb96b0817b8d674aa8fda5129726a2f429d 0.01 MB 36 36
297,751 297,751 000000000000000023e87cb8663b92dadf69614cb6aab04d58b90bd7c4643e48 0.29 MB 469 29
297,750 297,750 0000000000000000115d3b913ba8aae6a996755e6a3e528d6eee74aead1e933b 0.10 MB 256 42
297,749 297,749 0000000000000000923d200715179fb34514b5dcaa50d291330005cecff4f883 0.27 MB 418 31
297,748 297,748 000000000000000036f8c35468999c7d929a383a84a7cc5c022df4d1b62a28f9 0.25 MB 174 16
297,747 297,747 000000000000000073b2fe2deed6aeb3237763d11e17d3fb7583e5c32bfa85c5 0.12 MB 217 26
297,746 297,746 000000000000000011829a392d343fba2941e6007110f1bd15a25aa1486a1946 0.12 MB 222 31
297,745 297,745 00000000000000002385aa01c6bb49128b1441d8b7332422c98ce6352efc0b54 0.08 MB 205 53
297,744 297,744 00000000000000009adee8569672de0e32d2a73e29df0205131e94aa55326a56 0.39 MB 697 35
297,743 297,743 00000000000000009c5981937a6975edd5082305741a7df2c3c74aece80b31a8 0.02 MB 52 33
297,742 297,742 00000000000000001676b8b8ebd6873b2c6234e533da0e64d3cfc81976a4f423 0.11 MB 331 39
Previous 10 blocks ↓
Total Size: 660.79 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: 563.50 GB sent, 3.14 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.