Memory Pool Memory Pool Refreshing

78,010 transactions
34.43 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,595 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,639 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,594 (171,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,308 673,308 000000000000000000009e6db0030472734345113e3682c17cc4802c9f516e93 1.09 MB 3,015 57
673,307 673,307 0000000000000000000c380c965cac15ea700be52fb6d2ea76b75736e17f47fb 1.21 MB 3,044 74
673,306 673,306 000000000000000000087584626e58bc2929e83109766635817bc56f10706f1d 1.32 MB 2,909 122
673,305 673,305 0000000000000000000473137049b920e82a3bd44cf7fb28330c47dc1aadc1ca 1.30 MB 2,829 79
673,304 673,304 000000000000000000056de196ba9133a3e62719fcb0eb051091915346db10b4 1.32 MB 2,875 122
673,303 673,303 00000000000000000004d05bd37233f336eb4b85c252ceb8a377ed0fbe754f61 1.27 MB 2,975 105
673,302 673,302 00000000000000000006b6c53ad3c6775298f0af51f2c27f630bb736579c531f 1.14 MB 2,614 78
673,301 673,301 0000000000000000000c4c99df05cb649013156b82be8932e1ab5894cec3cfcf 1.31 MB 2,007 99
673,300 673,300 000000000000000000004921911306511f27d7ad28ae24c480e380c99d699808 1.19 MB 1,428 102
673,299 673,299 0000000000000000000524fda57740f7bc5c972c306b7b64e317cbd846dd7ba7 1.37 MB 2,552 112
673,298 673,298 00000000000000000007320102e7fb4e86837eeb9f4a346572686ab6d14fcce4 1.30 MB 2,946 129
673,297 673,297 0000000000000000000107a49f59085351d71c995aeee1caa7f384a7c39465df 1.19 MB 2,568 61
673,296 673,296 00000000000000000009549337c5456c95c5bc2c878d957200bcc737e1532c8f 1.24 MB 2,415 71
673,295 673,295 00000000000000000006eda37d304dd6a71c97ba0b73f86d327cddcc2a8d1822 1.45 MB 2,433 113
673,294 673,294 00000000000000000002ab00f4146ef0652f8d82fdd2c4eb70800760d992ff5d 1.13 MB 2,803 84
673,293 673,293 000000000000000000002f635b4cf91238dafa59f6e93ad3b5d2c7f5dafad1cf 1.41 MB 1,978 107
673,292 673,292 00000000000000000000ccb9be78220b8764de6781d352e4fa536124980c55b1 1.32 MB 2,628 120
673,291 673,291 0000000000000000000a026e7ff50bc5c0279e04c2a26c698de3ead8a054b04f 1.45 MB 2,597 119
673,290 673,290 000000000000000000043037f1ef752c0b3b91ad969fe0a73eb581fee014113a 1.22 MB 1,574 108
673,289 673,289 0000000000000000000257d4d2f505626b5f303eef228c7d77d3da76342ebf3c 1.32 MB 1,102 86
673,288 673,288 00000000000000000003ef910b70e51892aa90ede7298bc7bc2ef3b59725f8b4 1.30 MB 2,833 86
Previous 10 blocks ↓
Total Size: 651.64 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,144.40 GB sent, 69.72 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.