Memory Pool Memory Pool Refreshing

72,077 transactions
36.39 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 850,197 (361,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,893 488,893 000000000000000000f0bb78fd66d25832ed8cf48b00d3c58701f4bde5d6a8ce 1.00 MB 2,190 67
488,892 488,892 00000000000000000078dc39900ab6306c365e12b05813a593c5281a78184246 1.10 MB 1,936 35
488,891 488,891 000000000000000000334bd3b99631e8ba37987cf811b97139b4a088db498f90 1.05 MB 2,326 122
488,890 488,890 000000000000000000a645102b5ecdd590be8afc704b5df652535ca5d5e9be23 1.00 MB 2,068 170
488,889 488,889 00000000000000000021175e4362664b6f77210b96e642dd0f4e0f4af0105c87 1.00 MB 789 9
488,888 488,888 000000000000000000913a50c6a5c1b7f48ada4875b71fb937f48016e7517262 1.06 MB 2,040 54
488,887 488,887 00000000000000000017ef00767b1124f0335d4e22e8faa5d4855e773cf5cf29 1.00 MB 2,032 34
488,886 488,886 0000000000000000008ecce06244ad0f363ac5c51f02c0f4c5ac687cd0075ca2 1.07 MB 1,777 114
488,885 488,885 000000000000000000f440ad06816c49bd337694cb7c847bc93c3ecba3c7117b 1.00 MB 1,803 158
488,884 488,884 0000000000000000004d1c1501862209eec9c68c5e38b9c623e98d77e8c03bfd 1.00 MB 2,297 146
488,883 488,883 000000000000000000078e1c55009a378ae962378f1bbe61900911592a7259fb 1.03 MB 2,549 146
488,882 488,882 0000000000000000001a9395607a1a1448cd48a0551280c721d4e774f3cab179 1.13 MB 2,151 57
488,881 488,881 0000000000000000005ded20a32101b88cf10a373884b21c6c47756d8ff749f6 1.06 MB 2,140 152
488,880 488,880 00000000000000000009c4eca8531cf44e39af8be1b64b71b1ffe54cacbd86bd 0.75 MB 1,193 106
488,879 488,879 000000000000000000e12d3f2d843f6b352a614cbe16596f4b863a38595cd97c 1.02 MB 2,361 173
488,878 488,878 00000000000000000066f31f00411919f849bd32bdf0266bd0cd7d959a260728 1.02 MB 2,136 172
488,877 488,877 0000000000000000005017ff43c7273cf595cfb2f25f8d7c1dc3b286feb008e4 1.00 MB 2,402 169
488,876 488,876 000000000000000000383e8080be95e07d3d0b7d90a261ad87836413933d12aa 1.03 MB 2,584 73
488,875 488,875 000000000000000000f82d9538b8bd96e8b74a2afde4343b69785c19fe93bc13 1.06 MB 2,148 70
488,874 488,874 000000000000000000981ba85925e2ace42e1eded159e7f42104d4d8148931bb 0.53 MB 1,112 145
488,873 488,873 00000000000000000080229c757a124bc00974c4405ebb2e120ce5fd57c840e3 1.04 MB 2,165 81
Previous 10 blocks ↓
Total Size: 661.88 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: 1,164.29 GB sent, 8.23 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.