Memory Pool Memory Pool Refreshing

86,248 transactions
28.62 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,504 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,377 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,503 (301,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,520 547,520 00000000000000000021d4ab90a5cff5b45fbf64503d6de9afecc0c0ea2f069c 0.33 MB 604 10
547,519 547,519 00000000000000000011a0cb7754bd2117e120bd29ed6af17a146cc4d3cbba80 0.79 MB 1,162 11
547,518 547,518 00000000000000000024d57d5161d730ef6cf70f4e5ba44a055c261b0fac6b41 1.16 MB 2,027 14
547,517 547,517 000000000000000000032cfbd34a709eaec94146e20a5801eb51156e1dbee5ff 0.01 MB 23 26
547,516 547,516 0000000000000000000311fab022de37d4fc82e93fa570678446fb786cbd2661 0.09 MB 225 11
547,515 547,515 00000000000000000013ce70a9193c84579bd703f0747fdea883e7fdf57e8e20 1.14 MB 1,592 10
547,514 547,514 000000000000000000084065e598a4a1c2873434832cdbc07f95086b31d8e5eb 0.27 MB 175 3
547,513 547,513 00000000000000000022c97f89a8f079d125c86456100ee4166a392809228106 1.09 MB 2,675 2
547,512 547,512 000000000000000000208b67177b654cb3e53185616eab54ffc1ca8fe7a746bd 1.22 MB 2,628 19
547,511 547,511 00000000000000000016e10f2c7b8a51a053d783c639a165c8a76ed4cc7eddec 1.16 MB 2,783 11
547,510 547,510 0000000000000000001c86253fd5931f425a7fa7b88277585c1b7fa6561112fd 1.19 MB 2,112 15
547,509 547,509 0000000000000000000867d930e5c09ea52cbb34fecfc9fc8c5ae8fbdc9cc7f0 0.89 MB 1,829 11
547,508 547,508 0000000000000000001e422895343b3508f72d5297dc9c3eaeba90dfeadfea5d 0.37 MB 711 12
547,507 547,507 0000000000000000001920dda75f72c65e664a723d51121a2fab7ed7a6a52049 0.53 MB 196 1
547,506 547,506 00000000000000000026949e8f40d3f7539ffc6cc575031f2cb19f31490baa81 1.23 MB 2,890 18
547,505 547,505 000000000000000000124e26fd7400fe58e62de0a440b41d6f847be8463fbe67 0.48 MB 790 10
547,504 547,504 00000000000000000015594b96acabaf0edd6782c1e8ae6a970149b81b1bf38c 0.44 MB 875 15
547,503 547,503 0000000000000000001160979617c916889b145dbc6db6eb9628e8ea2314e72f 0.82 MB 1,093 2
547,502 547,502 0000000000000000000950af2775efc0cb9b6257ecfdbc8dfa56721e1dfeaac0 1.26 MB 2,831 20
547,501 547,501 00000000000000000023438f2baa4ec2e48d1e811e42fd3783994096e3b9a0fd 0.31 MB 455 7
547,500 547,500 00000000000000000012fc95df2331e42a257012f973a75cdb136e07c3b2a14b 0.50 MB 911 10
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

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