Memory Pool Memory Pool Refreshing

65,401 transactions
38.80 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,014 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,811 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,013 (337,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,385 512,385 00000000000000000022a527c8b128a184a41ae93ed68dd865bb569f51cafc37 1.11 MB 2,741 58
512,384 512,384 000000000000000000031200e5b330c9c9cc90800a53718bfaea22f0d050c3be 1.02 MB 580 9
512,383 512,383 0000000000000000004fb251409e435e981622133a03f117570459a2297af8fa 1.35 MB 525 6
512,382 512,382 0000000000000000002c1a8826259039cf5d64c9a7805c2118b39dda6de86162 1.06 MB 213 6
512,381 512,381 0000000000000000002fab41176525cfa3beba3b8164b5d95e24375cf9ebc67e 1.04 MB 744 21
512,380 512,380 0000000000000000002ef5b8413240ec8235e55f32a70d4475fd9660d1882dc1 1.07 MB 1,295 29
512,379 512,379 00000000000000000053eb904a22144fd74e7a0afb438fe35b69f8778f306486 1.04 MB 752 16
512,378 512,378 00000000000000000004c0785d2dea6b48c6dc7bf12018cdb6af5c88a28c930b 0.33 MB 214 5
512,377 512,377 00000000000000000026ee6138c477672c6d292622493b6839b1a8716f331571 1.09 MB 1,656 31
512,376 512,376 000000000000000000536baeae8ab6c17e432e5df6a624551c96decbd3af0db8 1.05 MB 1,056 17
512,375 512,375 00000000000000000028b1db0ac463b46d795b232bdc07901a9c8c4a5703042a 1.04 MB 626 11
512,374 512,374 0000000000000000001f30b0ea51c59eeb25ffc7c281fb407a7261bc11afef93 1.06 MB 1,161 15
512,373 512,373 000000000000000000415e0558a0af505838f67a112e6b95699472380d866a97 1.18 MB 1,497 20
512,372 512,372 0000000000000000003a015f674a26cb2a96aed65cd1fc9b998551548e298808 1.24 MB 2,090 39
512,371 512,371 00000000000000000046226c3c4d5cc5b6772b1afd5562feb9cb83c7e44fb6cb 1.03 MB 858 23
512,370 512,370 0000000000000000004c1a2b0a1a725d59ed918466271f6c890bd2d9b563e789 1.01 MB 288 4
512,369 512,369 0000000000000000003bab7fad5944c934797cfca1608ff417a6d6f739e4f683 1.07 MB 1,531 28
512,368 512,368 00000000000000000008920d6630f12665ea357c1b276ed36aff31ffd43e1243 0.00 MB 1 0
512,367 512,367 0000000000000000004aac32ff3e8f47ddbe753fbe5f28384e899a5ef17afc9e 1.08 MB 1,318 21
512,366 512,366 0000000000000000001a74c75334db9b5bf52259c97ef5f747309c1b75b6b3b3 1.04 MB 599 12
512,365 512,365 000000000000000000278618366fea5f281d88f393c4cfc22b34f50d0b14579a 1.12 MB 151 2
Previous 10 blocks ↓
Total Size: 661.54 GB

Node Information

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