Memory Pool Memory Pool Refreshing

29,898 transactions
30.90 vMB
Show Random Selection Loading Transactions
Max Size: 132/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,270 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,727 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,269 (263,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
579,119 579,119 0000000000000000000c89b920eb15692ead86525e208cc3a32db254f108b4b6 1.35 MB 2,828 212
579,118 579,118 000000000000000000244cfd02896f1132a146f10452c43405b8b3647379b3e6 1.40 MB 2,703 190
579,117 579,117 0000000000000000001590dde141f89a4183a6f4d9aadf90b5a06c24e0602403 1.39 MB 3,523 223
579,116 579,116 0000000000000000001bae277f92a484ba6534dc623988b3e652c4dbdbdeccd9 1.17 MB 2,724 81
579,115 579,115 0000000000000000001340e58a0e65981fa87727e497ace468fec387ef23a9a3 1.51 MB 1,369 70
579,114 579,114 0000000000000000001c19dc0d3a91efeb91fd519711630797fecaf4d0679fc8 1.23 MB 2,443 99
579,113 579,113 0000000000000000001ef68047c9db0168473f9090140af394dff85109af4872 1.18 MB 2,838 124
579,112 579,112 00000000000000000024e9099cbbe46e9922df6fe767b23afa20b1ee07c7b57c 1.22 MB 2,368 92
579,111 579,111 0000000000000000000992f9b4e0a2b0ff37d1018f87da71b31e3a64fe16905a 1.27 MB 2,151 138
579,110 579,110 000000000000000000142a7724678b99f86289de1bdc0a45e06322ab81f20064 1.19 MB 2,830 143
579,109 579,109 0000000000000000000360c0335635e1e228729a12c374e85f1687cee09a0f5e 1.27 MB 2,274 178
579,108 579,108 0000000000000000000f8cc0e844d4bd49fa4435bd4484552a7b1f2d0416bb7d 1.21 MB 2,779 114
579,107 579,107 0000000000000000000786e2a4ed76a1e7e7566430a9e505016c9aa5c21fcf97 1.25 MB 2,175 160
579,106 579,106 00000000000000000011afad4738f6e6e69dfdea55416ebf127d433be85f81a9 1.32 MB 2,425 171
579,105 579,105 00000000000000000008a40e39f7c022fd81c5275a247487ed34b42b958d6584 1.19 MB 2,358 128
579,104 579,104 00000000000000000013fc9bef87f13031b698458be6c661767620dbab48ff86 1.07 MB 2,315 122
579,103 579,103 0000000000000000000fd0d47ef202c1a2a4bd9fff2a710565436b23e9360016 1.25 MB 2,883 184
579,102 579,102 0000000000000000001b094b711ddb21702f2729bce321a439755856e3c553c1 1.19 MB 2,384 133
579,101 579,101 00000000000000000014b613ea853f34fb0109b04d6c657a9f6f64a447863eef 1.25 MB 2,926 178
579,100 579,100 00000000000000000004c57aa001fc220a8982abf44a61cd7f3933a3c8f8d406 1.33 MB 2,728 199
579,099 579,099 000000000000000000238a1cd98aef7c4867a618f4b3bfe90dd7831040062991 1.30 MB 3,130 189
Previous 10 blocks ↓
Total Size: 647.23 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,464.63 GB sent, 44.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.