Memory Pool Memory Pool Refreshing

6,067 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,872 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (727,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
180,275 180,275 00000000000005c68038273191b782e1372d7c3847a541edc99af10b9c1b2839 0.15 MB 311 110
180,274 180,274 00000000000007e1f4fbf64ce1b0b2ddddc4caeaccbcb6030ee833ebcc49fbc8 0.05 MB 133 57
180,273 180,273 0000000000000107abfe6334feec307a79c95d0c4d9ed869530403cf041c9f14 0.18 MB 398 546
180,272 180,272 0000000000000678ebbf2e41969bc014ef5e93a8d2001d04005e4adb321584df 0.04 MB 103 127
180,271 180,271 0000000000000820aed87e7c95dd6d7e8c79881b2b1c43789b4f22ab0f2f3bdb 0.03 MB 44 98
180,270 180,270 00000000000002f218d8966f2d22d96187616c501ee22939978dd201db5b4ad1 0.04 MB 137 25
180,269 180,269 00000000000004943b14db2596d6ddfd78bd44820a0981aa8f2e982bb2cf5193 0.22 MB 515 146
180,268 180,268 0000000000000079c9cace7aa81d720beb577c87776776fb586f7cd2b0b61997 0.08 MB 149 123
180,267 180,267 000000000000000ee1f6b15485defe8ec5e0bf0f9d850eec7499c324578793a8 0.01 MB 36 149
180,266 180,266 00000000000008778235fc941013206cf0903c5d2dad500107954dce439a1c4e 0.01 MB 44 141
180,265 180,265 00000000000003679c303df932c52a270adcafe1551f6377152e7a7caa28ea30 0.20 MB 430 143
180,264 180,264 0000000000000930fcd0db0b1e8dcd016980de234251bf137ec5d7564bc0d8d5 0.05 MB 131 181
180,263 180,263 00000000000001d3caab1f7622089d689117803967e0a6b8ce3f6e38f93aaf2c 0.03 MB 58 159
180,262 180,262 00000000000006c500de2f05dd4ed2282da2b25287a8200793a81cefb385315c 0.09 MB 215 141
180,261 180,261 00000000000004a241d3daea67b7d83ed885e38371c2d0ceef1cdb06869d941c 0.14 MB 256 137
180,260 180,260 000000000000051950b2b8a76d95bc9803155bbb8acd5e729e77cb4ba91d3ee9 0.05 MB 140 118
180,259 180,259 0000000000000229829b178ffe4e9ead7aad29853bfc01d0568b41db03bc32d6 0.25 MB 551 161
180,258 180,258 000000000000057bab92e8841429f984e09eddd10fc4dad3ed01e1b9525b9997 0.05 MB 120 113
180,257 180,257 00000000000002e4eee2d4aac327e8bd73e1d991de0cf472abe0f7db2e68f8f3 0.11 MB 220 196
180,256 180,256 00000000000003c0d0d846a4423770e94e2ac0bf014e6df471a395905175fa25 0.00 MB 10 0
180,255 180,255 000000000000067a4425106608cfbc8b5b5fa4c9fedb8b8deb6d92f022b9e96b 0.10 MB 204 205
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.