Memory Pool Memory Pool Refreshing

115 transactions
0.02 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 114 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (638,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,403 269,403 00000000000000052ee954cff8cc4fdda97bef6d7167f40869bdb5149feea670 0.07 MB 159 82
269,402 269,402 0000000000000006b5fd76d855c86cf59ee2026d0366f06250390ed0782aa0cf 0.10 MB 137 19
269,401 269,401 000000000000000743756bd8278421b525fb1e02d5d01b9ae75a2fa899a3681f 0.08 MB 189 57
269,400 269,400 0000000000000001553468f6775c3687cf7d6414db00d044cad45c41e4aba571 0.10 MB 237 71
269,399 269,399 0000000000000000e63e14a0ca4a8b1dfb0f9c8610c268a6fe28e9c73f6f6258 0.18 MB 373 65
269,398 269,398 00000000000000012fda01c0c554f9c88c9a818675c3661f227a6d14932045da 0.05 MB 135 52
269,397 269,397 00000000000000033a635ef379c7239d956990f668c1805e36b2e92f5d750760 0.27 MB 504 73
269,396 269,396 000000000000000405dba622c929e00185a750cfa5861983353639b9891d9a09 0.14 MB 248 27
269,395 269,395 00000000000000006baf4123f67925413bc0b830c54027e407114ea9197f8b08 0.18 MB 340 34
269,394 269,394 0000000000000007052498c43d40748b6399ba863bdcff629391227a39ea958a 0.25 MB 372 109
269,393 269,393 0000000000000005bd836b74f07d183c23b3fb910dbe198e9f200f891fa41639 0.09 MB 190 13
269,392 269,392 0000000000000005e552650577ce83c85b34b2fe756028d7fe3208bef332fb86 0.21 MB 307 44
269,391 269,391 0000000000000001184b02f1da4a2550d0bae85fa24a9aed103e4c8f7bafc053 0.25 MB 527 41
269,390 269,390 0000000000000002f481b572908a496da6f9c7397d5856f50fc16a5796cf8556 0.50 MB 1,581 93
269,389 269,389 000000000000000269d9db02ff58773c2c540cfd7c3c80f0ec7a3360d6315b72 0.22 MB 467 32
269,388 269,388 0000000000000008182822721a2fef1a8c9d05dc32dda959502b3887510ca246 0.25 MB 524 112
269,387 269,387 0000000000000001d36b6baee10210b26e29c4f7c902619c974d6b30ab9bbcc5 0.03 MB 70 92
269,386 269,386 000000000000000722eebbe1a212960c6f67a7216f1aefd5909aefb69ebb64d0 0.10 MB 195 55
269,385 269,385 0000000000000006d945429bd420a05bab05e296bc0cba6c6015030938ec8e74 0.01 MB 21 80
269,384 269,384 0000000000000001ede9d51e793e6fbc6af82d3e70383c2689903e645383caf3 0.07 MB 190 66
269,383 269,383 0000000000000003e80cf02f6c782f67714244db7629dc5cb577bf32fa0f0501 0.04 MB 98 91
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.