Memory Pool Memory Pool Refreshing

3,829 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (414,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
493,327 493,327 00000000000000000023f598893dce362d645be37dd77e95743fb53f688998cf 1.12 MB 2,441 128
493,326 493,326 000000000000000000b046006b5adad1ada94b236e281794805efea8999b462b 1.03 MB 2,223 107
493,325 493,325 0000000000000000002ec962e42836edf1138d457a6bc398d2d999752dd0409d 1.00 MB 1,561 126
493,324 493,324 000000000000000000ba051e504b99ba97546bbc954518955543ecfbe376dd2b 1.01 MB 1,745 38
493,323 493,323 00000000000000000083c3ea53a8d53384019a80a808e53ab677dfa2d0abc131 1.00 MB 1,080 118
493,322 493,322 0000000000000000003712939653736290474d82faf2239305b3a806c5a7b31e 0.00 MB 1 0
493,321 493,321 000000000000000000a4dc86d04c97f3467955a2673a7362694423c341f946e2 1.06 MB 651 41
493,320 493,320 00000000000000000095e3e758f5391bae7dfba4623508aec21a7504a9d06b1a 1.00 MB 1,329 110
493,319 493,319 000000000000000000b552b4a5a778713b37d519452d148b7d50b470c181d103 1.00 MB 1,656 143
493,318 493,318 000000000000000000ad8ee37be41648dd9cacaccdd19647e3f213f7cfd781ba 1.04 MB 1,133 67
493,317 493,317 0000000000000000006b83661b2e342d4f54597683636b41451df0cd768ec843 1.09 MB 2,414 213
493,316 493,316 0000000000000000005608b51bac27a1c23a44b557d689598b68e694b114d537 1.01 MB 928 49
493,315 493,315 0000000000000000004723f3ddd9ce3f874860de0dc71a22c09cb41a8492c0c2 1.04 MB 931 78
493,314 493,314 00000000000000000016e8266f3f179d36d6e545fa29e798a0cb9652ee78aa6c 1.00 MB 1,795 141
493,313 493,313 0000000000000000002d07182069b8bdf88242bcf92378b99f40acb4ca33ab1e 1.10 MB 1,424 78
493,312 493,312 00000000000000000062f091443dfd95496c1d98918f33da68b05442a6459b94 1.00 MB 1,919 213
493,311 493,311 000000000000000000c070ae21f25a0fa09086744b893400a50896d1938a7267 1.04 MB 1,866 214
493,310 493,310 000000000000000000ba8d33b4a189afa8711f299418710204506d4be150b117 1.08 MB 2,425 231
493,309 493,309 000000000000000000bc6d3e1b46636df6d771f218e2f4db7df0ad3ebfa0cb23 1.03 MB 1,546 33
493,308 493,308 000000000000000000748c69e6cbbb7b746aa768ddc24aaa957576e19ded5543 1.07 MB 2,103 225
493,307 493,307 00000000000000000013a80068b582303f1412f0b57c890cc0b740cedcaa57df 1.00 MB 1,680 90
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.