Memory Pool Memory Pool Refreshing

75,326 transactions
32.86 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,470 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (181,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,631 667,631 0000000000000000000c6a143abbedd7a57cd41c605a0d387c2e00bb0e4dd12b 1.38 MB 2,824 75
667,630 667,630 00000000000000000008c0536736247afc1dcd5c1df48bbc4701742908cb81e3 1.34 MB 2,959 96
667,629 667,629 0000000000000000000d1c28fc6bb9e0e99e9e6118db61bea6199833e7aee39e 1.30 MB 2,865 56
667,628 667,628 0000000000000000000c1d8a5d3ee12a8cd6e1ae8d5d16b7afd617998c1d5d2a 1.27 MB 2,256 50
667,627 667,627 0000000000000000000a9ba1e01efa8c2f21add6b7dabca914b612281361e21e 1.32 MB 2,948 71
667,626 667,626 00000000000000000007aebabdb108a529c1ffb9899abbd5d3b9c5c8c072ff42 1.28 MB 2,232 95
667,625 667,625 00000000000000000008d01d16eb9adcebec8b22cdf5c09c2e7caa50d4a4cc94 1.42 MB 2,428 50
667,624 667,624 000000000000000000024bdd155556789b5aaa5cfd366b63cb395b12cb3ae0a5 1.34 MB 2,901 96
667,623 667,623 0000000000000000000508f8a18b30c8fa256ef229f6aa263bd33569942220cb 1.43 MB 2,469 76
667,622 667,622 00000000000000000007b3eef44432e78772c880eb6c062a528a2780fcb8a8fa 1.35 MB 1,876 54
667,621 667,621 000000000000000000095cda4c29e620d34e9bf1f103832824be92b4d3b83e4f 1.19 MB 1,733 70
667,620 667,620 00000000000000000003330a5946549a3e3863e37e294ea266a45bc3cda5241e 1.33 MB 2,685 77
667,619 667,619 00000000000000000004942132dacb7939c082994f0c2d921672241a97e8f688 1.49 MB 2,376 88
667,618 667,618 00000000000000000005c2ffd5842133688063991d0a1c853c72871ffccda0f7 1.35 MB 2,136 117
667,617 667,617 000000000000000000076da2e3910f78b86ce4ca1c2b590d62a5e13e4f1afa6b 1.43 MB 2,327 108
667,616 667,616 0000000000000000000cce53d2e38c50c842c37393926dd6084c19043a32c863 1.35 MB 2,162 52
667,615 667,615 0000000000000000000b0d00d1bc03db7249be007e1c3adbbf7c91a06824a75a 1.26 MB 2,650 52
667,614 667,614 0000000000000000000cf05355b990b8ec369e2104413341fc6095ffa03d691c 1.36 MB 2,627 84
667,613 667,613 0000000000000000000c74dc78b1636e63e6c6838291d5d35621bbd6dc8dc7cd 1.17 MB 2,997 60
667,612 667,612 00000000000000000004c1f138c3de40ce0602331041f4c9359ce764f5f1760e 1.27 MB 2,885 71
667,611 667,611 0000000000000000000a5abc2b4b9764c4622280fa7a27afae3dd9d0c77e7814 1.15 MB 1,245 73
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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