Memory Pool Memory Pool Refreshing

39,437 transactions
40.50 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
841,702 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,601 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,701 (446,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
394,808 394,808 000000000000000003266a81bf2c5e89fb8443900045cdfc3737440c6fd718b0 0.95 MB 1,393 29
394,807 394,807 0000000000000000012a6fc90d912622f071772d1e39b77cd2d0116e36a4a6f0 1.00 MB 2,100 35
394,806 394,806 000000000000000007bdaa919c54b12b900b1df51090cf482119ad2dd5a6f81d 0.75 MB 2,232 68
394,805 394,805 0000000000000000006f3a03baf7c62f50c92b985c13e4594fa4022ffdecec78 0.95 MB 1,833 34
394,804 394,804 000000000000000002174a7e7b77130a283bf42cc982f6fe07485af4645641e6 0.95 MB 2,284 39
394,803 394,803 0000000000000000086375ea920210ba9d80c39f92a178b43811a9547ac50e96 0.95 MB 2,096 44
394,802 394,802 00000000000000000518f7fca9757a0f1df250c7e120696d9f3e148856a341df 0.64 MB 1,859 59
394,801 394,801 000000000000000008585ab176e955df62aba93cb60144f559b9a892dea64f24 0.67 MB 1,271 34
394,800 394,800 00000000000000000100a61fd1bc68439086273a1c5b5a9c0bd76b474acc32e4 0.36 MB 747 29
394,799 394,799 000000000000000007fb263cafa50caa0f1cd5e4655d05291a451fcff0e76cf1 0.18 MB 251 28
394,798 394,798 0000000000000000097a86f335fc0c03c2e38626de26e695af0375f454cdf724 1.00 MB 1,882 35
394,797 394,797 0000000000000000050b94d41206fc92be1e0b70a17518f8416d6f1ddddfae27 0.50 MB 985 37
394,796 394,796 000000000000000000fb2a564bc48d17ce9d2d547f1f27dcece54b4ea65bacf0 0.66 MB 430 15
394,795 394,795 000000000000000007302af6af6af8a0b7e6db3a0a39e54f62a96adab3022534 1.00 MB 2,564 40
394,794 394,794 000000000000000003e97245f733bc2c9014b16fa736cdbeff1f792243511ff1 1.00 MB 2,162 38
394,793 394,793 0000000000000000079236cb8529e96ad55c41ea07227e7e28b1d60c8b3708df 0.99 MB 2,744 49
394,792 394,792 00000000000000000677200b306db87d2ac2c199075668b4d8073a18a8518a24 0.90 MB 2,201 48
394,791 394,791 0000000000000000054f108c81cc012ce790c6da7cb8495c0b36efa618417ab2 0.44 MB 900 38
394,790 394,790 000000000000000001b0b4658879266c5d219f5815947d82050c632f7203eaf6 0.93 MB 2,068 45
394,789 394,789 0000000000000000042ff3058c3255224190fa7e4ee3ed4830866d798778a611 0.36 MB 695 36
394,788 394,788 0000000000000000006777431412366cd81e85a4ebc7d5fbc19329996d67ba3f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.20 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,333.27 GB sent, 36.40 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.