Memory Pool Memory Pool Refreshing

80,870 transactions
27.98 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,509 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,357 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,508 (307,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
541,519 541,519 00000000000000000024145a6deda63dade3a9a1cebae9ff14e70f15541fed8a 1.01 MB 672 58
541,518 541,518 0000000000000000001a6a8d545b7c9b507281022aa1455aa42065449fa73255 1.26 MB 2,494 14
541,517 541,517 00000000000000000010b35f1b4820d5df124d3a52134cf941eaa4aa28133839 1.22 MB 2,831 23
541,516 541,516 000000000000000000099acb5bee978564a282676249db2bf4f327cb6dee3a56 0.41 MB 834 36
541,515 541,515 0000000000000000001865923eec1a0d2c6b6b142f19cd0cfdb9ed09001e481b 0.95 MB 1,632 3
541,514 541,514 0000000000000000002114ec898d3e2f9a93a1d5f6085ade0d2025f28046ca74 1.19 MB 2,566 8
541,513 541,513 00000000000000000016bd0f1bcb85f50a8eccae9a3aa5742393617cb8b25ea4 1.27 MB 2,717 20
541,512 541,512 0000000000000000001a862e4d74646fb32a3f688e4c39c38fd97500a38ada26 1.20 MB 2,780 18
541,511 541,511 00000000000000000013a358b25500913a59c285b65567bd108a4c4086201bd6 1.12 MB 1,959 40
541,510 541,510 0000000000000000001ea3b25468e0f30f9d1338b05671338b9b49ea7f845302 0.07 MB 25 1
541,509 541,509 000000000000000000033a52c935739e6d6ad39abc934d334b2d54118a58b7f9 1.14 MB 2,370 6
541,508 541,508 00000000000000000003fe4bba0d69cace390d0b23c54d59b6c6ba1868f76471 1.19 MB 2,691 28
541,507 541,507 0000000000000000000e27d92a27592c55f3d775856ad73c540b034ea97b9374 0.34 MB 678 17
541,506 541,506 0000000000000000002652fb159da4b5f3f41aa6276b2ba188be6254fe2aa0cd 0.57 MB 1,127 12
541,505 541,505 0000000000000000001425cd88cbc87a6eee5ec70cfce3a8ab38fcabb92122a9 0.69 MB 1,307 13
541,504 541,504 0000000000000000001caba65da8a48eb38d0ec18f30429a30029d17c5e53cec 0.53 MB 885 33
541,503 541,503 00000000000000000018264e316b86bc13c837aeda2744956b0fb032fd9fe79a 0.32 MB 215 2
541,502 541,502 00000000000000000022190858bd3102409b6e9fe0ee607954d8ad6e5f4352b5 1.20 MB 2,301 10
541,501 541,501 000000000000000000189d989e4d728906acef1eb4e1cc639e6cdb01f4722180 1.23 MB 2,577 26
541,500 541,500 0000000000000000000bd528c703decc6241e385bfe8ac6306a91b6565d0dc9a 1.16 MB 2,282 19
541,499 541,499 00000000000000000023a73a76ddc23aa6faab0a256c752b0f55e72a5d51db52 0.49 MB 854 17
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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