Memory Pool Memory Pool Refreshing

488 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 474 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (802,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
105,420 105,420 000000000000f049d43c21d59c1db07a88a3c1977a8dba0ccaea386ed3f9944c 0.00 MB 13 3,415
105,419 105,419 0000000000025bf2097729fe5a489b3d4a9103c3980e553fb1955f766620215d 0.00 MB 14 317
105,418 105,418 000000000002f06f853d3fc376f70c079d7282052cb6e862ca1b4d76c0cc76ee 0.00 MB 7 0
105,417 105,417 0000000000020d90fc733bab62cd68702ff37f03a5e6a94ed951c2214d502e47 0.00 MB 5 0
105,416 105,416 00000000000173bfdc3377c4df9b5d0e8337d1b2414c03613aae07292609d92a 0.00 MB 6 0
105,415 105,415 000000000001200626c50720bea1e4c84a4374f8a98d3060e07ef976dde0b060 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.