Memory Pool Memory Pool Refreshing

83,282 transactions
36.08 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,770 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,486 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,769 (170,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
679,421 679,421 00000000000000000005fbd5130e4e3a2a0ccfaa4327b5b143e9e58481cfc0b2 1.60 MB 1,555 109
679,420 679,420 00000000000000000006e11de2a075742477b1262f855199833c7301fa54c826 1.29 MB 2,383 125
679,419 679,419 0000000000000000000581f387457868babb6b739a10c8109572ca70ec8a8138 1.38 MB 1,943 66
679,418 679,418 00000000000000000006d410112d7309cf17d6b62abdd717bd67bff97f78d91f 1.28 MB 1,791 24
679,417 679,417 00000000000000000005a0ad80e7e9bafa028ebe13a1f3f38e7f7caff5ea5b81 1.35 MB 1,746 48
679,416 679,416 00000000000000000009c3b8cb9794e0dbc40331e0950cd628c9c83e24480d47 1.47 MB 2,112 107
679,415 679,415 00000000000000000001a0db11f49bd2bfcc066061bd11abadb1564fcc8aa5db 1.29 MB 1,525 36
679,414 679,414 00000000000000000000e36eb67b5dcdd681ac37f41bf030e2437c40e05c61e1 1.58 MB 1,207 37
Previous 10 blocks ↓
Total Size: 661.07 GB

Node Information

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