Memory Pool Memory Pool Refreshing

38,412 transactions
48.45 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,616 57
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 840,900 (369,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,754 471,754 0000000000000000005d5149465739ce4d03377c8f9686cdafd32e15aa371cf1 1.00 MB 181 21
471,753 471,753 0000000000000000006e7b796638d4a4ac401205ca2ee1704717a06e26ace4ab 1.00 MB 782 90
471,752 471,752 0000000000000000016f7df36af30ccd76f10742b61a15ae917af26611cf0e70 1.00 MB 505 35
471,751 471,751 00000000000000000162ddc8bc83801d04e906893301ddcf7bf4d501c66374a9 1.00 MB 1,590 215
471,750 471,750 000000000000000000c8ea619a569e3f6e92cf5f43b57df5ac0aedbc69b1fa8c 1.00 MB 2,197 167
471,749 471,749 0000000000000000010797f01174f6f69b19f21b6a57f7314916c3893b48a7d3 1.00 MB 1,976 332
471,748 471,748 000000000000000000ba91264fca235889dbcae5e6f3c7c7af889c266c9493ad 1.00 MB 1,946 382
471,747 471,747 000000000000000001482c4f6a5a95bef75c5a80625287e46a43ae7fbb1d7937 1.00 MB 500 35
471,746 471,746 0000000000000000007e79d6544d72b944ab28aa4c93e90cb643aafcd3aecbd2 1.00 MB 1,388 126
471,745 471,745 000000000000000000f2db180556fd34bf17f7bc773f07be07bef7ed2118768a 1.00 MB 1,888 242
471,744 471,744 0000000000000000012a85f9010f0e2cf696408300918f4b5df8ddd8809102a2 1.00 MB 2,015 320
471,743 471,743 00000000000000000088cdeaa7389a7de9f09e3a28b3647630fea3bd1b107134 0.99 MB 2,303 91
471,742 471,742 000000000000000000cd837489a99735ad09608224306dc4615477f8699c7fce 1.00 MB 2,240 143
471,741 471,741 000000000000000000258b6aa38d8d924304526c2faf18a9f549e1e4823a1206 1.00 MB 2,139 268
471,740 471,740 0000000000000000018728a81e51e7fb291040f91886444590946295b4e5a911 1.00 MB 2,311 306
471,739 471,739 0000000000000000011d4870c97879121d2679537fabceda78f8ad54392428bc 1.00 MB 2,183 307
471,738 471,738 000000000000000001746334ec65f39f0ddd3f0029c8cbe5ce6e8c2b955c775d 1.00 MB 2,274 401
471,737 471,737 000000000000000000612de98c6b7baf10e40525735eff53aea08febfe0065e4 1.00 MB 1,982 281
471,736 471,736 000000000000000000367337d964159bc7ff3585cde0e4ee82bb5a2f6bfa2df1 1.00 MB 2,545 356
471,735 471,735 000000000000000000c953220d62373d6b7a61d7e512791d191df5f8f6db2aae 1.00 MB 2,530 392
471,734 471,734 000000000000000000039e89a347eaab3c517b22904024cc4297192c51fa0c0c 1.00 MB 537 28
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.86 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.