Memory Pool Memory Pool Refreshing

47,862 transactions
48.23 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,799 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,977 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,798 (476,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,163 365,163 0000000000000000114851c50d93464b0464cbea441914a958a5d93ea72da26d 0.31 MB 417 24
365,162 365,162 00000000000000000d8cf73301d58de3b9dd19eba3a9cbd028527aae473075ef 0.92 MB 1,751 42
365,161 365,161 00000000000000000e36b9bfaa285d44e2f13162b1561522e553c3a2e1c3cd50 0.00 MB 1 0
365,160 365,160 00000000000000000ed9b28805f67ba4906dcc29040d7bbe5401ffa56fafa0a2 0.75 MB 839 13
365,159 365,159 00000000000000001428c2166b515e77b76dd94794c38576c6657c023b91c3cd 0.93 MB 838 21
365,158 365,158 0000000000000000042b08e79cb164115f2c015e6b69476768f8d8c768b42f96 0.00 MB 1 0
365,157 365,157 000000000000000009c901b3f8e07405a6c5339d8438a1a532c40ab3fb34339d 0.89 MB 1,816 50
365,156 365,156 00000000000000000b1049145333c5c1782c44021eb975378198f83d3c8091a6 0.17 MB 339 40
365,155 365,155 00000000000000000793115ba04695739424133d0b5461628644a290e5d96b59 0.93 MB 589 15
365,154 365,154 00000000000000000095f76f4176f0bc5b1fc8d2f99f04d0ec5df301ba5a4f4c 0.23 MB 483 40
365,153 365,153 000000000000000012ee83d69d0c6b832297e2cbc5ff16b05c99574d149d8abc 0.51 MB 997 45
365,152 365,152 000000000000000015429b5987b903c193244b1028f3ebdf6d62ac49559b4276 1.00 MB 521 14
365,151 365,151 00000000000000000e084c52ed93cecd7e41373be816987b79410d0a106bd691 0.19 MB 173 24
365,150 365,150 0000000000000000086f0846b65bb90520746894ff320f5ba1e683aa193efaed 0.93 MB 852 22
365,149 365,149 00000000000000000f9683585a305095d0abdc43b0c17ce05d8ceb61ae8b6dd8 1.00 MB 796 23
365,148 365,148 0000000000000000122aa956e27bbd22dd2ea9208e6c6beae90734cdaea503d1 0.93 MB 1,954 49
365,147 365,147 0000000000000000086007e31decd6eb80e07f77271ef50c69e1e6342161f4e5 0.37 MB 618 38
365,146 365,146 000000000000000011c466f21665895add9338b1cd88182ad50732163d4fa41f 0.92 MB 1,435 35
365,145 365,145 000000000000000005d5188396d0c229e458e7ebed5efacb6f8b3fe25de5f444 1.00 MB 1,223 33
365,144 365,144 00000000000000000fe37d0265a7851cd284265b76f486a1b24ec67a611a7590 0.73 MB 1,103 26
365,143 365,143 00000000000000000e48bfa4f72a0cb7ed24b88cc8251ca6ada47c7c0408072f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.38 GB

Node Information

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