Memory Pool Memory Pool Refreshing

2,106 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,081 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 2,101 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,080 (651,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,376 256,376 000000000000001bb8898cbb90d0c5d5a481962c7629e7865e9323ebabdc11a9 0.19 MB 225 95
256,375 256,375 000000000000001dda884e4bc851e2406e7ddd81d0e3585527981a6da319ff01 0.06 MB 71 32
256,374 256,374 000000000000000b97c827e219e1cd470423b9085f185880b0f9678cdc214ee6 0.25 MB 530 98
256,373 256,373 000000000000000dd6405642a47a23accb7d122087d19e2ca7221818256ab460 0.25 MB 774 204
256,372 256,372 000000000000001ab6bd2383a2d6957a925bb6b2a47f2a41e91eb9811ec91f64 0.13 MB 328 139
256,371 256,371 00000000000000246c7717ef2a74c7a329ac33c0c4037f7d38c64be57d26f311 0.02 MB 36 99
256,370 256,370 0000000000000014c0e9ef121e88b957af632d33c41662c9069409f59c0d0d31 0.07 MB 148 111
256,369 256,369 000000000000002c1e42126ee15a89d87285d853cf7f59f3ba4071662293d407 0.38 MB 916 124
256,368 256,368 000000000000000c2e41058b9cf78acbdd537af68b5ee448a384085bbf68104f 0.05 MB 128 190
256,367 256,367 0000000000000008826fdcefabd1cb0a9cffcd486e50d19c8fc401aa035ae46e 0.12 MB 326 137
256,366 256,366 000000000000002b24931607909866b3913583574645632653d6236f1f267ce1 0.03 MB 57 87
256,365 256,365 000000000000001c6b869784b2a106d6e0429c9559a2e47266895b6f8d5d43c9 0.15 MB 360 126
256,364 256,364 0000000000000002a31eeabcd9c4537a506877df71448ec79684490e01ba97d7 0.22 MB 501 123
256,363 256,363 000000000000002004b218b2740bab21fa5917c95bdf5b30b0c7f5b99d7fc71e 0.11 MB 270 122
256,362 256,362 0000000000000025094f2b56fbd1e01d6aad01c83f1db19c270fb7f57746b459 0.07 MB 173 133
256,361 256,361 00000000000000069e539692a997e7b11d46da5a34ab45d6eaf5e365e31cd5f5 0.19 MB 454 129
256,360 256,360 000000000000000e47948f75a6fa6f0fabfc054de564f189a24d89ce273940dc 0.18 MB 430 122
256,359 256,359 00000000000000296891e86df276de3c9ccd852e30c8c09e53b73999d6b0220f 0.26 MB 560 118
256,358 256,358 00000000000000290137381932da6b3d18146a6c7618d40f7600a5582566f1fe 0.03 MB 72 120
256,357 256,357 000000000000002c7eb824d9770dda457726a052aa5addef298f329ee8fde424 0.21 MB 394 109
256,356 256,356 000000000000001bf4181576944a0d8b42e841ec1329c13c018b5d24a47eb244 0.24 MB 485 129
Previous 10 blocks ↓
Total Size: 769.69 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,667.31 GB sent, 96.36 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.