Memory Pool Memory Pool Refreshing

32,813 transactions
44.71 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,788 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,204 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,787 (560,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,126 281,126 0000000000000000ea984ba95953e91a09cf491b3e8fcb2f5160cdb9de20835b 0.04 MB 103 53
281,125 281,125 000000000000000152bb500c725d40e70a19645d2a063bd7cc53d9b977789722 0.28 MB 561 41
281,124 281,124 0000000000000000665600b95b57fd676a1b68b25f011d40eae9a93ee4348c33 0.01 MB 25 74
281,123 281,123 0000000000000000040c981ca6a5af2b571e22feccdad970b121196d0ef2dfe6 0.09 MB 186 47
281,122 281,122 00000000000000023e45ae2395354c5db5519b0f3cd7f40e753809b7bfcfa0ad 0.21 MB 355 41
281,121 281,121 0000000000000002180abfd1705ea4e21ad35304c5f1a5e6cda5ea73304e0763 0.09 MB 203 82
281,120 281,120 0000000000000001f456080386417751f21afc081cc18a72e8da82214cdd1a2a 0.07 MB 148 39
281,119 281,119 00000000000000013632c5a1c3fac4f3d3e115c5a85360a5fbdd4aab5e935301 0.05 MB 101 93
281,118 281,118 0000000000000000550868b3816a3ae2a47aea93bc041c9ff342cb9cad9d8638 0.05 MB 106 35
281,117 281,117 00000000000000003c468e2116ab9ccce61c364766ca2569f0b63306f1b1cc72 0.16 MB 311 49
281,116 281,116 000000000000000014d1ce25ced59745c9e8310c1b24478a7db0d2564b03b002 0.20 MB 389 68
281,115 281,115 000000000000000087ed5d660d06aed65412b33972efd95128b30e2b10939e7f 0.06 MB 155 53
281,114 281,114 00000000000000012d3c0ecb957a9c1f60abe3086e7b055111dc174d841ec235 0.01 MB 33 46
281,113 281,113 00000000000000014eb09dfe4c514f01a0cd55eec268f0b8e1ec37a65469c1eb 0.17 MB 398 73
281,112 281,112 00000000000000006da8a315618720e363f6c0db1b9f262b9fe434badac2c06b 0.09 MB 205 73
281,111 281,111 00000000000000010c003f1c09dac79f016b5f432a8014a6ac36738bcc1d3bdd 0.11 MB 201 54
281,110 281,110 0000000000000001ad28406fe97345ef401bc88d9718356cb06e73a5ad0cae23 0.16 MB 226 13
281,109 281,109 00000000000000010668c98c254799194c586385d6e229ef863dca7b8a89bc07 0.04 MB 105 50
281,108 281,108 00000000000000016c6828adce4d87d8be8f9c1bcbb54dc344554178b60c4e15 0.23 MB 462 59
281,107 281,107 0000000000000001ade662c1c075eb9442fa404cd2d7160927cba0b952cef1bf 0.15 MB 290 51
281,106 281,106 00000000000000022518281ccf6fa758d6cfb1c81176be94943f01b57040cdaa 0.10 MB 104 18
Previous 10 blocks ↓
Total Size: 646.36 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,342.58 GB sent, 37.29 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.