Memory Pool Memory Pool Refreshing

2,448 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.80 vMB 2,438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (676,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,198 231,198 00000000000001a7c8f3b2da38c65afba078a12fe8e98998a0a54fd4e02df429 0.01 MB 18 135
231,197 231,197 00000000000000446b159163ff398c9cc05dc27394dc55a4bb8b371f0a868560 0.06 MB 144 180
231,196 231,196 00000000000000fd5fafe693d4f447d29e97c86d2fd96bea4a1b8b4ea4e8972d 0.15 MB 240 132
231,195 231,195 0000000000000068d4ead72f21d9e907c961e0cc5a58ccd5ce810c56fc05be9e 0.25 MB 583 158
231,194 231,194 00000000000000c6ecd0627bc4d77efce581e3820dae5eeee111b96e0b9753e4 0.18 MB 381 227
231,193 231,193 00000000000001f036243c42b3eb2371c9ba12e876fe62002933803c7c8891c8 0.11 MB 207 204
231,192 231,192 0000000000000138cd9797175e8fc310aee36daec039be4c185cbb61b757648d 0.01 MB 43 228
231,191 231,191 0000000000000099378377391546a554ed2a979eda4dea26f9cede3ce2215236 0.09 MB 197 175
231,190 231,190 000000000000020c5c0af68ee1ecab2c752747365c6106853306ccaf39303ed5 0.17 MB 378 254
231,189 231,189 00000000000001db80116143d88b1e83c6c13490b018c391d7f94a79965ccde0 0.00 MB 12 178
231,188 231,188 000000000000010c73303d6ee0c160c6bb8ca7f4b219f102293b50df60f7f66e 0.09 MB 242 278
231,187 231,187 0000000000000107ee8f7eea48d1010b9139a73b9f07c3f537b9fd8993a0f339 0.09 MB 185 153
231,186 231,186 0000000000000128b53acc209a04cee9889c0ac8bd30310b9055af850330c212 0.22 MB 364 124
231,185 231,185 0000000000000172953b13e7529d25ce3166073148bf8e8cd3119afa58e3378b 0.10 MB 247 217
231,184 231,184 000000000000021bf3b42129dcf8eb7e7c1c5255c7a12acf2eabdba678a9197f 0.09 MB 224 118
231,183 231,183 00000000000000914e0e1193124213f3e4347eab37526f20db2ac742bf6c1766 0.11 MB 230 153
231,182 231,182 0000000000000054fd499e2518b1cc8638407b3906ab5288b9873a1a4c5c9c72 0.13 MB 207 102
231,181 231,181 00000000000000c5221b6fd142158c8068bbf6c5690b2b10b62689f07f2f68ac 0.29 MB 697 148
231,180 231,180 000000000000011f15f979755f2943b575a258987ee9f57a6716a3a74d10c216 0.19 MB 383 147
231,179 231,179 00000000000000b8cc546e8be65b51547f827330079e327739fa8ee3c6782176 0.24 MB 297 35
231,178 231,178 0000000000000095b9cd4479673f276794011873c4faf3a81a5be064c7699941 0.05 MB 72 133
Previous 10 blocks ↓
Total Size: 769.15 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,632.56 GB sent, 93.62 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.