Memory Pool Memory Pool Refreshing

1,264 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 1,251 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (599,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,327 308,327 00000000000000000df5dc8a1e6d3deaa86431d6554af6c468b6776813fa2f93 0.26 MB 445 24
308,326 308,326 000000000000000037794722565ff2f2cc2dfe00891ce21fbf8a64fd7b933fbf 0.32 MB 691 30
308,325 308,325 00000000000000002a0f2e212a51bdb150ea82516dc29996f4939223e88b2a75 0.23 MB 369 25
308,324 308,324 0000000000000000358eb7f7519211e6d3f6bcc20c4e298ef79756fff6affecf 0.35 MB 873 36
308,323 308,323 00000000000000003f0db5ef57e56783817f51a4ed9bba8f22614107de0476a2 0.70 MB 946 24
308,322 308,322 00000000000000001f607988e373ef09f6a9c7619b05db4483fde293758cfd89 0.15 MB 161 24
308,321 308,321 0000000000000000231787dc96921ebe98721e0be4938321911f6e4abc5ab5b7 0.08 MB 175 34
308,320 308,320 00000000000000000c308f7a19f3f8a30c498b6717210762cad9451ffea1db0b 0.26 MB 455 27
308,319 308,319 0000000000000000281d24a2e18e0655d678b981b6ec5b5de687aaff1304dd55 0.02 MB 65 37
308,318 308,318 00000000000000001db9f577f748398a751fa5c4c427d4c2de1ac301d1995f26 0.23 MB 360 24
308,317 308,317 00000000000000004651b7942b8882d45fd517cddb5c1906f346d8debd54d136 0.31 MB 554 29
308,316 308,316 0000000000000000361cc75e494a244968f024e657da383d59d1909be133a6d0 0.01 MB 32 19
308,315 308,315 0000000000000000376a0cb4dd9080a59f312b9c48c7c995574973dbc9a290b3 0.20 MB 377 31
308,314 308,314 000000000000000035a6ad09550b3f8341de023a5304169929ccf0e58c832e0c 0.17 MB 317 31
308,313 308,313 000000000000000048411299f52f0f9c9ee76c45da2c04ac96cde196b6284efc 0.02 MB 43 586
308,312 308,312 00000000000000002c90b4ad901f3649d51625afbaf7b65e7d07410641ed8c51 0.22 MB 481 32
308,311 308,311 0000000000000000168504999a624cfb15042b339ee9c095346677b55f4164c6 0.15 MB 359 33
308,310 308,310 000000000000000035cd4dbd42f61231ee4ebafc09217c2ab7a5f406f516faeb 0.18 MB 393 33
308,309 308,309 000000000000000032ee69a225dff4dfd6da55780a12dd5ab40836a2fd80b115 0.14 MB 276 30
308,308 308,308 00000000000000004823e0f1e915275fe2854001e7a6d994a0c8f35979ca0867 0.09 MB 124 21
308,307 308,307 00000000000000003811c72a115ac0cd7d8d561464c31362f51f93e727f4b3fc 0.17 MB 340 29
Previous 10 blocks ↓
Total Size: 769.28 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.55 GB sent, 94.32 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.