Memory Pool Memory Pool Refreshing

20,268 transactions
27.90 vMB
Show Random Selection Loading Transactions
Max Size: 118/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,863 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,443 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,862 (773,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
68,167 68,167 00000000041160b157d9a6cb90b7379c6ca21b331a0d0a52333d479ac2017ce1 0.00 MB 2 0
68,166 68,166 0000000000542103df4a051823aea8c23d5b499c2e1d597bdb5696377c22bc90 0.00 MB 1 0
68,165 68,165 00000000005641f348aa7bbb2d1f7e9b279f4837cec64b828a67d15bc3a4da04 0.00 MB 6 0
68,164 68,164 00000000018b85e6afdbe03e6ad68724b4363a3b17298f796428447010ff4837 0.00 MB 2 0
68,163 68,163 0000000005334531897c214dd74fa1b1cd6147f7d11b4ec598cb9f18067de9f6 0.00 MB 1 0
68,162 68,162 00000000036c31a9ec753547b13baf16fcd2faf5a93f26ffec7d50dbf40c40fc 0.00 MB 4 0
68,161 68,161 000000000020f4a51d36b0ef2f2f2fe395582eaaab83f26de5570abffe9fa1ca 0.00 MB 2 0
68,160 68,160 0000000001db6ccc5c1b069159e7808d26f8ba293b8835bbbb0921273bd8e2b3 0.00 MB 2 0
68,159 68,159 0000000000992ed0b10df127f771932451438a5080c79eb9c88c59fee2cb27c9 0.00 MB 3 0
68,158 68,158 00000000039e59a382a055296b242a5210813377277a342bd8e3780bd60b3f3f 0.00 MB 1 0
68,157 68,157 0000000002f171e863f62f200b284295d96ce11826f656b64cf96809061a1886 0.00 MB 3 0
68,156 68,156 00000000057d4e93ab69e2d984804abe4328ce4b5fc5883d9763aaf78a7e850f 0.00 MB 1 0
68,155 68,155 000000000419520ef34c8c6397416c09990887c387f89c5bcd99eb2aa7592f4f 0.00 MB 1 0
68,154 68,154 00000000032c04876037069f55356fa9ed5c6d1c20be2419225318af02056b06 0.00 MB 1 0
68,153 68,153 0000000000fff117c6a998f155f358cd8404af322cc22c838ce0a64b2094a706 0.00 MB 2 0
68,152 68,152 0000000001a2561dabecc15a33385d3dab8c7196fe09420323cf3ca4524bd245 0.00 MB 3 0
68,151 68,151 00000000057932926d8a020d58ebfee7a9610d553c149fd755200aa39ff2e5fc 0.01 MB 3 0
68,150 68,150 00000000035ffc4f2c5e94cb697d0c0645fb1704123a5e1f96cc3088250b8138 0.00 MB 3 0
68,149 68,149 00000000003811baa48eb52777823894eb282ffcf22ae355a005c4e7ae88a075 0.00 MB 2 0
68,148 68,148 0000000004e5cd026a12c952700437555d128aedfd71d03e3255fde16d148212 0.00 MB 3 0
68,147 68,147 00000000051f1b2e9c0efe11860a85cf016cb85c0b220d5bb581f459a31ba4d1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.51 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,360.79 GB sent, 38.08 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.