Memory Pool Memory Pool Refreshing

43,784 transactions
48.09 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,370 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,784 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,369 (162,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
679,686 679,686 00000000000000000009d0103515f1e402d65eca3aaf92eca549b785fa38a644 1.24 MB 2,672 123
679,685 679,685 00000000000000000009aa78e599862c7ad6f7ee13ae0ccdcce6d61064e4e26a 1.28 MB 1,728 138
679,684 679,684 00000000000000000000a46194c1c4a62a31d8d21cb7aa7ed58d891b1c6681b6 1.19 MB 2,210 123
679,683 679,683 00000000000000000003e8a29a28cb81e63d85809a084b3d2aeba464c2f8e662 1.23 MB 2,546 126
679,682 679,682 000000000000000000070786e4c45078e6967a70cdd4df8dd5e086cfa672e2df 1.15 MB 2,585 127
679,681 679,681 0000000000000000000a89883303ed92e6357c9b62bbcd78b98fb2fc4244c426 1.33 MB 2,742 192
679,680 679,680 00000000000000000005e8a4289919c3dec894aedd09c9c2d16975332773c45b 1.28 MB 2,154 206
679,679 679,679 00000000000000000002e665f3af38188d10b5eb776838ca15e34ed8b81d1a11 1.22 MB 1,045 186
679,678 679,678 000000000000000000019defc5a6eb9dcdb4a1dfeeb876855dce3cdecb4df36c 1.33 MB 2,219 215
679,677 679,677 000000000000000000077c3533eccc298f122235ef32b5d03700ec351d8f6045 1.39 MB 2,625 233
679,676 679,676 000000000000000000072e737519b7d0a7fb037c48e5374a40308cfc1000aa77 1.25 MB 2,146 169
679,675 679,675 0000000000000000000658c58cdfae679e404590225e6e0eda958c5ed695db55 1.14 MB 2,316 109
679,674 679,674 0000000000000000000370dc05240a6cfdfb740595b4e5a7ecb032d6f253957f 1.31 MB 2,291 182
679,673 679,673 00000000000000000005a338dfbd4c7858bbd556d19a9ea11efb6b74fb41ed9b 1.16 MB 1,964 116
679,672 679,672 000000000000000000002598b4c2ed1f668005d906c3463ead6105b6a932cdd1 1.23 MB 2,672 150
679,671 679,671 0000000000000000000523376c100277429405994e02c9a0830db6ea4f75a78f 1.20 MB 2,747 143
679,670 679,670 0000000000000000000310a960dfb5c00a7356c4fd149b0917f8af54a59dfac8 1.23 MB 1,886 131
679,669 679,669 00000000000000000001e0cbd73a97fc7325fd98c6c985d89b61400f0c7e9a20 1.30 MB 1,786 177
679,668 679,668 00000000000000000002df21584dbb1845ea6093a0cdbf9d6fe98e00c956ee4a 1.11 MB 1,035 133
679,667 679,667 00000000000000000009f70b5d91c97a2d30a1e1aafe0022f6b09db1e405c41f 1.07 MB 552 174
679,666 679,666 0000000000000000000941a73f04efee9cb598adda902bf0b38109b157f19726 1.23 MB 1,933 167
Previous 10 blocks ↓
Total Size: 647.41 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,485.03 GB sent, 45.59 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.