Memory Pool Memory Pool Refreshing

4,516 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (719,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,327 188,327 000000000000084ef637488077f1b730cee556b63391b4420be01ac3ac5c26ef 0.07 MB 195 75
188,326 188,326 000000000000005f771967f68c5ee0250de7c006860b0da2705a58d1659b0f35 0.01 MB 26 131
188,325 188,325 000000000000040c54217b0dd3ec50c2234e0519a8ac8fb9d425947719a1a21a 0.05 MB 141 142
188,324 188,324 000000000000043cc958990b729777caada38b02f7d437f1803286c14e67421f 0.00 MB 9 300
188,323 188,323 000000000000082303cd8e4558bd381e38d119ab1f8a1cc37080113746255b39 0.05 MB 76 89
188,322 188,322 0000000000000522f00bcfad44174f6429fccc203abf23df296b8e44170b8cc2 0.03 MB 47 97
188,321 188,321 0000000000000422febe6243af0cdff08ce28a697869bd1b476938178b700a84 0.04 MB 100 83
188,320 188,320 00000000000000d2617c1375034df67332487aebec47da61ca71bb6ab34c7e42 0.19 MB 336 110
188,319 188,319 00000000000006a53a9467a2ab0c35143eb538cefecfe71112f304d4d88bda9c 0.03 MB 81 127
188,318 188,318 000000000000049eea4384da90d3aa0db3ead8288e086c4caebcd41603d0502d 0.02 MB 45 75
188,317 188,317 000000000000030036228f470f8ea0fce74d247fba8a7b7fad2a42da35baa232 0.03 MB 96 8
188,316 188,316 0000000000000251120a8dabe8844807ee43fe88d127360405803143f903e6e4 0.06 MB 155 100
188,315 188,315 0000000000000264ebb95e0cf1f1cdf8f54b471901d89a066004c49f32f993f0 0.05 MB 139 188
188,314 188,314 000000000000031418c8159ddd7c2e2dd17968f659c72f6a765d8fb9d96131b6 0.25 MB 659 140
188,313 188,313 0000000000000796055c12fe16d04d5d96d3e77fc57156725e185c41548499d1 0.01 MB 13 65
188,312 188,312 00000000000000acb7ee1e7ef7798fa7e8f73078907b63b678b70faeef2c3dd0 0.31 MB 890 86
188,311 188,311 00000000000006560916ff08f712121eca2aa374b6556236d5a1009b47611d74 0.18 MB 456 152
188,310 188,310 000000000000070f1a0fc6a741685d8aae044f3507e9a6372ab5fe128657f183 0.05 MB 109 14
188,309 188,309 00000000000000abd69078a610f157a47aa7d77d423b7be0ae87edc68e9d1ad4 0.13 MB 341 198
188,308 188,308 000000000000039efa46b92c61761e781a2eb4dc1db0667e4244b5e2cff9c8d5 0.12 MB 313 135
188,307 188,307 00000000000007d83fac76e5423a49c0f5cc20343f77459309f303b643f9514c 0.07 MB 128 37
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.