Memory Pool Memory Pool Refreshing

40,289 transactions
45.83 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
842,316 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,286 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,315 (787,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
54,798 54,798 000000000b2fe4ad687565f482a2851a8a469782b28b6788024caccdbf5a7343 0.00 MB 1 0
54,797 54,797 00000000031200fec7d34f369130f671462c22ca016a352e87d0fa4060a485cc 0.00 MB 1 0
54,796 54,796 000000000e9cd5d2827a71d9f203f121c2bd646f58eabc27e0e16b286e0976e0 0.00 MB 3 0
54,795 54,795 0000000003caeef90f6df2750781fe10356641c5fcea56b286afedc2cd45fd4f 0.00 MB 2 0
54,794 54,794 00000000052ee9020e306e859e19955eae0f0679f74597ea1f8a782a90d2d9c1 0.00 MB 1 0
54,793 54,793 0000000004bb97947507100fe15dbec8c56164f547fc211136dfd6b1be39dbac 0.00 MB 1 0
54,792 54,792 0000000005214bf943badfc68cd21905898c1b6c384080ac19226297ec06dda3 0.00 MB 1 0
54,791 54,791 000000000fd74d301d6f246dc72f9034bed50d5cb2e7cb7492a67f66f52a197c 0.00 MB 1 0
54,790 54,790 0000000007719d1d89219cdf23496d5845d5067af69d653ac8539398bdf12556 0.00 MB 1 0
54,789 54,789 00000000017aa29faa5b5acc82151af64c2706d30ca29c40e19452da75e6eb90 0.00 MB 1 0
54,788 54,788 00000000091a542e517a057583af3cfbe0620754c158144c0b3a4a316fefd4e1 0.00 MB 2 0
54,787 54,787 000000000e10fcb1588afe5d9fb25d8833d61a1876f074a818fc9a24cf18e535 0.00 MB 1 0
54,786 54,786 0000000002e33f7de4e5d29f2289d44a3bef73008f0bf865fd394b62fef49d48 0.00 MB 1 0
54,785 54,785 00000000025620c535f5ab97004a5c2011f5f99af50dc27ed4c2805724c87d71 0.00 MB 1 0
54,784 54,784 000000000149bf9b4318fabdb8cdc2a2a0f710aedbdc177c213ab2fe21278e6d 0.00 MB 1 0
54,783 54,783 0000000012f304727eccdeace200708b5ee240566ef7e86c54f0c3b84c359eef 0.00 MB 2 0
54,782 54,782 00000000103acad679535635b2775f9fc39be62c5f06355cbc6519a87a5b5231 0.00 MB 1 0
54,781 54,781 00000000093b7be6782b1dc471bb69023969c31113e26c51d0caef0cc7123ab7 0.00 MB 1 0
54,780 54,780 00000000021d49d80af969c24de14e4fc537f2af92afb410ebfbe24d697dd09e 0.00 MB 2 0
54,779 54,779 0000000006dc4252a186aa6350cce8c6b0ddd0f90b6f9be0b03f37d8222f259b 0.00 MB 1 0
54,778 54,778 00000000104174c4945a4acdeebf5683a5a6c41bddebc28b0f1a2f228ea3fcbe 0.01 MB 6 0
Previous 10 blocks ↓
Total Size: 647.31 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,475.34 GB sent, 44.76 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.