Memory Pool Memory Pool Refreshing

8,419 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (645,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,175 262,175 0000000000000004e0209ba39ef6b550e7a730331110a214745f05ec520163dd 0.19 MB 383 87
262,174 262,174 000000000000000206139ffee448a77113ddcccec77b359f28db6fa69bfb35e4 0.03 MB 62 86
262,173 262,173 0000000000000010299009971f8361356b74c03cfafb55b6598e724e2ad66251 0.05 MB 103 60
262,172 262,172 00000000000000006ca6d2391564c7264f6c66a5d764cf5f14afb2cf5420a3ff 0.22 MB 330 79
262,171 262,171 00000000000000032c8b1ab61f3c47ed5c46e5a0c73d8c04714b094c6665ac2e 0.25 MB 637 127
262,170 262,170 000000000000001370db35e34b60cfa0ca6b286c01c89b3a9b4c2f6ea9d87020 0.16 MB 383 77
262,169 262,169 00000000000000110508563ef5ea20688886f6f0f8d8249fd67e0e22ffe320f2 0.05 MB 94 46
262,168 262,168 00000000000000107291daa55e6a4719425328873a9e61d7836be6c3b9f2b626 0.37 MB 446 71
262,167 262,167 00000000000000125c4e90cc4d3da920bdd447088db601b3f059af348f1f652a 0.50 MB 298 46
262,166 262,166 000000000000000ef41e6724ef814c6eccba435e43748accf96af1dbc9440e90 0.15 MB 130 25
262,165 262,165 0000000000000003efe49144d29c983cc12556835c64ec3556f718b382a40b70 0.03 MB 48 54
262,164 262,164 0000000000000015a32aba84d499e5e2197a087f247086e63bd9d008cb180ebc 0.04 MB 50 7
262,163 262,163 0000000000000006345125fb7e04de60f95f8f4c9f44eab6c6fa122cb77b8c40 0.25 MB 586 105
262,162 262,162 000000000000000d4053bf24fb9d015e8c386ed00c1ba7007f5ef78b25394d6f 0.04 MB 69 56
262,161 262,161 000000000000000316c55cc836f52a3e654cff9849320a4b9cb766bda96dc94b 0.14 MB 328 98
262,160 262,160 00000000000000035313704b38017968b747486da3671650e7119db14a427e02 0.03 MB 87 143
262,159 262,159 0000000000000007627cbd0f0dbc6362ae62e63a075039a770223a6137e554f1 0.05 MB 122 70
262,158 262,158 0000000000000013405d2ceeba06aaacfe6a54948c02ff6275e258a43415c621 0.10 MB 194 78
262,157 262,157 00000000000000136b70c2bd3a8bd1bb6045ecdaf43008f74eb4c9e06e454e7d 0.19 MB 311 66
262,156 262,156 00000000000000076a249fb086c43ade231bc5f41fc864e29db58ae269604729 0.07 MB 162 83
262,155 262,155 0000000000000000823113c0ad6c2a51a6fe32f277954be75a08680a12f2ecb7 0.17 MB 393 121
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.