Memory Pool Memory Pool Refreshing

10,052 transactions
4.60 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (676,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
231,169 231,169 00000000000001f6fde6d4c7a5e25de33459abcb5a6b1e175c85505af1753859 0.24 MB 573 181
231,168 231,168 00000000000001b1226f9534bf2b4266a478d0160621b8c724331e382461b80d 0.24 MB 517 145
231,167 231,167 0000000000000141241fae2679ca34571920ee2035e1c123a757ecb2639f5346 0.09 MB 288 217
231,166 231,166 00000000000000450e8ab47f20d219f61ac2c42f8e9605f4231c7df161c499c9 0.06 MB 123 172
231,165 231,165 00000000000000de7108646ea77d2e149a4e65d363a3d6240034002b666c5425 0.21 MB 525 180
231,164 231,164 00000000000000c0d88e58badc24beaaf71421c5b09a7f8734532381d04e7767 0.12 MB 280 184
231,163 231,163 00000000000001a51e8744159719b689af866c35ba73af3aa100f0bf47d48858 0.35 MB 891 157
231,162 231,162 000000000000006fecd446f43f13499a2993f1448f8a5f80f0233526d3ca6dfe 0.01 MB 24 4
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.