Memory Pool Memory Pool Refreshing

1,233 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (826,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,336 82,336 0000000000420f067ef0124f15e80c2f8c6066296fd56bcb918f3e12212ff5c3 0.00 MB 8 0
82,335 82,335 0000000000088f0ece302b656ead799ad11e7f8572a16571045e1413a8498975 0.00 MB 10 0
82,334 82,334 0000000000405ef47c50c2ea882ed36833ee087bad4c17d8d533717dd9bfecce 0.00 MB 4 0
82,333 82,333 0000000000356fe81aeddee512cbc03c2fb802c7084c2e5d6254596a3dc6ae3e 0.00 MB 4 0
82,332 82,332 00000000000cf0653e71280c3c3d913434d27d9c501db51b51b94d17fcb3ef0f 0.00 MB 3 0
82,331 82,331 0000000000265c81a54eadcd5c7f5e403e350ea4124bdd16f3cd7452be3c0d79 0.00 MB 7 0
82,330 82,330 0000000000279a40214b352ede3888c2e42686445e63762967dd91361d1df4aa 0.00 MB 17 0
82,329 82,329 00000000003d3bf5bc95774df3cdc19545e0ed5b1e70f6d0baa111353d620466 0.00 MB 1 0
82,328 82,328 000000000037e9fc532a9c3557ca64496ab0c5a3726eae298b04c54eae88dd51 0.00 MB 2 0
82,327 82,327 00000000002be8ed07adbd2a6ddb96bfa73afd75457804ee94785909109eb2ec 0.00 MB 1 0
82,326 82,326 000000000004e0416d0ff486e710dcddb5072fb797f1e48832aed9cc7af868b8 0.00 MB 3 0
82,325 82,325 00000000002c486b438b14e6ec59c69fb319a81c5c38e6392135a4dfa3c37002 0.00 MB 9 0
82,324 82,324 000000000000befd946b276f6ce40b73d98913eb0aca2a14d59c00ba2ef53a72 0.00 MB 3 0
82,323 82,323 000000000016ef2f56e4104d588be687faae6c30b1e2135dda40de37e58f2955 0.00 MB 1 0
82,322 82,322 000000000002a3799f74bc061004d3bf90b51df3242207cecaa9ca9c15395ea8 0.00 MB 1 0
82,321 82,321 000000000026984417bd8477c6adef25ab25b8dd14b0a5e4f5a826b916517474 0.00 MB 1 0
82,320 82,320 00000000002fab39af75f786f620364b0428c44500ecdbf979e8814b31f4bc2d 0.00 MB 3 0
82,319 82,319 0000000000221eab80658dc4fd85066a4d5970b5f4fd94e07ac4df33397a3249 0.00 MB 4 0
82,318 82,318 000000000031e19afec8ea0b35b298ab0f197768c8c078c5f822e40b92838ad1 0.00 MB 5 0
82,317 82,317 000000000001a3f5a8956bbcaa00c9c73dde4ac310cd2de879bbf9e8cd57cfc0 0.00 MB 2 0
82,316 82,316 00000000002585f9a26f23eb1716306f3d0c4101e6625b417038f68c4184bfc6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.60 GB sent, 100.53 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.