Memory Pool Memory Pool Refreshing

14,284 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,168 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (638,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,132 269,132 0000000000000001e4b4c69dd153294688dd037066244a5ed8f7d4aa920db45d 0.25 MB 422 60
269,131 269,131 00000000000000076815d80d4f291d6a8828368b1d51ff99076feb9fd95d002a 0.09 MB 125 38
269,130 269,130 0000000000000004cce0ee765d753dd76bea6f439131962dea84fe4b635e5bf7 0.05 MB 96 63
269,129 269,129 0000000000000003590618aa78221019c514d26adc3714fc53e8e463c2b3b189 0.11 MB 174 44
269,128 269,128 000000000000000413fc4784198e5f82801fc3fed9d427d1c64c06dbdcb7d603 0.00 MB 10 24
269,127 269,127 0000000000000001c3d5de4899ac71f7a097571a1c2628884e0d55422990cb13 0.07 MB 148 57
269,126 269,126 0000000000000006c34e49dcc80fc34f30660bba2f9d0854b118a1d2b9d2357d 0.14 MB 225 30
269,125 269,125 00000000000000037f6c3cd8b6a84a82924c413d782495db977207770ad3dfcb 0.13 MB 321 71
269,124 269,124 0000000000000003c9985c008839b7913b801211654877ed936cc7c3242c28ef 0.10 MB 177 42
269,123 269,123 0000000000000002bac1d9841c15afbbcb00b0233852afa73fc442a7d39dfe19 0.19 MB 462 76
269,122 269,122 000000000000000063a6867dc4dcc2336f0b66e7f7b1227fa534e24021739e07 0.25 MB 510 71
269,121 269,121 0000000000000005e539c5e3174b1e4fd608093eca35a157667f67d99427be12 0.20 MB 449 69
269,120 269,120 0000000000000004b1e8f3e899c71e95132ee34863cd3a1f20f9fc1455503b5d 0.08 MB 199 63
269,119 269,119 000000000000000319e4930265fe420761180d999625c12bd40176117af43a86 0.08 MB 185 74
269,118 269,118 00000000000000050bb6e28016a6353dbe59626d6b4b3c1b13e0ebc3116cafff 0.08 MB 152 68
269,117 269,117 0000000000000000474db9b50ce3e6e33fda33b213fcdc3e6069478733bee7de 0.11 MB 248 59
269,116 269,116 0000000000000002d6fd68f3d0526f059b8feb9580225b41d183db084350dc09 0.22 MB 308 56
269,115 269,115 00000000000000079ab49530fa520014bfde5abab3c9b64d930e114f4fec74b6 0.24 MB 480 61
269,114 269,114 0000000000000005e55eb8c39b12346dde68a558745ac53996d48f2cebd3d77c 0.20 MB 405 63
269,113 269,113 0000000000000003bf321da8f04204ccc1db75bb2b2aef8dfc522515a809ac4a 0.15 MB 229 43
269,112 269,112 0000000000000004ecfa947185124482157a72a31c49ef4e8635a6ea36a00a7f 0.11 MB 244 60
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.