Memory Pool Memory Pool Refreshing

24,563 transactions
37.28 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,274 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,006 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,273 (774,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
68,148 68,148 0000000004e5cd026a12c952700437555d128aedfd71d03e3255fde16d148212 0.00 MB 3 0
68,147 68,147 00000000051f1b2e9c0efe11860a85cf016cb85c0b220d5bb581f459a31ba4d1 0.00 MB 1 0
68,146 68,146 00000000015fb5a3f3ec95efff1ecf900195ae56b3118e704286ebf60a15f34f 0.00 MB 1 0
68,145 68,145 0000000003b9877ae352ec97203f238edce2b048ca32994ab11c858ca8f4bc11 0.00 MB 2 0
68,144 68,144 0000000004b5165291c702fb2cc6a37bdf1903021567eb4000d4a32ee903e6c5 0.00 MB 1 0
68,143 68,143 00000000051e237c02f491cb5d1c4e770b9d4c12d43e85fc51d4e5d9afaea663 0.00 MB 1 0
68,142 68,142 00000000006b75a449dcb49e7f0e0abac1d2ebe8db3872ff6670111d009349fa 0.00 MB 1 0
68,141 68,141 0000000002b6df41812985b6752ce66ef492cc972c021ec10634f7cdd7f0fb85 0.00 MB 2 0
68,140 68,140 00000000027f0d99380f9f1f11f58bb36397893a250e42c1826c4ddd96e6da3c 0.00 MB 1 0
68,139 68,139 00000000041e7197c95e7e9c566bc160f86af232f9af988f8a52fb76bd5cf4c5 0.00 MB 2 0
68,138 68,138 0000000000750bdcf177652bda8f673efd49279fe6d3169c4120ec7e437a7156 0.00 MB 2 0
68,137 68,137 00000000053431f53b6a668e0422f86c7438f0d7dde7db1a7bdae93d7ac8ceb8 0.00 MB 2 0
68,136 68,136 000000000359cbe41a06d1579e5a4f2038518ba76284117b1c738f848168293d 0.00 MB 2 0
68,135 68,135 0000000000ec51b9d4e960fcac2fcb2bec2f4221e772b47fc513f9616ce940d8 0.00 MB 1 0
68,134 68,134 0000000002462ebf6f787685d4beb79a106a37a9f56c16823b54ab2d6f3e4a47 0.00 MB 2 0
68,133 68,133 00000000054a6752d3c4c165fce5f93b30412e2d677ca25f031cce37e0676957 0.00 MB 1 0
68,132 68,132 00000000006d18bc89cecc44d5bb4f772ab8c160613a5d682292fc6943447a3b 0.00 MB 1 0
68,131 68,131 00000000008ff7ec919257b9dccd71f18189b96601e212eede97451ac1e76e61 0.00 MB 1 0
68,130 68,130 0000000003a80e16a1192c4f32e8ac3703e3461450e1729d854be17a5b0c57f3 0.00 MB 2 0
68,129 68,129 00000000000900004f74aadad2a844ad5041bc3949609d9c2d02578447bee2d0 0.00 MB 1 0
68,128 68,128 000000000521e6e46af2650538f12cf8775b2c711292fe5645ff4c08ed751992 0.00 MB 2 0
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,464.95 GB sent, 44.12 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.