Memory Pool Memory Pool Refreshing

28,700 transactions
45.06 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,927 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,222 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,926 (307,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,021 534,021 0000000000000000003186ad60f7b01a514f9c71e06e2a9e63e2c5b9cdafb302 1.27 MB 1,590 6
534,020 534,020 0000000000000000002ad06e731944be42ca3c5d381ab96eaad6861b3e37e36a 1.36 MB 2,654 15
534,019 534,019 00000000000000000002fcb30a7b9b25d39c5e46e9c1250c789834a4e0c56053 0.87 MB 2,051 36
534,018 534,018 0000000000000000001544387e0e92803049cace684a809f0af8be3b28aa0287 0.53 MB 915 9
534,017 534,017 0000000000000000002913d27b85b21af78063099af78b19e7b10ba63e223541 0.87 MB 1,508 14
534,016 534,016 0000000000000000002d5ee9a53873c7e553f65c521b70726ed9343fb76d20ac 0.59 MB 934 10
534,015 534,015 0000000000000000000772cf9792e71b6bf10419dcdd0136e150838a4ebaf232 0.36 MB 572 13
534,014 534,014 00000000000000000003c6c74eecd31b529231c72945f7ca112adedb5e24ee00 0.40 MB 525 7
534,013 534,013 00000000000000000031ee18365efea1c6acb2ec92b67c616304f7fd312c4072 1.08 MB 907 4
534,012 534,012 000000000000000000051f7219cd02ab4fe312330594307418d04b5df02a813d 1.16 MB 2,613 14
534,011 534,011 00000000000000000033c5cd24c54587263cc500ea65d0a9153c2ec3010c204e 0.19 MB 205 9
534,010 534,010 0000000000000000003111cc5ee736f3728a971ff89a0d99b4116ece9a00598f 0.32 MB 462 8
534,009 534,009 0000000000000000002703baf1b29e85d16a8c73dd5c63cf2fb11fde2d361f3f 0.01 MB 25 27
534,008 534,008 0000000000000000001fa73e267e861eefd0366e43253aaae9b87b0e4cd3832c 0.24 MB 348 16
534,007 534,007 00000000000000000015f83abaeba1a2523a818616cb7e99059e98072e90af4f 0.05 MB 146 15
534,006 534,006 00000000000000000000f5e16dd6e807aeefb68f70fea3f91e8ae282d2117816 0.12 MB 190 8
534,005 534,005 000000000000000000137e8c1e1db58a2ec84ca90b27f91747c392ccee946408 0.38 MB 664 10
534,004 534,004 0000000000000000001284bdb20638587d758ac251c0088094b982343fac5f91 0.18 MB 389 13
534,003 534,003 00000000000000000021e6c89925e7a9d9923fd648a7920be86a98d53bd70cf4 1.14 MB 2,228 11
534,002 534,002 00000000000000000020f5a9e9d0574e03540606b01442da683875b46a713870 0.48 MB 216 1
534,001 534,001 000000000000000000177add5b50883263c7348d6f474187b41561961a99a121 1.19 MB 2,520 17
Previous 10 blocks ↓
Total Size: 646.63 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,377.76 GB sent, 38.95 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.