Memory Pool Memory Pool Refreshing

62,101 transactions
37.40 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,114 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,030 51
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,113 (518,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,622 323,622 00000000000000001de475c1891c15b23e4e1ddecb2ff187306fb95154b446e7 0.38 MB 422 19
323,621 323,621 0000000000000000101d25a4416ed3f76d38b8d5b351c79ea1e14a5a14f8c7a6 0.30 MB 592 25
323,620 323,620 00000000000000001e409130b6f6389b88d8b41d3fa177c55473ca1c1f45b375 0.12 MB 201 18
323,619 323,619 000000000000000019bc7ca57017705cd621321c2b11025e307ce5ad384ba09d 0.50 MB 1,052 32
323,618 323,618 000000000000000013b71ddca6ffe6056327ccdb3d7546fcfe20832bf1e9d8c8 0.57 MB 1,103 29
323,617 323,617 00000000000000000a5f208c9ba863747f3f90eced2ef3712ce29779a4faf77d 0.62 MB 704 19
323,616 323,616 0000000000000000142e4b59d007796615d0c8f9947c99ec68f44367a8a14b6d 0.75 MB 455 14
323,615 323,615 00000000000000000315b562e13f84de05904a39888626ec262dcc691263e958 0.35 MB 1,065 43
323,614 323,614 00000000000000000fb20964d82a095cc0b081c160d99551a69ae0f0b0654636 0.75 MB 1,378 25
323,613 323,613 0000000000000000052749da19675e864519b3d2811ce98d5b16ecc90800fa58 0.16 MB 512 52
323,612 323,612 000000000000000007a3f29053703e6a89a18fba54b9e800abddb45d8341d13a 0.93 MB 1,366 23
323,611 323,611 00000000000000001a5022b355a339ab6d98d1328824d7b531aac5c87362bdc1 0.75 MB 1,517 28
323,610 323,610 0000000000000000167cc0a34d57025556192ba8d315c6376325b16a80aad78f 0.75 MB 1,949 35
323,609 323,609 00000000000000000f018937c01cf1583839e9fbab836cfc526859133bcfea00 0.33 MB 508 31
323,608 323,608 000000000000000008de16d2df13c57c70889f32c57b6db602174d1ce4c7dfdf 0.11 MB 264 30
323,607 323,607 00000000000000000ceb21ff9161a2805befd24fef054d708288adecdddce18b 0.13 MB 320 38
323,606 323,606 00000000000000000ec36112e882eb62da6a6680ff2a9002f1b245360aae0cfe 0.05 MB 110 29
323,605 323,605 00000000000000000b46611bebea662ecbeb1400ba65e1ceea394e5f0593bcf0 0.10 MB 152 22
323,604 323,604 0000000000000000018bf8dac6091b1803f9b0e5f03dd6f875ec6d16325db1af 0.18 MB 399 40
323,603 323,603 00000000000000000ec6709050066d0aab44c7c429ea1ede0e3c0f29a15197d6 0.05 MB 111 31
323,602 323,602 000000000000000015685f3e10184698bdc57b0b90950a78543aec0dea68e098 0.15 MB 266 36
Previous 10 blocks ↓
Total Size: 646.96 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,439.91 GB sent, 41.88 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.