Memory Pool Memory Pool Refreshing

86,986 transactions
30.51 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,194 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,501 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,193 (327,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,908 518,908 00000000000000000048b3927a61a9e4dc26ad3b41888d9235b600f6ef0a5d32 0.45 MB 721 22
518,907 518,907 0000000000000000002522c59a2988a1126c00ab0a23fd80a0b8c0e209b1fd76 0.70 MB 1,373 33
518,906 518,906 0000000000000000002413c16fd34d41ef09f5824ac5f39c88ab015de975ca8c 0.33 MB 783 28
518,905 518,905 000000000000000000484308ee48207acfc821e24526430b32d720b20cda3258 0.76 MB 1,476 26
518,904 518,904 00000000000000000003ed0165720f320290708b6f2ad3d0c447228c9461c9e3 0.68 MB 1,304 29
518,903 518,903 0000000000000000002c996209046167056969bdd922b0fe8ccf89c889b993ca 0.28 MB 465 45
518,902 518,902 0000000000000000003846ddcf2288c3fb517de79e1c616db3cb4a508ae908f4 0.97 MB 1,554 27
518,901 518,901 0000000000000000001372b45e5cd4e4ff5d27cb9a36011588880a17a01cc845 0.01 MB 35 5
518,900 518,900 0000000000000000000f7e6df695b8b97b5ad777223be2736d6b7cca7f500914 1.01 MB 1,280 27
518,899 518,899 000000000000000000390a66914df0665da9059555cd5b0e192865d07dc2ff9b 0.12 MB 293 26
518,898 518,898 0000000000000000002d706ac98b948977d28e2e3689bee6feca73c343f34b36 0.71 MB 1,362 35
518,897 518,897 00000000000000000047a76c04ae8058ce171176c34a7c3a393d65e712658962 0.40 MB 881 32
518,896 518,896 0000000000000000002c79c7ec54aa02c5e873c587f027e4f6623fc51da5a690 0.06 MB 156 45
518,895 518,895 0000000000000000002c33386eaae5d1b2fbab9fdea0e6acc73f28c2c63f8698 1.05 MB 2,138 11
518,894 518,894 00000000000000000033844f410a2c3968be47ef3b5824c1448d1851e7b392a4 0.38 MB 667 79
518,893 518,893 000000000000000000318c9d13ce70eee8f5c654ee60261fc4d41c228d5f2c29 0.09 MB 173 20
518,892 518,892 0000000000000000001e97d810425fb380a2801b5e9c6132ec26f88999e71d3f 0.45 MB 798 22
518,891 518,891 00000000000000000024ebeec3a337f3a59e07e1b7cf0ce570bf01e271348841 0.61 MB 1,395 10
518,890 518,890 0000000000000000003641a4636900cc0ba1e7ec7926bbd44953b38593ca97af 0.42 MB 833 58
518,889 518,889 000000000000000000197bbc22c0c3cbf1cba76f1b394db081cb2f6102fe14e0 0.66 MB 1,001 26
518,888 518,888 00000000000000000005c0c917d846c42596d619db547c483fc9b53a96631d36 0.24 MB 361 49
Previous 10 blocks ↓
Total Size: 654.57 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,380.50 GB sent, 89.98 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.