Memory Pool Memory Pool Refreshing

7,745 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,759 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (638,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,742 268,742 0000000000000003d9da3be4b9a972c5626aec46d5398f455611067a38842826 0.25 MB 187 73
268,741 268,741 00000000000000062389a320f6f49c3e25bf880defde9e49d5caa95522fe8617 0.15 MB 181 79
268,740 268,740 0000000000000000f0da6df7a5535ded83418ace99a815031e4a83110e1dfd52 0.04 MB 75 26
268,739 268,739 00000000000000016d020c0b1c12ad482f04a36751ed3a64d0c5267f066b0814 0.15 MB 213 20
268,738 268,738 0000000000000001b2e2e362aa5632c7bbe20ce5dcd62a5de23d9978782ae523 0.25 MB 394 73
268,737 268,737 00000000000000062c1024aad1f0f338aa83df0f460df2bcd154ad54413b232a 0.04 MB 42 46
268,736 268,736 000000000000000479e50a7f09edce517de637f13144d25d3f25e064bd0b2a46 0.15 MB 298 34
268,735 268,735 0000000000000002c251de0cb7b5e397c252836172b76c87412fb6d43e1bd536 0.15 MB 200 59
268,734 268,734 000000000000000047eed9a7c0ff7c63254119369eae4d126cc6f391a4a94253 0.19 MB 394 118
268,733 268,733 0000000000000002f1c68747d7d3bd5ffd21728c94a02e6ca3e2820ffce5e0cb 0.19 MB 371 66
268,732 268,732 000000000000000563e9ed0c6cf56227c88f6ecf88ac9baf4e5f170bbda3a2d2 0.21 MB 401 79
268,731 268,731 00000000000000039234972a739d46f107c6ee5f119cc21a84a5320df8b368d8 0.05 MB 109 94
268,730 268,730 00000000000000022971a9c5186c8b6df7f8d4913bb969d043044124ced2c1e9 0.05 MB 93 52
268,729 268,729 0000000000000006e00e72153245e96ba47342f6b2e66997a8e07381a345d4cc 0.04 MB 95 61
268,728 268,728 0000000000000006923b29d828619ba346645bd4bc92c186bbbe63ff4d78e3ea 0.34 MB 597 66
268,727 268,727 0000000000000001c0e4ded7100f0882815699b2be179f07fb6d32c66999cb4d 0.20 MB 363 30
268,726 268,726 00000000000000063654c42b97306cbdc243df827e3bc6437fdc98f6374a3a01 0.45 MB 528 29
268,725 268,725 0000000000000007ab24ca83cce2d1b83dcf3bd5ea97feadfdd8dbb779684cc9 0.25 MB 500 114
268,724 268,724 000000000000000186528d14e805b60f80cdd6d199fcc7335983386d32459f70 0.19 MB 168 22
268,723 268,723 0000000000000007751a18e74417b707df5b9b661fd60569c1b0ce95075dc35e 0.25 MB 305 47
268,722 268,722 0000000000000000b34c867cafcd0727d360749dc80ce2eeff0578953dac3035 0.00 MB 7 330
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.