Memory Pool Memory Pool Refreshing

31,897 transactions
39.53 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,715 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 914 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,714 (369,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
471,733 471,733 0000000000000000014c176f5c8507c8bc65edf819a4bbeb116e049f747c92f5 1.00 MB 1,935 226
471,732 471,732 0000000000000000009e0b0f591585aa4813e15014485f7b3bd1b3f6cf629040 1.00 MB 586 98
471,731 471,731 00000000000000000138dd25c7ae3609ab422e0224a8838cd60dbd867d71d780 1.00 MB 531 77
471,730 471,730 0000000000000000006de9873bb0c495b0af214f6622dc241447b281b2a4270e 1.00 MB 222 39
471,729 471,729 00000000000000000002b74cfa87dc59c7e2558f9764665d70db979c01e5a267 0.99 MB 2,168 290
471,728 471,728 000000000000000000869a66f905d9a8932ce3f8f4948891da131f1db7b99dfd 1.00 MB 1,969 71
471,727 471,727 00000000000000000037816bb961648dc273a15d328239bed1ea2dec5102c87c 1.00 MB 2,334 312
471,726 471,726 000000000000000000b270c5769ef49c83438f0dd9ed8b0a3cf3cfaa557f5761 0.99 MB 2,274 300
471,725 471,725 000000000000000000b073dc8813d5abc7b0a6c43410eae70c4aa330c5f0996a 1.00 MB 2,488 358
471,724 471,724 0000000000000000010d6107565958da4d4d4531a91853d2d738d8d96624d54c 1.00 MB 1,659 241
471,723 471,723 000000000000000000cdb3e4ea0ca27c882d9cac980135e79e86f036a2541f39 1.00 MB 1,601 279
Previous 10 blocks ↓
Total Size: 646.22 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,334.26 GB sent, 36.50 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.