Memory Pool Memory Pool Refreshing

90,304 transactions
35.98 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,458 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,491 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,457 (550,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
295,335 295,335 0000000000000000915f5c43ca70ebfc805710d6c85e9971b1ca435471ca0a28 0.03 MB 75 62
295,334 295,334 000000000000000033bd6f6ca942000490675d22fb0c1b2659112763a3a1e02b 0.05 MB 123 42
295,333 295,333 00000000000000008a5790247746b818581487ab7a19c29418e766498285754d 0.22 MB 412 39
295,332 295,332 0000000000000000455d1de23b123da6188a1ff66b81bf1a0888b43614562e0b 0.10 MB 256 47
295,331 295,331 00000000000000004098fa3bfc668f900dc28fa189fa1173a4af46f556b56a87 0.65 MB 1,278 31
295,330 295,330 000000000000000063468795cc207a14ac174f4728dd388d38019c79af349953 0.03 MB 64 77
295,329 295,329 00000000000000000efd32f7d85ea030d121c040ef7163d80f62f84b6fa360a3 0.31 MB 591 31
295,328 295,328 00000000000000001daad324aed1aab96b927c0315b9a3ed4e708646b2df5b14 0.03 MB 64 56
295,327 295,327 00000000000000006081668a1e969b4fed558f7773d164283aa66c12d6c3dcb9 0.30 MB 311 24
295,326 295,326 000000000000000016d45deb50e5693334e6fd3ea1d5298d5d1f9350b7746c3c 0.35 MB 827 45
295,325 295,325 0000000000000000335d906747371ee7c348f2d7833005f64379d7b6a249832f 0.19 MB 332 27
295,324 295,324 000000000000000090534e6037d9fd5a2f9d4f6b48c1b45077e70a1c1428a40a 0.06 MB 135 35
295,323 295,323 000000000000000071fb7a2dbcdebde6f8ac88a596755f0bd25c36d383f68652 0.10 MB 214 34
295,322 295,322 00000000000000000ffb60e80b5bd44b2557235bff4f4073d6913f6c61931c8c 0.50 MB 813 33
295,321 295,321 0000000000000000434b3c910667c56f0b77a58c63b4e20e842d797770780423 0.11 MB 98 17
295,320 295,320 000000000000000048795359b379d1ca297d111d962377c98ce52e3b13a6b2f6 0.09 MB 256 42
295,319 295,319 00000000000000006366ccb42bfc82faa5a5f63d49d492991636a9de870e01df 0.48 MB 784 33
295,318 295,318 0000000000000000842c3f423be024b359ae27f7d49853c2b961fa4162c4d5af 0.13 MB 256 28
295,317 295,317 000000000000000021138b1d7436bc1a40f7bd84da7f82748fe194699dee2066 0.25 MB 690 54
295,316 295,316 00000000000000006ed1b1ff4cece9d18c3087fb70dfec3fe59fbf0cc4121dbd 0.12 MB 173 39
295,315 295,315 0000000000000000ae19b4ea682ac9407e481d48f66f68fbe3fd821bffbffb80 0.20 MB 365 37
Previous 10 blocks ↓
Total Size: 653.26 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,306.42 GB sent, 80.41 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.