Memory Pool Memory Pool Refreshing

30,708 transactions
45.70 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
842,415 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 1,507 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,414 (407,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,912 434,912 00000000000000000365e0a404437c2b645249fba16a9f6734c7250a43e05346 1.00 MB 1,806 38
434,911 434,911 000000000000000002ce76d65a2901c5460fd9f26bbfe9a7e59466249778cbae 1.00 MB 1,747 54
434,910 434,910 0000000000000000040874a1234ddff3cd9bf3c566b1ad4f9c2e07acb667c29c 1.00 MB 2,697 85
434,909 434,909 0000000000000000001ba3b458119f37be5f6aa5231175b1894ab92a3456e32f 1.00 MB 2,196 71
434,908 434,908 000000000000000000b38de8f6516665d8e89da0dda2f8b609b5eff1f324e5a6 1.00 MB 2,317 66
434,907 434,907 0000000000000000010c313ae05a64143e942064aab82f3a20f3e7764f9a5c96 1.00 MB 1,845 52
434,906 434,906 000000000000000002ad7c47181daa1509e681fe4ed3c02272a6bb979f18153f 1.00 MB 1,367 16
434,905 434,905 00000000000000000087206480cbc6a1b3cee576b3407b27779b5dec82d2af16 1.00 MB 1,855 34
434,904 434,904 000000000000000003929135df6eeb3273e2fe0f28b9af8309a7fc6d158d6184 1.00 MB 1,915 56
434,903 434,903 0000000000000000013cd347b88057370c370d29720c9f09f8d849bbebc3cc2a 1.00 MB 1,389 32
434,902 434,902 000000000000000000aae8960bc90f849c0cb6cb6e1f3d8b682db5a7ea602b4f 0.75 MB 1,286 47
434,901 434,901 0000000000000000026267a2978d8b6afcadfd6be7c98912c47c0229d003f4f5 1.00 MB 1,498 47
434,900 434,900 00000000000000000360c7470ddfb09df16421140688cd1aee88949e7b779c6d 1.00 MB 2,068 38
434,899 434,899 000000000000000003245205590c88871e5ad74d373f23b8986466cae83353a2 1.00 MB 934 43
434,898 434,898 000000000000000002aab6683e9c8c9d3fb6bc6d87d3ced042fd024808511ce9 1.00 MB 1,986 51
434,897 434,897 000000000000000003fb1f0ca1d2e57242be7b5e7d2033353b256e1b796cc8f5 1.00 MB 2,322 60
434,896 434,896 0000000000000000019e1a863eaa46efeefe8888ac063c25bd65bee83b860316 1.00 MB 2,544 53
434,895 434,895 0000000000000000040bb99ae01a738c5eb1a85532f5758cd79acf58dfbb44a6 1.00 MB 1,952 59
434,894 434,894 000000000000000003304ba6f438f2daf022e463618f99abc451939d5c9bb982 1.00 MB 2,264 57
434,893 434,893 00000000000000000148e2213ba22f2a4dbe8725aace3b9c5fd39281db08977b 1.00 MB 2,880 59
434,892 434,892 0000000000000000023500892bc98dab5a801d13c2093938e6a787f185b81c0b 1.00 MB 2,361 68
Previous 10 blocks ↓
Total Size: 647.50 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,496.34 GB sent, 46.08 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.