Memory Pool Memory Pool Refreshing

89,718 transactions
34.73 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,461 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,052 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,460 (146,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,492 702,492 00000000000000000006d1201dc456821c5b93f7de9c18272a1e0b0104d4ab46 0.14 MB 309 7
702,491 702,491 0000000000000000000ac1f2dbf9348fb147852fb0d8c8db67ddb57a63088027 1.09 MB 2,491 11
702,490 702,490 000000000000000000006df43a807ae118822f8814035edc47a7aabaa059a4fe 0.16 MB 296 16
702,489 702,489 00000000000000000006819d977b8b9a542a0226c42635d1e2aa6a3454d92a73 1.38 MB 2,110 7
702,488 702,488 00000000000000000000a64ac68484f71199f8d9130cad54e23da2566cb8d1f3 1.33 MB 1,847 10
702,487 702,487 00000000000000000007e18d5f9d8a98bf6819376809ea1fd6112b483b1a736d 1.57 MB 2,538 9
702,486 702,486 0000000000000000000b30198804b0af968bd324343e4212657d98d71113d47e 0.08 MB 164 8
702,485 702,485 00000000000000000004774f7f804805b58755e77e98ba349286b0657ff39758 0.09 MB 185 9
702,484 702,484 00000000000000000006fae5cf6009a7bf24bc66abd1af09f3e707655d0c1700 0.23 MB 521 10
702,483 702,483 0000000000000000000cdc63fa7d38ce51ce1087b6cb12faf3fa70fc2e066613 0.57 MB 1,043 8
702,482 702,482 000000000000000000074b02eb2de58d80bec0de4ba79a120f573c723477906a 0.45 MB 961 9
702,481 702,481 0000000000000000000e3c96968f665a2dfd179df8ce76b521a25b58ee528032 0.87 MB 1,330 8
702,480 702,480 00000000000000000000448f435243dcba8afcaedaf84add42863dcc8f7550dc 0.32 MB 637 7
702,479 702,479 0000000000000000000112750aea5bc7c75f9c6c645e5d5db1708a632712cc6a 0.58 MB 990 8
702,478 702,478 0000000000000000000c39ac6b62fdc3bf876a31a19ad53f7e8a73a2e987f71e 0.44 MB 927 17
702,477 702,477 00000000000000000004244b14dd74cf6975696d5e96a6e6e91fa10556c8a92c 0.23 MB 435 9
702,476 702,476 00000000000000000004f7d149e1f3cdf5b69ec32ee66436ccd95b866907b930 1.49 MB 2,523 9
702,475 702,475 00000000000000000005fcaf740431bb7662face674b0136796a7fdc5656f1f0 1.08 MB 1,621 8
702,474 702,474 000000000000000000013c97a40ef343cc72dea667fe7d7b1ef8872c21819fa9 1.32 MB 1,292 22
702,473 702,473 0000000000000000000b8aacbdf5c21a5efb6e0515e9fc0e22f7afd75d7299b3 1.68 MB 2,178 15
702,472 702,472 000000000000000000065eaad9ecc50ad263b34f911fbb0fd9d291207c6f08b2 1.67 MB 1,876 29
Previous 10 blocks ↓
Total Size: 660.48 GB

Node Information

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