Memory Pool Memory Pool Refreshing

3,620 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (356,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
551,891 551,891 000000000000000000159e81582f68a21b984d4d186184b2cf924d0e0669a0f1 1.16 MB 2,420 46
551,890 551,890 00000000000000000020e09df51fa4f8b791e247e89ac59a5e44eab16108ad74 1.40 MB 1,883 52
551,889 551,889 0000000000000000002028a027b78d8ebfb6232a3169f303bb5437f5ffdd314a 1.34 MB 2,528 35
551,888 551,888 00000000000000000028ff5de72173458d5c9c82dbb7117377263e77b963ed3e 1.32 MB 3,242 61
551,887 551,887 0000000000000000001aacc5cda6d3eff006056f625668ae0df6d5ed27cfdc2e 1.22 MB 2,593 54
551,886 551,886 0000000000000000001db5362dfac951838ee06c916473c9bb47f66c650271e7 1.28 MB 2,565 40
551,885 551,885 00000000000000000012a34a6725717438f79c4cd8df954a1c252caba210a96b 1.27 MB 2,943 63
551,884 551,884 00000000000000000027195adb6df58cc5074c81c316259cd38a02f1ff01cccb 1.19 MB 2,461 37
551,883 551,883 000000000000000000166f2a207d5bf57f6459d10b1fb5b712f2faf9597b1e31 1.12 MB 1,720 30
551,882 551,882 00000000000000000013a938e380ee5341275315a3338427205c283edc7278c1 1.22 MB 2,554 53
551,881 551,881 00000000000000000025db485a52ae2a955f52f484f102c3f455a6675b40d2ab 1.28 MB 2,690 54
551,880 551,880 000000000000000000119586fd959941d0b8b0ab0398068b9c53f2617e959bad 1.27 MB 3,130 59
551,879 551,879 0000000000000000002752a3ea57f152e0b3741455b6222a7ddbd6723979d8a3 1.25 MB 2,376 54
551,878 551,878 0000000000000000002630398cd3c826f92f8d5c38c69ca7a3d93ff22e129a09 1.19 MB 2,253 51
551,877 551,877 00000000000000000021a0a4fb1da2b42ed2310c25d3822d0c5b51d2b35050ee 1.30 MB 2,559 34
551,876 551,876 0000000000000000002746a0b96ae00a22bc1603fcdf4cdc04a9af29a49f9f14 1.10 MB 2,911 25
551,875 551,875 00000000000000000028cec70b79a64caa5b6123a8dc85016f9bc23b752ea173 1.21 MB 2,726 34
551,874 551,874 00000000000000000014caef37707b2697264c8c4e513661e29be3cb406b23db 1.19 MB 2,730 28
551,873 551,873 0000000000000000000d068392a3bbc7a73a67b1ff84691f60028ee391e86326 1.24 MB 3,150 39
551,872 551,872 00000000000000000015f7a8fb32252b8f6b191b32c0e93f6f424557b44e86c1 1.34 MB 3,274 59
551,871 551,871 00000000000000000020957e9c49fb476deeb5184c1698800827a1eae0ba6ceb 1.26 MB 2,954 58
Previous 10 blocks ↓
Total Size: 769.46 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,646.22 GB sent, 95.27 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.