Memory Pool Memory Pool Refreshing

4,172 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (677,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,480 230,480 000000000000009c32c192aa933dca6996ce2616b45a0897f01509b5cffc3104 0.31 MB 779 143
230,479 230,479 0000000000000090bdbd26df22b15e45946184ad75acb113c19f027f1c120c6f 0.06 MB 109 73
230,478 230,478 000000000000003570088432f4a0121671c8c6a368e023d3cb3bd7e3898c2d18 0.25 MB 480 38
230,477 230,477 00000000000001b19b4d495ef2b3e888e04b2ba2da8b11b526f4b2bc9cc98660 0.14 MB 194 79
230,476 230,476 000000000000015bd5c34bd72716f6e50635256523068d1453b82c086f4062b7 0.25 MB 437 106
230,475 230,475 00000000000001fe095967ebbf0ac1efebcd69e2a971477977e21d0904891ed7 0.25 MB 786 375
230,474 230,474 000000000000010a21990295b2b31996f9da5654e9041dacd0ae3d9f12874c2c 0.18 MB 405 151
230,473 230,473 00000000000000fb60f16836fa0378681da14a7da8bef787e05f1ec00b56eaf1 0.21 MB 473 126
230,472 230,472 0000000000000115bc33137e007160d50aab8d544bf6f751b67b443c4415fb60 0.00 MB 5 940
230,471 230,471 00000000000000edc5148d7312d42e09abebb9a379d616c51aa809a93d7e9801 0.25 MB 537 137
230,470 230,470 000000000000003113479a1b277da2d0d7ce442100176ee54304f49fe76e7118 0.08 MB 179 113
230,469 230,469 00000000000001fe989a4bcc8f4f12bc174c0f411b1e58100a0ea03ed5b669fe 0.14 MB 278 136
230,468 230,468 0000000000000168eb0df0835c9b52b7032c80327ba7a43d0de506af308ef055 0.04 MB 108 142
230,467 230,467 000000000000017dc701f49383dac355c0afd8cb3aac171397c46bc59391ae3d 0.09 MB 252 137
230,466 230,466 00000000000001a8efb87e762e523dd0bc34326fb5f2cbb8b1614d5e27b7c42f 0.18 MB 371 120
230,465 230,465 00000000000000da7c958818a8064ebea9ed7a796c8c9c66c42154371acaed9a 0.04 MB 139 10
230,464 230,464 00000000000001ab9c183025d94830462f6dd5f1448905c8e07e7219ea05af51 0.16 MB 206 113
230,463 230,463 00000000000001bfe64fbad440d061d349dc1764ae473d2b1768d253731e7da4 0.12 MB 268 55
230,462 230,462 000000000000015cae4081adf09d4a9a341341dbc54656a11642137ca4d6df9b 0.09 MB 208 177
230,461 230,461 000000000000008e3d6191064c573bc6efb7ce7d9754c943a230b6983b632421 0.15 MB 240 94
230,460 230,460 00000000000001bf100020821b739fd90ad34c1076ed4b46f5567344bcb4bcbf 0.25 MB 683 198
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.