Memory Pool Memory Pool Refreshing

30,225 transactions
45.51 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 842,419 (457,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,556 384,556 00000000000000000d83ab5513cd3bce57f2085ea39589037ad4293f64636f0b 0.00 MB 1 0
384,555 384,555 0000000000000000063420d0a262d5525c876bc312491c17a79ab531e19a40ea 0.50 MB 659 19
384,554 384,554 00000000000000000bd525677498e1417de26497e5b1323cb28fe54ce366baf0 1.00 MB 1,470 16
384,553 384,553 00000000000000000e9e0ee74ab4a2908c25797869fe7a8bba0db73c7eb4e7bc 0.30 MB 860 43
384,552 384,552 000000000000000002259d68bd2120dac70237686d33dce639cea3c5cb2f4e32 0.26 MB 759 48
384,551 384,551 000000000000000002970f2802fdb2c53e56b636d9ec99f3565a2a3cb3933fc1 0.15 MB 327 32
384,550 384,550 000000000000000001aba05064edb1f4ff91e46d848832a0486b592749be9c1a 0.70 MB 1,632 32
384,549 384,549 00000000000000000a1ed81f77fc91ae87e579f8d78e41c347517fc9e894fc53 0.24 MB 690 44
384,548 384,548 0000000000000000098702b1f6f35cc002871e012dbdb383978d4d5ffc8b6617 0.08 MB 25 4
384,547 384,547 00000000000000000d8c21c51534e8ebe08912dbdb459c106d170c7ca380c41c 0.39 MB 975 37
384,546 384,546 00000000000000000887bf35566f42b721f57b0e48bdf623602a11c7c66a993a 0.47 MB 1,048 35
384,545 384,545 00000000000000000018e52e56836c662eb9c06113b12b3698609426d28d1a05 0.83 MB 1,823 38
384,544 384,544 00000000000000000c6852eaf7ebc46c60d216f39e5c9fb1600148670569b4e2 0.64 MB 1,485 35
384,543 384,543 000000000000000009be903ea8aaa568cbec79dee00fc9cad98e9aa2a3d1a17a 0.18 MB 385 29
384,542 384,542 000000000000000008e61dcbb6796ed4068a43c81f89efaeeb0f96a2b1e106be 0.21 MB 526 34
384,541 384,541 00000000000000000856960520f28c30a3b571f7257bc7d23cd2a8955143a31c 1.00 MB 2,176 30
384,540 384,540 00000000000000000df0b484e75021364d8ed1a37c5353444c219edc81c714a8 0.19 MB 423 35
384,539 384,539 0000000000000000019fd5b8a4f0f7c20cc3369725e4c17323a82f2e7a8636e4 0.25 MB 87 4
384,538 384,538 00000000000000000fdd8edda0e1c9ccae6dc8ee116678fb52aa097aec28f5db 0.11 MB 146 16
384,537 384,537 00000000000000000a8a23829524f536c66c3b41c79e599c58495fd30336125b 0.23 MB 323 15
384,536 384,536 00000000000000000d90738cf1d4d25cc3b501bbc562a374263a78315c2aa6a4 0.34 MB 588 26
Previous 10 blocks ↓
Total Size: 647.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,496.91 GB sent, 46.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.