Memory Pool Memory Pool Refreshing

23,293 transactions
36.56 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,276 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,538 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,275 (585,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,572 256,572 00000000000000033595fe8a661fea7f32f3317f231c09b05c3fab69cd892a5b 0.16 MB 264 75
256,571 256,571 000000000000000184e70a99a5393fbcbd1f6f06ded69f66e16d1f286e171287 0.11 MB 284 115
256,570 256,570 000000000000002f8c7805b6a526364216fe9d434edce402c70b1d20719a1fad 0.07 MB 188 121
256,569 256,569 0000000000000014f0cbd21df74e5338712b9a8da59009d3583cdae2199daa62 0.08 MB 224 129
256,568 256,568 000000000000001256c303f32c1ffa7e5fbfd43f10eee8d118c1b0a27d97ffff 0.12 MB 332 121
256,567 256,567 000000000000000015b406fb74401749c950dd96ea72cf0fe5b2c0572afa0987 0.05 MB 125 106
256,566 256,566 000000000000000d2fc1ecbccd772b19ab85c0f577931ef0a75caca53528f659 0.07 MB 166 120
256,565 256,565 0000000000000028f1e454fa137c5d118d03ea9568e612fe8a16d448de063d60 0.09 MB 180 108
256,564 256,564 000000000000001513e6e61130dc34ec75cad0a537c996d400dba61247820cae 0.19 MB 479 180
256,563 256,563 000000000000000713593be7b145689ad76f6f0af90e9ab83ec873ff56f8c234 0.03 MB 71 95
256,562 256,562 000000000000001bb8f8497507ca7b489d82975443b6e4be3f35d887f2a38f0f 0.21 MB 418 111
256,561 256,561 000000000000001557db3b903801bce04629c91ccdbe39d19b402e069d44fdaf 0.20 MB 533 124
256,560 256,560 0000000000000002ebcc8d78993233c7f299697ab7613c46e8b4ed204c50d8d7 0.04 MB 124 151
256,559 256,559 00000000000000208737b8ee7e68437abb6b7f261c3706a149767e55dd736035 0.25 MB 583 106
256,558 256,558 0000000000000017134d5ccde1f7497b90145fd308fbcd62cea7a8f7f7289631 0.03 MB 41 118
256,557 256,557 0000000000000011dd7cb93be8be03a6fedcc2f7a18b5ded2f0ace764a89d925 0.09 MB 160 91
256,556 256,556 00000000000000261f97033a912f7dca87a2e42a253ffa5e8ccaea6866a50473 0.07 MB 140 74
256,555 256,555 000000000000000011d377faff2061ffaa4dc249f594c7f14f63ea7256cf382f 0.25 MB 666 132
256,554 256,554 0000000000000029e44e50f10b882bd43ef9c1562ce842af328eb19ef794f5cb 0.43 MB 496 64
256,553 256,553 000000000000001764eae65efe2aea9a2857717dbb94ff32cc603a6929bebfc3 0.10 MB 215 100
256,552 256,552 0000000000000002d837faa7c6c652ae94ce8d45c958849cc66801d2c5c22e22 0.17 MB 326 87
Previous 10 blocks ↓
Total Size: 647.24 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,465.02 GB sent, 44.13 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.