Memory Pool Memory Pool Refreshing

2,246 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,228 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (11,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,158 896,158 000000000000000000008e532208622713fb28c5a5a3d0a2570187244378f046 2.15 MB 2,084 2
896,157 896,157 00000000000000000001f00d8aecf46417805bef9a61d72d10c988846d29d11a 1.65 MB 2,964 3
896,156 896,156 000000000000000000022ed0b26a0a3fa60b79962a3e5d6d01e5d7a53d73c2b9 1.88 MB 1,862 2
896,155 896,155 000000000000000000004767d9facf1b9f9e695d1cbcdc61075135414fa98d85 1.66 MB 1,142 1
896,154 896,154 00000000000000000000cdb93adec8c0855bbcbc11f6d770a4bc8728e69e89d7 1.85 MB 893 1
896,153 896,153 000000000000000000006087514546bb84431765437b26a42cbb3704ac7e6e32 1.90 MB 1,082 1
896,152 896,152 000000000000000000022a98698ffdffce11fa5257c33dc3006215660725cb15 1.58 MB 2,412 2
896,151 896,151 00000000000000000001a6d41db6f7491ec50d53581189ccd43e73899e103e95 3.15 MB 1,176 1
896,150 896,150 0000000000000000000174a8c64b2f794b7a30ebe7d1ff5210e2e00d59ae52c1 1.81 MB 1,680 1
896,149 896,149 000000000000000000011070082bcf7eec7322d7190f72904b51737083566135 1.67 MB 3,358 3
896,148 896,148 00000000000000000001da7303837025cbcb8911887b026a575c319cc189bc93 1.60 MB 2,517 2
896,147 896,147 00000000000000000001223a7db0f1e3642a6d1e1936c302526d11f5288af164 1.56 MB 4,017 4
896,146 896,146 00000000000000000000e904b166457c2e23dcd8a6d93de98430c3f270abeb87 1.65 MB 1,654 1
896,145 896,145 00000000000000000001dbc9322048a54930a219256d20cd7b52cf7c0d94d589 1.56 MB 3,557 4
896,144 896,144 00000000000000000000cf175ec6e7d103fab835cb8821fc71742fca63aea809 1.85 MB 2,702 2
896,143 896,143 000000000000000000021547861c7d8f42915eada2fdeb7457f2c49c2ce1b03a 1.63 MB 3,390 3
896,142 896,142 00000000000000000000f1cca62f2dc1a921a9862d7c76a3dcf4c4ce451cca7b 1.76 MB 2,821 3
896,141 896,141 000000000000000000012400873d43f11cbf2d870d2c5fcfda164bc8c223f32c 1.57 MB 2,765 2
896,140 896,140 00000000000000000001d76c3fa67d92bf9891c23b6536818e47fa2bcfd9bdc8 1.55 MB 3,926 6
896,139 896,139 0000000000000000000008744531967c2b040f769d09e86577f6075cfce936c5 2.52 MB 1,816 1
896,138 896,138 000000000000000000008e3117d6eb3839ab1bd1c1da85dab143159bfd779ec6 1.67 MB 3,525 3
Previous 10 blocks ↓
Total Size: 769.47 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,646.27 GB sent, 95.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.