Memory Pool Memory Pool Refreshing

98,841 transactions
30.80 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,070 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,850 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,069 (170,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
675,876 675,876 00000000000000000000e50d4c98d130e5bfdb7e4a326611c880a250224cc187 1.20 MB 1,096 59
675,875 675,875 0000000000000000000a265f8066ffcb1b9bff893f5c24a33cdf08b16a8cd0e7 1.31 MB 1,947 25
675,874 675,874 0000000000000000000c5c55e464fb3d94ae7074c338dae479a4fd82b3fcd312 1.35 MB 2,648 74
675,873 675,873 0000000000000000000c24290ab7ed0e6f3f793b78082102a667fdf6a2941756 1.81 MB 731 19
675,872 675,872 000000000000000000044c7d11c04fbd4377dd28a22309f1cfd0a1e134b911d4 1.85 MB 1,184 30
675,871 675,871 000000000000000000068bcb8f679a0783d3fb575ce34a968b14cbaf4744db59 2.33 MB 113 7
675,870 675,870 0000000000000000000cd537a29662f9003844d40cd7fbd6bd34e04b5adb354f 1.69 MB 822 35
675,869 675,869 000000000000000000061b88a4116d57ae34730604772c4292aa0cdc0e3c0e55 2.02 MB 441 21
675,868 675,868 0000000000000000000ab4e7411a972e5805f9d90cbf519d2a51867668fdc71b 1.51 MB 907 23
675,867 675,867 00000000000000000001ab17a345be7f9936e90bac31fd87193c8ec920995964 0.00 MB 1 0
675,866 675,866 0000000000000000000ad3f22dafdb12ae8ea48d3e17358a2980bc5d4aa97fa3 1.69 MB 801 10
675,865 675,865 00000000000000000002cfd1881b8ce3a9376388f519dcf056905aee4893647a 1.52 MB 1,189 21
675,864 675,864 0000000000000000000c05ece344ba2d56f2c28a26ecf768eb48209746f81438 1.26 MB 2,239 28
675,863 675,863 0000000000000000000b84d1d627ff5e50ae618d98b177037d78e810e3f022a1 1.34 MB 1,976 58
675,862 675,862 00000000000000000000572ff09a2aa7f31f77c5c37e7e4f31039f5bdcc50897 1.15 MB 1,352 77
675,861 675,861 00000000000000000006502b7d1fd93b05a101566e743895778ceca3aed9fce0 1.34 MB 2,166 10
675,860 675,860 0000000000000000000c76a788aa81a5fc673c8f35c53696e252329b681221c3 1.36 MB 2,613 73
675,859 675,859 0000000000000000000437d1547d3ad530cab15f2bc8d27d8b30968b2429dcc0 1.32 MB 2,074 33
675,858 675,858 0000000000000000000010ebfb0427e1fd0cd0fd980e5375d8d46770f2917694 1.72 MB 858 25
675,857 675,857 0000000000000000000794073e6545547475216000783cd13f2fa49a64f5a942 1.50 MB 1,655 13
675,856 675,856 000000000000000000072b79f1f74149c3a720ec3a013a6b6aabf834b3878797 1.40 MB 2,513 56
Previous 10 blocks ↓
Total Size: 654.35 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,368.28 GB sent, 88.34 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.