Memory Pool Memory Pool Refreshing

199 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,019 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 172 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,018 (802,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,441 105,441 00000000000125f9a21ad8a443b7d63bd2a7b5e2e3727e824848c57aa4bc00a2 0.00 MB 9 0
105,440 105,440 000000000001396330bd090e884fa574ac450fc3a9488f140a406e98743d3322 0.00 MB 9 0
105,439 105,439 0000000000027f825a1252220298393d8ed8ba75e303465f9b01fe0ced6e3878 0.00 MB 10 0
105,438 105,438 0000000000002730e8e01a89d3b12ea1e4c503a8355c63d78be98daadfdc5551 0.01 MB 27 0
105,437 105,437 0000000000026f18c516f771dc886068eb0fdf6da012135136090ebbce51ca2d 0.00 MB 2 0
105,436 105,436 000000000002306cb240e93dd329f8fcf1f0a2bf8ac55ecd357d056f1d082a00 0.00 MB 1 0
105,435 105,435 00000000000084fa346d74cf3f178c348878d65e54d0957b59205d617b1e637f 0.00 MB 1 0
105,434 105,434 00000000000044ad2798cc1fe6ffee8c50364c941d698366eca2cfa3776fe5c6 0.00 MB 1 0
105,433 105,433 00000000000211bfe13485493c9f148ff58a69f3fe3edb376f34995088821e08 0.00 MB 3 0
105,432 105,432 0000000000002680eaf803cc6afaff4b89a7107c93eac69bdd929b217e810423 0.00 MB 6 0
105,431 105,431 0000000000029686be5854f5330f3c18513344943c0f6faf647cf4fa5424214a 0.00 MB 1 0
105,430 105,430 000000000002f705cbcaafc24843771669f45d88a7f1b0e292f9e0d63d534c6c 0.00 MB 9 0
105,429 105,429 0000000000010f407fc122af80e45c538107f670964f63953d632c6a6b2247df 0.01 MB 28 0
105,428 105,428 000000000001132442f31bc3d31e44561416065db9a58fa13c7a2d6f2e56ab2e 0.00 MB 5 0
105,427 105,427 000000000002b6d10cce8ed029b2276830701350b41598caa71848807673bb7c 0.00 MB 12 0
105,426 105,426 00000000000258280bdd1baf7809cc812ad2a3e2bdcebaaa2793cc1a79bdc2d2 0.00 MB 8 0
105,425 105,425 00000000000197936d12daab754fba0f62ef73c9ec69252f81719e3682de2c9e 0.00 MB 11 0
105,424 105,424 000000000001e869fd90fb2a218e19b5a8b766cbd85e6f16e36fe3c9d4c280a9 0.00 MB 12 0
105,423 105,423 000000000001174dfae1b7156bc2e51ad46e83a0751042c2824eb152cef3a182 0.00 MB 8 0
105,422 105,422 000000000000d5a136de57f56b97a4f190b5825e2144f31d9e37df973b9e7e4d 0.00 MB 13 0
105,421 105,421 000000000002c4240ca873f7708e638ed5bda27644751cc28faa576079f8c63e 0.01 MB 21 0
Previous 10 blocks ↓
Total Size: 769.58 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,650.79 GB sent, 95.82 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.