Memory Pool Memory Pool Refreshing

1,804 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,794 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (676,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
231,177 231,177 00000000000001b03c08e02e2fcf56627d86df5147121400c224ab9b2aa511a8 0.25 MB 643 193
231,176 231,176 00000000000001dfd9654975a9f87caff89e0f26953106f4d759caab2cc9d59b 0.00 MB 4 52
231,175 231,175 00000000000002037f42cad1a74a5ab54163c614ab3037806cbf56de6a187386 0.01 MB 17 176
231,174 231,174 00000000000000d753241b9337bf433c7f215dc2eaa3920c7ba5d629454ebf4d 0.25 MB 432 119
231,173 231,173 000000000000003efd9d850dbebb93f03d2e3f8b6c40515afbae9ca3afdf0693 0.15 MB 326 171
231,172 231,172 00000000000000149118665ce7d9eae23866a2a74572c3b659b1c88bd1c26758 0.29 MB 632 149
231,171 231,171 00000000000000d3c22d08bca936a0e430e70331057cd8aa4fa9f5f69ffd84d2 0.30 MB 694 136
231,170 231,170 000000000000006d6f399d6f282313a5f3a20a51236a4ec0af030ace40e53690 0.09 MB 237 237
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.