Memory Pool Memory Pool Refreshing

48,423 transactions
35.37 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,152 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,978 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,151 (273,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
568,576 568,576 000000000000000000137109b2bf91c40f766d462cad6060fdfd683758611cf9 0.54 MB 1,154 19
568,575 568,575 0000000000000000001f0adee0ee9d64f8fac875fe72d206711bb2be4fd60659 1.05 MB 2,159 15
568,574 568,574 0000000000000000000b8a561e7cba085f1b19232bc4f1b065e3b5f804a3f126 0.37 MB 827 15
568,573 568,573 00000000000000000027ccad0e313eff18e4f2663ef883164b640ee7c671c974 0.45 MB 931 15
568,572 568,572 00000000000000000018f117727edd131ce05bd60af5bf2ec75986d4d593024b 0.25 MB 356 15
568,571 568,571 00000000000000000020fcdf6300fa353ba8fc1ed19d1be6bb7d926955e76b0c 0.46 MB 1,021 16
568,570 568,570 0000000000000000000afa0b8fe2cf40133e59788bdf359afe701582d8fc4e16 0.03 MB 59 15
568,569 568,569 0000000000000000001a052f7f86b35df49958efea7c0a40abd6ec353007ba80 0.86 MB 1,501 5
568,568 568,568 00000000000000000003becbb5f1d505f1ee0a00ad40f1e1cf1d2e408c7a743c 1.11 MB 1,402 8
568,567 568,567 0000000000000000000ed4ab3d60d0136e23183c0faf17e1470b17736a78425c 1.15 MB 1,805 15
568,566 568,566 0000000000000000000e97412d2c64473cb5b62a505cae56fe1ac5a0a4030d8d 1.23 MB 2,749 37
568,565 568,565 00000000000000000001c4d8a54eebbc271733a6edc4860082ca4210422c06a2 0.26 MB 468 12
568,564 568,564 0000000000000000001c77ad6ab6a4b55ae678f3f03dda036f5f84499efaa70a 0.07 MB 191 13
568,563 568,563 0000000000000000000467112af3afb8b3b58108b6990783359105cc0504c06d 0.45 MB 771 4
568,562 568,562 000000000000000000019139b1982d27342baf0bcf9faab359e7feae478b0352 1.13 MB 1,622 13
568,561 568,561 00000000000000000029ca518792fc62c9bacf1e1e0c0e78bc33007894949207 1.16 MB 1,967 15
568,560 568,560 0000000000000000001cc5310d02617d6c1a2b9380084a5f0f205cf4816bc6db 0.09 MB 186 16
568,559 568,559 000000000000000000159779c890c6c9948a9b68e66df0f5496e700ff1b62502 0.06 MB 182 19
568,558 568,558 000000000000000000253b147cf6ae6c6edb74241a92cd465c0c3231e7439a51 0.53 MB 1,015 13
568,557 568,557 00000000000000000005f6f888e1a16e54b0236ab06c695d80b5278182ffaf19 0.25 MB 500 12
568,556 568,556 0000000000000000000077b003283913f7d579f5696abfb8c3a05d8003834302 0.73 MB 1,295 14
Previous 10 blocks ↓
Total Size: 647.02 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,445.67 GB sent, 42.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.