Memory Pool Memory Pool Refreshing

74,200 transactions
33.02 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,150 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,894 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,149 (499,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,821 345,821 00000000000000000b6cd2efe5d201c38c8d913579603f332ca9cbb0fe057c62 0.11 MB 164 19
345,820 345,820 00000000000000000868dc5799fc912b1ee92a9dfa602d1b59c4d4fb0575507c 0.12 MB 159 15
345,819 345,819 00000000000000000a1c9af86151fae55cd7aeb7701bbc26bc618fe4e2c71a83 0.14 MB 170 15
345,818 345,818 0000000000000000121cf1580251c108d4f3086f8456ae87680dccd46f18a424 0.35 MB 607 22
345,817 345,817 0000000000000000161335fbf66f66c777aa4e6172b4714889a0e6d617a31c6b 0.30 MB 564 22
345,816 345,816 00000000000000001739da0b4e8784f6a79e87188570de03fd2072932d428347 0.75 MB 1,003 16
345,815 345,815 00000000000000000fd4bfd794c5ce17263d7cd8792df5573f85d99aae3ba4fc 0.31 MB 503 24
345,814 345,814 000000000000000005c4fe6908eb1721187d6d2d078e0ab2e0e537879f261d6a 1.00 MB 845 14
345,813 345,813 000000000000000001d7629db4cc673210aba8788994f3b033572cebfb40a9fb 0.75 MB 744 18
345,812 345,812 000000000000000008be468aa787b153981af03a24e3347afa02e5dba4075ab5 0.75 MB 1,310 26
345,811 345,811 000000000000000010e81b28984ae6b160fe378fba0f917adbd14583df00e899 0.75 MB 1,455 37
345,810 345,810 0000000000000000009cac986173397d509fe52abab1de1798b07b8340e1cea5 0.15 MB 288 36
345,809 345,809 0000000000000000139d1a778c5b8bb55164fc565bcfe1e91dfb537b7165d022 0.10 MB 115 23
345,808 345,808 000000000000000005db0289417e133352b7c46d42c5ec5e785baa3f36ff3159 1.00 MB 330 13
345,807 345,807 00000000000000000ab57797a68fd5ba58f3c7fa8c84029d9e473695c477a8a2 0.88 MB 890 18
345,806 345,806 0000000000000000070850014069d0e40bbec7c1e56e45d6773cceccb32efa95 0.75 MB 1,613 29
345,805 345,805 00000000000000000eb68f2659e83f8122128b8151a85d3543fcd6257eb615d9 0.19 MB 206 17
345,804 345,804 00000000000000001512b742289ab59fdfe71bfac5106deaa864369268c38264 0.31 MB 498 22
345,803 345,803 0000000000000000175d92e89240a40bc14c015b335541c6e247d51e763811d8 0.59 MB 483 12
345,802 345,802 00000000000000000405fa0e5b95e862e041a32082991a2f82c322a5a82f0d16 0.75 MB 1,154 22
345,801 345,801 0000000000000000056a1ce74455be04f1e0ab825237ca74b0c215c305a6826d 0.27 MB 1,024 55
Previous 10 blocks ↓
Total Size: 652.67 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,283.48 GB sent, 76.38 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.