Memory Pool Memory Pool Refreshing

31,573 transactions
45.03 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,016 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,849 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,015 (407,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,280 434,280 000000000000000000fd52ba3da48272943e0ddcbf9dd4ae706e7619d5c4f116 1.00 MB 2,757 78
434,279 434,279 0000000000000000012cbe842c04a600a97f4057c50864a4b706997b4c9f3753 0.36 MB 841 59
434,278 434,278 00000000000000000021a7089c46a5a8a8336d764d47c63b950f04593ae6004d 0.16 MB 170 35
434,277 434,277 00000000000000000091c9221b2dd413fbf6a83d61d633a2673d133192eb6e4d 1.00 MB 489 21
434,276 434,276 00000000000000000192de0ff9a500c8af279ac25352d219a13fbc8b7d4d059e 1.00 MB 2,325 62
434,275 434,275 000000000000000000b994ef929af53902709f38ae6ef74f7d2877dd37c90d31 0.10 MB 266 72
434,274 434,274 000000000000000000bb47e485eaf205781723810884cb5ef50ccbe95332312f 0.69 MB 583 25
434,273 434,273 0000000000000000023e95709f438dbe09a75196e83ccf52155048f32cbd12d8 0.98 MB 956 26
434,272 434,272 000000000000000002f0a88aa59b22f87691b0d1830667ec591344c0ad7a1502 1.00 MB 1,830 45
434,271 434,271 000000000000000003a3fb3642e6b311efb3a9be21617f6019e04fa576c6af7e 1.00 MB 2,308 88
434,270 434,270 000000000000000003d60b6ce743ce5040ee5362845593970b5397d6d2d82063 0.66 MB 1,224 45
434,269 434,269 000000000000000002bc61c6e3d322bf6271a737d65dc7fe6082a9f58a7c0c18 0.86 MB 506 24
434,268 434,268 000000000000000002091e731093120f1a3b92f5a15f05cc957538a8a821ea68 1.00 MB 1,886 57
434,267 434,267 000000000000000003c0a9942fee4ea03f91c1c6081c601dd72e512b2ce0a275 1.00 MB 1,484 48
434,266 434,266 00000000000000000159dbaaa8d08a9837e6f2f528c116be7b4a8c170a7ad126 1.00 MB 2,219 71
434,265 434,265 000000000000000001e4394b274865598d1fd14a8b1c277b641523d31363c962 1.00 MB 635 58
434,264 434,264 00000000000000000195d48211a86761f430d6f9a0e38e6744abc92797bde6d3 0.99 MB 889 56
434,263 434,263 0000000000000000036284a49c16d480a5e971f55c3b6d208501ae54cff4c69a 1.00 MB 2,390 67
434,262 434,262 0000000000000000042171d49874ea7303c67cd9b5d40887965e4ab8638e10ba 1.00 MB 2,368 65
434,261 434,261 0000000000000000039d211593cc95ae2eb140bab97787c0e6163b09e6700ba8 1.00 MB 1,487 45
434,260 434,260 00000000000000000133b59dd9667f4f2843997e441360f4501110908fa30193 0.87 MB 1,254 44
Previous 10 blocks ↓
Total Size: 646.79 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,404.77 GB sent, 40.07 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.