Memory Pool Memory Pool Refreshing

55,458 transactions
27.72 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,787 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 1,143 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,786 (420,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,773 424,773 000000000000000000b24173547cf473c60667c04f2a16ad423b5ead8bb52f3c 0.37 MB 1,020 65
424,772 424,772 000000000000000004b055ab9ce60a1300497cc654d18cf5e9145f258908f11e 0.40 MB 1,068 64
424,771 424,771 00000000000000000025b8377072c143bface88933f4df09f37031266c4fc322 0.18 MB 383 58
424,770 424,770 0000000000000000001116549d53d53209d2f62231d2c8e4b94022050dfaec17 0.37 MB 766 56
424,769 424,769 000000000000000002a5ead19436828bf4ed938def7c19f234b601194788a23f 0.99 MB 144 3
424,768 424,768 0000000000000000026d89893a0df83116d9fbd21e7626268c8ab1147ed0bc4f 1.00 MB 783 22
424,767 424,767 000000000000000003c1b5f2d315d6a540b338317027f2323b43efb2e7f57a16 1.00 MB 1,576 39
424,766 424,766 0000000000000000011745762c8395eb6b1d734f5fc35db405e0ab00060a7bf0 0.51 MB 1,161 55
424,765 424,765 00000000000000000103a829af63189e21425a3c67e603cf5ff7d59bdc194506 0.17 MB 427 64
424,764 424,764 000000000000000004d524006933bd88880282bd22f0beb433bda4bed5110d05 0.08 MB 187 67
424,763 424,763 000000000000000003ef7d5f71a6792b578b40888803f52d75030a4133d7f361 0.48 MB 1,099 67
424,762 424,762 000000000000000001e16c10dbfef4002b92d0575f1a289cfcc7e2dd51951972 0.99 MB 546 14
424,761 424,761 000000000000000003f052ce7711b71fbcf2b526f60cdd2f55b7ca2f7740f32f 1.00 MB 2,551 78
424,760 424,760 00000000000000000077be0493ffedc93a439bb30f553a287a39bdd71b3c21e5 0.64 MB 1,415 63
424,759 424,759 0000000000000000017ddaa118c443a2d531c7f6466e7c5e2bfd99f1e69d5977 0.06 MB 156 111
424,758 424,758 000000000000000000a89234b8d677ce7bef98a30bff91bf0458d6e4613c791e 0.25 MB 444 58
424,757 424,757 0000000000000000044d086d3d21a5cce28a3143a82195aa5f2e8d0abae15c2b 0.15 MB 316 64
424,756 424,756 0000000000000000053e556d17f183cec094d777c474c197ce784258864f1a81 0.99 MB 953 28
424,755 424,755 000000000000000001b9260204345191cea405aaabecf66cba9e727f099097e7 1.00 MB 1,662 50
424,754 424,754 000000000000000003e1b4d2f2ef07469f9b1bc741c21acae7c811eef9ad9555 1.00 MB 578 19
424,753 424,753 00000000000000000148fdb63d32fe58a353b0137a4db8da1bdd500cdc952619 1.00 MB 1,566 44
Previous 10 blocks ↓
Total Size: 651.99 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,189.28 GB sent, 71.90 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.