Memory Pool Memory Pool Refreshing

88,897 transactions
28.89 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,025 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,518 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,024 (661,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,651 184,651 000000000000059a1df0c90c7fff4adf5e25ebf13b6b1f18b93bd8d73145c79c 0.25 MB 626 144
184,650 184,650 00000000000006b72058de518d5ba2687969e85a49054bed97dbe6d24b824aae 0.05 MB 148 558
184,649 184,649 00000000000003e6298882da645ea8fba58c6773c555defb6be1cde8e278d325 0.25 MB 576 118
184,648 184,648 000000000000090b9b13e3c79c573cb170752e61d018982c421c39c8d3bc2c2a 0.25 MB 742 148
184,647 184,647 000000000000015842ef17da28b41b38258c40d82fd1a78f920381896f04278b 0.25 MB 674 155
184,646 184,646 00000000000006478f492f7070f06ab1ed4428a054f31cdb050ad514bf9ebd88 0.00 MB 11 15
184,645 184,645 000000000000015a2f6f1d7b867a2c0bd65015d17eca1e333bfff5be51bcbd4b 0.00 MB 12 123
184,644 184,644 00000000000008384dd0f0f261c5a20b3011afb5d1136d1289fd45ebfaf6490c 0.06 MB 122 109
184,643 184,643 000000000000022d6f709cf55f62be7c41f63e84d185bcf441d68025304f288c 0.21 MB 301 146
184,642 184,642 00000000000007b42ebfbdc6f5e63493eac34d972491a0ae0d75134cdf44c489 0.05 MB 100 129
184,641 184,641 00000000000006542645189aa89108748025e4c71cb1262a5f9414ee0b79f437 0.06 MB 136 123
184,640 184,640 00000000000001be64a8ad735fae4dfcc8a4cc0b25840365ebe0306907b8e469 0.42 MB 1,030 137
184,639 184,639 0000000000000009d72e0c90e200d8492b2e2eece6e8d0fe93e9532acbbfc391 0.05 MB 149 147
184,638 184,638 000000000000033635e4b8436680e8da985edb44c4ba631bd7534f5a9f905d1a 0.05 MB 134 156
184,637 184,637 000000000000081918cae69aba49894adf63612fae480c3105633cb8b186cfe7 0.25 MB 515 223
184,636 184,636 0000000000000809b6086c9fcecdd5fb07e762f900c9b248205064203b853a76 0.00 MB 1 0
184,635 184,635 00000000000005c96bc354d331914cba10400e0e633108ed2c6117b39acdbabd 0.23 MB 434 102
184,634 184,634 0000000000000a4e0865c9a2ce8b8cdc5fcc5b74a79ae2fecb6b04352fbbee22 0.25 MB 532 104
184,633 184,633 00000000000000ff849156723478f39b363c45a21861fc6c08e475cd3b6fe44e 0.13 MB 256 156
184,632 184,632 00000000000000ce91c92e62673cc1e78db9ced8cd7907a2329926a8269ddb4b 0.42 MB 934 123
184,631 184,631 0000000000000753ec146099455a7f8cbe82aa57b7d0954078785c2b3d7a6db5 0.25 MB 555 124
Previous 10 blocks ↓
Total Size: 654.27 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: 9,365.26 GB sent, 87.71 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.