Memory Pool Memory Pool Refreshing

73,286 transactions
30.68 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,552 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,307 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,551 (187,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
662,203 662,203 0000000000000000000025273c1b760746d7c91097b867e6e2c7a544a13716ca 1.25 MB 2,219 29
662,202 662,202 000000000000000000071939d709f6924a8729d90b5a33bc02447c462e8666f4 1.29 MB 1,854 35
662,201 662,201 00000000000000000000b56ff415c2995b9546985608d49ea17ae14786e75618 1.26 MB 1,943 18
662,200 662,200 0000000000000000000849404fd937b36bf0cef72f12d0770591f43aa26b291a 1.10 MB 2,123 11
662,199 662,199 00000000000000000003e71fff023c0ef6533e4e256e23ac6d6e2523ccdb1288 1.33 MB 2,375 45
662,198 662,198 0000000000000000000b083a245d91ad8598992278530342ab3501d5aed7911d 1.78 MB 1,246 17
662,197 662,197 0000000000000000000810b10bdf63040b11493b87af2fc77b7c06a59aa5801b 1.38 MB 1,936 38
662,196 662,196 0000000000000000000e07382f920c7501594ec554917ac2ae25c76e7bd1b49b 1.47 MB 2,594 51
662,195 662,195 0000000000000000000ba30abac59a522a44dbe3d303c730434dba1ea73fd463 1.23 MB 2,652 79
662,194 662,194 0000000000000000000cb490db98e403a022b41a4b3ce9b7dc776b5e45b42857 1.22 MB 1,926 145
662,193 662,193 0000000000000000000c14f7f5962b6c5a5914d3964bd4c422df9bca0c55c059 1.83 MB 781 36
662,192 662,192 0000000000000000000ae15cfa9fd6d92b4b8b7096855e1a6b3b167a0c2c89a1 1.27 MB 2,892 94
662,191 662,191 00000000000000000004c8879b183f82c11e97b3a91abdf4f94a5795db813d84 1.36 MB 1,156 23
662,190 662,190 0000000000000000000d80a7694bdbb7e2e769da12eb74c870c07ee929530400 1.30 MB 1,534 10
662,189 662,189 0000000000000000000b543f1ea705bc454dd9df2fd7e38dbe13cbaca834e887 0.00 MB 1 0
662,188 662,188 0000000000000000000b94c8171f020273e78624a29849eb8e37df9a1ad6c3d0 1.53 MB 992 15
662,187 662,187 00000000000000000006a46d81d87bbc7fdf32395ce19dda7c3e2a633a276292 1.39 MB 1,314 9
662,186 662,186 00000000000000000005ee110eddff247ed190c80300fde86bb7d522c974b84e 1.11 MB 1,707 10
662,185 662,185 00000000000000000007a542ff68bc18a39a2f4520d62996dc800867c83cccc9 1.29 MB 2,094 30
662,184 662,184 00000000000000000007e47a3f965d85aa73d862e907e03389cf790b09916857 1.30 MB 995 21
662,183 662,183 00000000000000000004e57763c326183553cb3263c6cc137f6dd3ff78740c2c 1.34 MB 1,796 44
Previous 10 blocks ↓
Total Size: 660.65 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 497.11 GB sent, 2.55 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.