Memory Pool Memory Pool Refreshing

65,594 transactions
30.06 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,695 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,572 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,694 (567,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,960 281,960 000000000000000251444d97cd209a07ee913e6999e45148e4a27bd83e9d61ae 0.35 MB 751 53
281,959 281,959 00000000000000009b868099e5d772a3f7ca7d7379f119c99f270fa860faf631 0.01 MB 31 51
281,958 281,958 0000000000000000e1b55eb4aa86d39e17cb80c231d911e9aa9edb411b37c1d4 0.11 MB 214 46
281,957 281,957 0000000000000001121736b97446ff621e8ea1add29c2f3c703e52fd769806cc 0.14 MB 298 57
281,956 281,956 000000000000000226dc5b5b04f3c9abe3a92d7d6139ca7ac3133331d9115e1e 0.18 MB 291 31
281,955 281,955 000000000000000197f5caf9e6c8c15b22c77752b324c5d4a6877839628c80cf 0.05 MB 160 64
281,954 281,954 0000000000000000e96db31dc4d0fc3945d671046ea6bf56bd5a3488159cc019 0.03 MB 56 35
281,953 281,953 000000000000000140f9085e4fd058beec06397b2e58a15834cc5cb165ba65fc 0.00 MB 1 0
281,952 281,952 0000000000000001f22979dc9b26f7b9d993027ee954a7cbd23e2ca63b1fdf31 0.03 MB 40 30
281,951 281,951 000000000000000112d9ce259aaaa889739435df9f5bce23ea37292ef576949e 0.14 MB 258 32
281,950 281,950 00000000000000023a8da5c5326686234983d06e224a4e8e37cd2052e447e3ca 0.11 MB 251 41
281,949 281,949 00000000000000017b33c29a8ac5e1a0437c71c06ed7b9bbbb8cff7a071c2cce 0.04 MB 96 54
281,948 281,948 0000000000000001c37d9a77af7a5c71fed043119d9a80b28704b28b6764f72c 0.09 MB 195 38
281,947 281,947 000000000000000034018de6d016b52ba3adbcec2be8d07f2c8da2c308f49f31 0.24 MB 311 21
281,946 281,946 0000000000000001c59ad9a15f9111c6434f4d9cee5d74bcbc4e4ff831d41c7e 0.25 MB 772 101
281,945 281,945 000000000000000049ee4a4854c461a64db050e043e706d142dd4aa20d2e27a0 0.32 MB 677 49
281,944 281,944 00000000000000007062d1e095931086bc88dddc57aeb792a3f7bee5702bed89 0.25 MB 601 61
281,943 281,943 000000000000000129e7f5b57e4564ebfc3b84c809209f25d274487039576a30 0.07 MB 157 86
281,942 281,942 00000000000000018991170f6d00a6832fe54444f0b4388eff42c7ebbd1be52d 0.43 MB 809 39
281,941 281,941 00000000000000024d2b16a8feec4f0407a8ad069a06b58d9be71a04d0f237c5 0.25 MB 508 55
281,940 281,940 0000000000000000c26fc1b5f918630bb65b6820e62289ddfed4320eba72d0d6 0.25 MB 303 32
Previous 10 blocks ↓
Total Size: 660.93 GB

Node Information

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