Memory Pool Memory Pool Refreshing

14,256 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (392,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,447 515,447 0000000000000000003c2e5bdff18f7b4db4233bcafb14f5ff149ed44154d860 1.11 MB 2,370 47
515,446 515,446 0000000000000000001693a19ce5d97e5590be4cae150156f6de6e7ae7d36fff 1.01 MB 2,094 24
515,445 515,445 0000000000000000002f5b069a70cecfd52ff469d85ee123343ae21eaa1d35bc 0.24 MB 487 25
515,444 515,444 0000000000000000004837b782bcdf2e71ed3135fe093129e19411e993c1c5f1 0.27 MB 581 15
515,443 515,443 0000000000000000004c0f4d84c3dead679eff41813e8697a7992fc38c41a509 0.61 MB 1,288 26
515,442 515,442 0000000000000000001aa27357cc09cbc8cd604d301e9fb93b3ca03bef1c5764 0.13 MB 297 17
515,441 515,441 00000000000000000014ff26de04972d0259e7eeb3d65e48233f0e4e58cfacbf 0.12 MB 274 29
515,440 515,440 0000000000000000004bf37f64f57b8ef7ae1b3ecc97748b9cb9ebd13f7d0b9a 0.07 MB 198 37
515,439 515,439 00000000000000000020f5039aac2d2e4bd58616a6f91f5cfb487271a335f541 1.05 MB 2,303 25
515,438 515,438 0000000000000000003decdbe76b8e85f1c3b9bb9bd61850a171b57a443a0bd1 0.01 MB 45 18
515,437 515,437 00000000000000000050cefaf1294a6ccdeb0a07d2bc02bdb450c8f1c0d86a15 0.26 MB 425 32
515,436 515,436 0000000000000000002a5517ddcf1fe608a5209a296dac4816f9e8777dacf589 0.53 MB 1,311 10
515,435 515,435 0000000000000000004f64c5889fc37a9291dfba3b81948415f383ed9f906578 0.18 MB 412 61
515,434 515,434 000000000000000000166377be94743466943bcaedeb6d21cd37be759cd4cf3c 0.26 MB 558 40
515,433 515,433 00000000000000000031de3234a70da7c47eeb09f7f00b5b035803ae3732731c 0.86 MB 1,753 18
515,432 515,432 00000000000000000024fe4405d42904bbcdb863bb15608a88fd84b3628b16ff 0.07 MB 191 25
515,431 515,431 00000000000000000024dc3e472359d77501f8062f05d40c876fa1ea89d2a2a1 0.97 MB 1,922 23
515,430 515,430 000000000000000000390573f1e4554e0aef60a8f3c4da478477afd9a49ed4c6 0.73 MB 1,285 24
515,429 515,429 000000000000000000505d75ae93f5008c185a55c09fbb69053e14347a02944c 0.25 MB 557 19
515,428 515,428 000000000000000000068cfe0a05fc8fba989aa78d4c36334e32b3118ada03cb 0.43 MB 939 24
515,427 515,427 0000000000000000005056a6d7982519a132152e30463f16dbae06e2aeab20f3 0.53 MB 1,016 28
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.