Memory Pool Memory Pool Refreshing

10,197 transactions
4.65 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (710,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,530 197,530 00000000000006954c4e24f646ea0f2c5c70763772d08a0a8cc9910684676607 0.03 MB 74 166
197,529 197,529 00000000000005b22080aea02f8f869340c21a80c53c999b5380300ce9bae52a 0.04 MB 148 67
197,528 197,528 000000000000060df8978c5be665f5dc7095ff56badbf90bf0364e53662aa177 0.04 MB 88 105
197,527 197,527 000000000000013fcf0d071e54c00838654cc2328b463bea33894ed51eec96dd 0.06 MB 162 132
197,526 197,526 00000000000006167abe5f5f5f01695d0d4d8989b439f4dd70838a787b17bdc5 0.01 MB 45 108
197,525 197,525 000000000000062e4125c293ea0fedb665a3d7f5e448a183ed09ba445fbcadc4 0.04 MB 95 154
197,524 197,524 00000000000002fc5ec5a44f01cfd51212fffbbdc8b58fe8722aff10d584f214 0.04 MB 64 69
197,523 197,523 00000000000003ee44c7a795e43829d03d79b3abbb1a2ef0e504726f1e2aec02 0.38 MB 1,024 14
197,522 197,522 0000000000000131d460f0cc4edd60b390635d417f3d24ee18d00167b3c334e4 0.02 MB 69 0
197,521 197,521 00000000000004deee4b559a79746fe82ad532d4e0c3973949850a2b2692744b 0.06 MB 133 126
197,520 197,520 0000000000000690e1f62bba608adaedda503b1151985690d16bb86bd75a91e0 0.05 MB 152 138
197,519 197,519 00000000000004e488efae766b5f80507464c44749d7aa01838d16d66553a705 0.23 MB 450 129
197,518 197,518 000000000000011164aa63d45d313d91ff7bfb429fb494c252ea8585e755ef84 0.12 MB 149 88
197,517 197,517 00000000000004721a67e137004fa299bfa9557e4456a35cbec4d632533839b6 0.05 MB 108 142
197,516 197,516 00000000000002bc45d89d6ec1c7bede27ae8b051e61cfeccd79324e5592fbba 0.20 MB 496 133
197,515 197,515 00000000000005c8d18d52358878ff3cea0b36e277314beb7ce4a63f98b20491 0.17 MB 196 94
197,514 197,514 00000000000002a89ab57518c1a9e46e93eda520ab952c49fc7e57b69d09c8a2 0.05 MB 147 143
197,513 197,513 00000000000002272fa6874fd2411f9c9d3b9858dd027e3dc39de66c8b08d780 0.05 MB 131 102
197,512 197,512 0000000000000274fb87164d733b33eba02a94a1d282ce5b1070418d3b344778 0.21 MB 574 140
197,511 197,511 0000000000000530a3fe320049286dc85918e989e98a3182ecee58ab2616d94c 0.10 MB 256 212
197,510 197,510 00000000000002da826b0204c3df6aea75f2a83026ba527e8a26a55df20d22ed 0.04 MB 77 179
Previous 10 blocks ↓
Total Size: 769.03 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,625.71 GB sent, 93.04 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.