Memory Pool Memory Pool Refreshing

52,958 transactions
38.33 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,165 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,776 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,164 (228,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,718 613,718 0000000000000000000913f68150337194c3ae6bae7a1bb188b520c481e8d2ff 0.26 MB 762 7
613,717 613,717 00000000000000000004bd6ea258f791b2e74c670f4c962613d9d495507af19a 1.22 MB 2,538 16
613,716 613,716 00000000000000000000914cf15e85240e265a5105a0fe144af8cda662780a5a 1.21 MB 2,980 14
613,715 613,715 0000000000000000000c47af938e5ad92c75a10350cbcd9e570ff6db49cff442 0.69 MB 1,657 14
613,714 613,714 000000000000000000022969bacbdeb77e6c9c8673a155946df1ff754416467f 0.93 MB 1,833 8
613,713 613,713 0000000000000000000ee74cc5cdeae2529a3d813ce7da007db4e317fd7275c7 1.29 MB 2,422 9
613,712 613,712 00000000000000000004b981b6cec1f9c333a1810f23a0d492b273a081e5545f 1.28 MB 2,712 8
613,711 613,711 0000000000000000000b4d2b81c37355897785352b15ca128aee8fed40d6fe9b 1.20 MB 2,989 12
613,710 613,710 0000000000000000000e932404f9b1ad8437384300169e272b8b7edc0c750ec2 1.23 MB 3,053 16
613,709 613,709 000000000000000000015961435c42d0e08bc46974a5b0b9eda3e1d6e4879bb4 1.26 MB 2,356 17
613,708 613,708 0000000000000000000a0063e2a0dba8b43f7ea39db35a844d59814cb2b8fe0f 1.27 MB 2,462 23
613,707 613,707 000000000000000000013305a8be5be48862d9cd5fec63515b5c6138bca9930e 1.30 MB 2,916 16
613,706 613,706 0000000000000000000ffd3324d575119a383560ddd2e93425b9fda086b66c02 1.46 MB 2,179 47
613,705 613,705 000000000000000000042130286f6874c9dbba24a6afd04c256dccd424f80f65 1.24 MB 2,828 10
613,704 613,704 0000000000000000000c3c31111d16b05ad257c8f0a2ac0facabf3adfd73cef2 1.26 MB 2,425 12
613,703 613,703 00000000000000000007cff8f0ad068ab27b4890ce22fcac1030103152465092 1.09 MB 1,135 6
613,702 613,702 0000000000000000000ea276275f8f0de2a1721081b18bfe77a3ff47c45ccc84 1.13 MB 2,182 8
613,701 613,701 00000000000000000002422927d23c972dfe3e4453f546766ca9bd913b4ac97e 1.18 MB 2,209 16
613,700 613,700 0000000000000000000a5131cba3559efe9fb13aae06ef47b08cb99acaddb9d4 1.15 MB 1,824 16
613,699 613,699 000000000000000000122300e24aa6640c5647e173deda290cf14e9740fca7a8 1.18 MB 1,818 11
613,698 613,698 0000000000000000000e5d6647518eb66643674c4e2f64306acd3d1051518499 1.36 MB 3,089 19
Previous 10 blocks ↓
Total Size: 647.05 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,449.03 GB sent, 42.63 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.