Memory Pool Memory Pool Refreshing

38,482 transactions
55.42 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,669 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,990 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,668 (294,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,799 547,799 0000000000000000000af0186412343a6b1db94d1f132b0f32d42004600f14a1 1.00 MB 1,357 10
547,798 547,798 00000000000000000014dcf59e7e8b8669f87cb57e0379facdb662897207c036 0.90 MB 1,411 11
547,797 547,797 0000000000000000001a42e34aed2c324d773b5d16483ecda39b813ac74d7336 0.00 MB 1 0
547,796 547,796 000000000000000000134119dbc8e0c4929fc4ebbd6ed335fc424fc3d6ceb348 0.75 MB 1,147 10
547,795 547,795 000000000000000000135785c345243e3ebf7a2a358dd928fb21d8d2890d0f1c 0.67 MB 1,026 8
547,794 547,794 000000000000000000272a2e1fc726d96e9168700cd8793f9c2d843e58a14dec 0.86 MB 1,419 11
547,793 547,793 0000000000000000001adf874d7b78cfacd95aa1b07f7ec2955fcdc7ffe38f23 1.15 MB 2,390 13
547,792 547,792 000000000000000000150dafd13410624312e0cfedce1cfc5f25fa3f4a2ecd85 0.59 MB 324 3
547,791 547,791 00000000000000000024a0bb4e1da7f81f158d2413a445c68c5375547c8af39a 1.15 MB 2,195 5
547,790 547,790 00000000000000000019a48ed02e7762cb7db0e1862a1fafcb5b42564850f44c 1.14 MB 2,261 32
547,789 547,789 0000000000000000000b5f9d4095d9cb9a6bced0a45078e2ebb5755e43425b94 1.31 MB 2,212 8
547,788 547,788 000000000000000000025d7149d40ff943af4df0787dbf8a7a19903a5e4b2762 0.28 MB 772 25
547,787 547,787 000000000000000000050c298004ff1fb968379a94ca58fb5ed2389dfeb2e689 1.22 MB 2,576 19
547,786 547,786 0000000000000000000924683b189d003c2ebae47ba4ae789a7219a19de8706b 1.26 MB 2,916 11
547,785 547,785 00000000000000000024bd600218c6923db5650c5786b84550dcd1b9951ef19c 0.39 MB 1,003 31
547,784 547,784 0000000000000000000bca334c947e38357e39345890f02c6a651c154ed26abb 0.02 MB 39 18
547,783 547,783 000000000000000000198d33f4108c8b67e9f4b6b777ade5d16ea640fb6b8447 0.15 MB 281 11
547,782 547,782 0000000000000000001f062f75667df33a38be9358d00a405987637742d1cf35 0.68 MB 1,116 14
547,781 547,781 0000000000000000001ebe51904a9cf827dadb79b0cf8016fdcf6404bf6e4aa6 0.31 MB 592 11
547,780 547,780 000000000000000000027b154374792603d8a8cd27c7323cc243d3b949ff6d22 0.73 MB 602 5
547,779 547,779 0000000000000000002271c72e18c8fb87734c630d55f3eaf8246811ddb82b2d 1.15 MB 2,030 17
Previous 10 blocks ↓
Total Size: 647.99 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,560.94 GB sent, 49.13 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.