Memory Pool Memory Pool Refreshing

62,031 transactions
34.48 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,284 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (170,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
679,442 679,442 000000000000000000034b97b64b2f45ea34913e16b65be77a9d12edf851b82e 1.44 MB 2,345 124
679,441 679,441 00000000000000000001fd90140a9be500fa18dbc5959e31905ea0490583c8f2 1.27 MB 2,774 137
679,440 679,440 00000000000000000001e0913774ac3c8bce4027c4a68ce569eb20b554d640da 1.13 MB 1,248 106
679,439 679,439 0000000000000000000500809ce6c47fa500dd4eb6ff77a02471d4c11904678a 1.35 MB 1,854 113
679,438 679,438 00000000000000000008e367f1e01092fe1a9497aa5175c8cfc2201987cc5c5f 1.29 MB 2,764 135
679,437 679,437 00000000000000000005de90724a03b0670b661dab7583441f0a986c02421c92 1.13 MB 1,360 96
679,436 679,436 0000000000000000000321333071dc9def2308741a090d00393c5e42dca7d97f 1.10 MB 1,132 95
679,435 679,435 0000000000000000000b5a74c0aa4dae8973d35e9c31150135e28999d9f6f44e 1.28 MB 1,875 123
679,434 679,434 000000000000000000063aa273f7530575e837f213a8e1e4d2cf034ffbd8568b 1.29 MB 1,854 117
679,433 679,433 0000000000000000000185894867e69d3a2d9e541def6ce1eb3d32f3f0f4184b 1.29 MB 2,241 106
679,432 679,432 0000000000000000000af4a58994308aa67f202a7f72d57ce89900bcf8fa718a 1.32 MB 2,589 122
679,431 679,431 0000000000000000000a787cbb8df834898f20e779065d6a7e517cbae6a510df 1.31 MB 2,460 137
679,430 679,430 00000000000000000006913cfbc25959a2f726fd798e5d8612b66e63625f88bb 1.43 MB 2,516 106
679,429 679,429 000000000000000000030d5a7d19d5fccd628ca53f224c6c1ac992ef0c9919bd 1.29 MB 2,467 126
679,428 679,428 0000000000000000000339e3938349437161a40eb9d19162b0185bc5be78d2f8 1.44 MB 2,632 123
679,427 679,427 0000000000000000000b62a3e5c21124e47336814066a78d6447a994538b23c3 1.27 MB 2,724 130
679,426 679,426 00000000000000000005667d0a31026cc6b32ec3bced82c5ee919ded28040e36 1.45 MB 2,011 112
679,425 679,425 00000000000000000008c0c5306221130d5a862a350dc082f5b9f8a718d8ad0e 1.41 MB 2,057 91
679,424 679,424 000000000000000000081a0e50c4cc49b2c46debb6f5f06c979f188f034af820 1.25 MB 699 104
679,423 679,423 00000000000000000002c28a66929461abbb77a4fe2f673b4ec4b460dd8e7fa4 1.24 MB 1,307 113
679,422 679,422 0000000000000000000b276f92345722b87cf431498fc3fdbdab7bc1dc0cd14d 1.43 MB 1,924 117
Previous 10 blocks ↓
Total Size: 660.88 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: 619.80 GB sent, 3.60 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.