Memory Pool Memory Pool Refreshing

38,664 transactions
48.55 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
840,901 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,563 57
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 840,900 (723,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
117,271 117,271 000000000000930d38b029fa3b297a34baa5aac03a10f2c975663a718c474658 0.00 MB 11 647
117,270 117,270 000000000000c69f3bffcb0342cbd9c91b638d582576943b0c07e5673d394cce 0.01 MB 13 677
117,269 117,269 0000000000004bb2dfdd2818fc49d984f06296ab4b2baba33973791f87fadb7b 0.01 MB 25 465
117,268 117,268 000000000000561a683b9bef718533a76f0cabd86441dbfbdf984a42f9d7cd3e 0.01 MB 12 247
117,267 117,267 000000000000a06191c8612954133d7a783e936e6a46a3808b48f1b534db1636 0.00 MB 1 0
117,266 117,266 0000000000001007a7af5f172297cdecbe4fd20b14be8d6e2694640a03e4d140 0.00 MB 14 1,567
117,265 117,265 000000000000485546ebe397381533bb7151e41d737c1cdc982855691c04e645 0.01 MB 34 2,240
117,264 117,264 0000000000002d2b23570f67d7039dd1c026b77087b071b734ae262465f53c4f 0.00 MB 12 335
117,263 117,263 0000000000009272f82c8f7fc15764ddbc0729e0bd3234a8d4126267aed140f5 0.00 MB 12 0
117,262 117,262 0000000000003a57f9d6146783bf374bcae824eaa0bf3e5804985dd154d911d6 0.00 MB 8 273
117,261 117,261 0000000000008005c9520f06054a1bde7e0ce4e7224cba2da5e3c483e4824d45 0.00 MB 10 672
117,260 117,260 00000000000097af7b29c220afc0382ce11bf2051237cca85b4d6ceafa1a02b7 0.00 MB 10 344
117,259 117,259 0000000000006a8ceda74df71b88c7b5d3333c8a0c809f3411571e2a897c7ab9 0.00 MB 9 0
117,258 117,258 00000000000090887b9370d712f26542e0635842709d6ea3709fbcd4ec0c3e5b 0.00 MB 14 1,325
117,257 117,257 00000000000077aab8e7fb7fe0cbdafad5c0186e57d4abd0d56747ddc9f8f01e 0.01 MB 30 0
117,256 117,256 000000000000b82beeb1769d934caea61028aaf53a2aec404ab44c9d3ce5169a 0.00 MB 12 0
117,255 117,255 00000000000023e1f095f2fb97086e3e390eb2a02a1d015c91118cdd0024c37b 0.00 MB 11 0
117,254 117,254 0000000000003a4771296f5c0b2262d5bfa628e195af23e70091b88a6245f388 0.01 MB 9 150
117,253 117,253 00000000000044a17c89a3791dd66dbc4334ff486c9331fd7167b0cf09f2529a 0.00 MB 12 0
117,252 117,252 0000000000007eec0aa736723b646546e30c67bfc58bcda8a935102f2696203c 0.00 MB 11 312
117,251 117,251 000000000000334565ebab2a1568dfdd728d662854ddb54e2551eacdee400eaf 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 644.71 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 8,104.89 GB sent, 28.64 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.