Memory Pool Memory Pool Refreshing

3,086 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (650,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,293 257,293 0000000000000025bad116427877c09cc745103af0cc26db07d82563ee868d9b 0.02 MB 64 82
257,292 257,292 0000000000000002562d577def240998f9899829388e0fe5f51392a9e45eaf7d 0.13 MB 289 95
257,291 257,291 00000000000000259a98cbe294259106b3c07d8b821756d671c0daf05b524b14 0.16 MB 389 87
257,290 257,290 0000000000000015a88d812a0fe652599db188bc44ac2dc81cc44e5a98d4add2 0.02 MB 49 94
257,289 257,289 00000000000000155ffb80078c02287ddf57f1b78030b0d0e3b10f45c3cd30c9 0.03 MB 76 84
257,288 257,288 0000000000000009a3e21b591033af6d2f68fb15bd33e7095335a10251d46e28 0.08 MB 180 125
257,287 257,287 000000000000000c51e3f325108b96b9b46f9a1bc2aaf02a1b6f1f07c1e25d68 0.05 MB 119 90
257,286 257,286 0000000000000017b7ffc6000b36f488f95645a003f62d22b1e48c445ec697ce 0.05 MB 125 110
257,285 257,285 0000000000000013ae82411a2b5934e6373f39f96cb522b639071180b4e4d8b1 0.03 MB 74 71
257,284 257,284 0000000000000012decddbbdbeba7ea2300f4c4b6cc8dcde527af36cef1b335d 0.06 MB 128 118
257,283 257,283 000000000000002d3473e90c2643c986cf59af3c546df021515ab0665cb8a055 0.03 MB 99 82
257,282 257,282 0000000000000007b1784fd957085c9ea06edda21c7e35bc1c8831077a5782ee 0.03 MB 32 43
257,281 257,281 00000000000000063ef2ce724d0242f27f1daffd1b28f81e49b182041f6cb256 0.06 MB 153 132
257,280 257,280 000000000000001d7989fa34a90c77a568a61167e46135b4f80538acab1c7f60 0.27 MB 399 75
257,279 257,279 0000000000000018a4a5a7637524c244a84f742f8fd9a5b2d9e5e2ebd8b173c6 0.16 MB 422 81
257,278 257,278 000000000000000c28113df32dba2ea5a28dcf3614e812457b00301951a3be78 0.02 MB 40 72
257,277 257,277 000000000000000dbd67814873ae56d2524a97044ac95fb5952e301eefdb01fc 0.06 MB 185 138
257,276 257,276 0000000000000021f27d2fd1b4b2a025ea0412cd038e9fa42bdcf1730c50ac87 0.06 MB 148 93
257,275 257,275 0000000000000031480dfdb9cb822a6a74a4634afd9ea19e0372f6c09cdc5803 0.02 MB 51 81
257,274 257,274 0000000000000023511bd6f066b596a9002685dd504449e4ebdad27324e4c42f 0.17 MB 410 96
257,273 257,273 000000000000001ed40c90983f58ba85301846591f283da44f65e353a4a1783c 0.06 MB 129 140
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.