Memory Pool Memory Pool Refreshing

74,627 transactions
30.76 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,572 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,892 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,571 (180,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
669,366 669,366 00000000000000000003e9eaf8f29c2fd6db0a2d20b62187960b73df2b4bd793 1.29 MB 1,815 63
669,365 669,365 00000000000000000005537ede4fef8bcc9c92407f0e103cb46052a9304a83ee 1.31 MB 1,878 15
669,364 669,364 0000000000000000000c2483b517d571046466057fe6444441e29bd3fcc6510f 1.43 MB 1,946 83
669,363 669,363 0000000000000000000a5fd4cdebe38f8d0819b051c1ae22bc5f601b35d95e2a 1.17 MB 1,029 116
669,362 669,362 00000000000000000008926e354e861e4aaeb3edced3dc9b44486c964fe47f4b 1.33 MB 2,378 94
669,361 669,361 0000000000000000000447a294ec7fd4610d3bdcdb71627670a0c0b71aeff306 0.00 MB 1 0
669,360 669,360 000000000000000000084bf093def647943014c645cec40a87b34fc7f7851471 1.31 MB 1,894 72
669,359 669,359 0000000000000000000a428b67e95a1b7d2da10c765bad471a2ee7c3f2615fa7 1.20 MB 2,039 31
669,358 669,358 00000000000000000002d2394b3070839ec53469cf12d4c4613a259f66eb2045 1.08 MB 2,192 12
669,357 669,357 00000000000000000005d9eef86596efedf29ff9d90d8f0cce869aadc88f46e8 1.49 MB 1,755 55
669,356 669,356 0000000000000000000d0553bd85d119711a9f6680c8e55ed453d7c056068051 1.41 MB 2,766 128
669,355 669,355 00000000000000000004a0d14db2ea3210431086923a99d778c9142075028b73 1.46 MB 2,392 78
669,354 669,354 00000000000000000009196fd2a816a2a020d5f4a4c4e303282786cee1bf7234 1.35 MB 3,092 136
669,353 669,353 00000000000000000005d16a1cad7aa1aba93c8e0abfaec869ac043eb4f96b36 1.17 MB 1,932 23
669,352 669,352 000000000000000000037d87b1164c938d6bdb08b65ce5ab1029eec590fccd43 1.34 MB 2,100 49
669,351 669,351 0000000000000000000a066062a5e8e89ff4179bba93f58215cc39281f165a30 1.24 MB 1,716 113
669,350 669,350 000000000000000000060eec6303281d4f4dab0cb1357776dbafb6e0b0e54c16 1.18 MB 1,388 117
669,349 669,349 00000000000000000002b685115d991c8b0a40537888a52658b5e203e88f090b 1.40 MB 2,232 90
669,348 669,348 0000000000000000000120140f39de8cb52b28161265a545b50322108bec8633 1.23 MB 1,486 26
669,347 669,347 000000000000000000039467afe9ff87336239528892eae60d874279c2514e8d 1.32 MB 2,086 124
669,346 669,346 00000000000000000001e20c93b1b977cfd8c4b379cf67988ff27f2a9f190c37 1.46 MB 1,444 38
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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