Memory Pool Memory Pool Refreshing

7,350 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (713,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,377 194,377 000000000000017ce126d2f7d80f8cdf297631d22991a5a0a206d786428e860f 0.10 MB 331 0
194,376 194,376 0000000000000258573300ef36115caf059d990cc6a135bf1e842b1008cc57d5 0.06 MB 89 63
194,375 194,375 000000000000020f4ae1f1bc5672cef9813798dcf60388b9c687bc0592c83111 0.09 MB 169 91
194,374 194,374 00000000000006eea3b5d1be1545a3c2570b445eb00b8893ff29c8c70a5cacbf 0.15 MB 404 157
194,373 194,373 00000000000004702acb9acb54d4f9633132f80ad94155ad958e361f9b7a4dfc 0.36 MB 592 100
194,372 194,372 00000000000001fc5ebb0b6257a69df0dec82a7ec0df4d9689efbd0631fd2c40 0.20 MB 325 122
194,371 194,371 00000000000001ebdb8ff53a0b1d0c1ff090b871eda364a3b1c806d2728e813e 0.03 MB 36 0
194,370 194,370 00000000000000dabf4c1684ebb4478ad8116d50d278459eac2637d19763bfcd 0.25 MB 554 132
194,369 194,369 00000000000003415e85c5cbf744218d94ab56430e8246aafde1d4050d55f516 0.48 MB 1,024 219
194,368 194,368 000000000000030eebb585f615a488cf48ef6f868f62e07b41d88c7e35630e6b 0.02 MB 16 505
194,367 194,367 0000000000000433a6ba320f8b2207a53f91284857728f7139562dbf622847a3 0.05 MB 99 6
194,366 194,366 000000000000048d221097c95323a9106079d4b9a8886c46752d59e9366cac6d 0.25 MB 760 168
194,365 194,365 000000000000049bee0ffc672e45d2db10ba6137fac1df16458aafb25c137561 0.25 MB 356 98
194,364 194,364 0000000000000101dfe987c472651d699095424f0826ccbe28d8c1d83e37e6ae 0.27 MB 229 125
194,363 194,363 00000000000003b377403962ff925725b990c9ef89796d2fdcced0ff83741583 0.00 MB 7 0
194,362 194,362 000000000000043663e0d02ad82ddcc3eaf989d3ddf691510f8ebbd405839d3e 0.00 MB 12 3,065
194,361 194,361 00000000000001db8262cff52320f67509ebd41464c1f5260cb252736479c090 0.39 MB 1,024 167
194,360 194,360 000000000000068a404d51de815b9f49fe7c8d278b2d20973d96f75f69ce65a8 0.27 MB 506 189
194,359 194,359 00000000000005d571845c89bc2b04d43239c2cef834af541a3d64c2dfd17db7 0.05 MB 103 61
194,358 194,358 000000000000060b3617f0243bcec465ba68e8b48600c64a20108310185c54fd 0.04 MB 143 130
194,357 194,357 00000000000001fc3496571a1d4f5b3769ed6c8146709042080e27be7ca63678 0.42 MB 896 158
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.