Memory Pool Memory Pool Refreshing

262 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 246 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (647,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,232 260,232 000000000000001560c68cc18ff64d33e4b93f053891462d33ff3ab788adcab7 0.01 MB 23 130
260,231 260,231 0000000000000007ac0badc64c1fcbb97bb1b2b51de241c1104fb4a4e8e7c39e 0.17 MB 360 69
260,230 260,230 000000000000001a9ffe17c5f21a164099153827adcd9d4e60d4e3590b4a4b4c 0.07 MB 178 34
260,229 260,229 000000000000001945f16b647395bea182d96c561e4537d5313da049c7315ce0 0.25 MB 584 160
260,228 260,228 0000000000000019c36aa7e58086b277a453e4796a4648e3f78b085694fb0787 0.07 MB 157 78
260,227 260,227 000000000000000cec3bdb431eb2039f1aa1b3dc82ff7b0006b55bf8ba24fe23 0.24 MB 578 99
260,226 260,226 000000000000000aefed8c6e0c81b66676593f7328e2d0c6c2b376331e71bf20 0.06 MB 81 42
260,225 260,225 0000000000000015e26277567c22f44ea01ee41ae31493ef2f1bf57039095a95 0.05 MB 40 33
260,224 260,224 0000000000000009937df8908628d423f44f19a97b2087f1227c1a04f131d4c8 0.01 MB 26 103
260,223 260,223 0000000000000016fb5d54cda09dc9cb258e7732ea53dba00d63813326a0c2d3 0.16 MB 399 82
260,222 260,222 000000000000001c027e86e9067c74aace85066c530b65a3758354206881282c 0.04 MB 128 189
260,221 260,221 000000000000000e7c55201bbca0696525825ec9badbc776e47b6700bbfa430a 0.16 MB 457 150
260,220 260,220 00000000000000052b7bea55924ff2ac3aed017e4f4193abafeb62962e242433 0.11 MB 260 100
260,219 260,219 0000000000000008b535e3b263ce67c86674b0482beea7ebcfdea3bb4e79e260 0.04 MB 113 154
260,218 260,218 00000000000000051e26e09cc5b1702cd9fea8779c93a243b0851267810075ba 0.05 MB 117 85
260,217 260,217 000000000000000a482b7be47d9c9b4edba0a044d9a30c0bb6349d69b736b47e 0.19 MB 121 31
260,216 260,216 0000000000000010f80d432112a075572865ac1735808eb9ecfaaf6c31c8a347 0.25 MB 555 169
260,215 260,215 000000000000001b9e2b2ede94b24e0c7d781629f20a9438815bf39da5efb36a 0.25 MB 699 116
260,214 260,214 00000000000000148b6f708e98208cf31c97a21817ccb5d158d360c31f672137 0.13 MB 279 67
260,213 260,213 00000000000000133e9b07cf4399313d69dd187651da4c81324e8b20b7c36f1e 0.14 MB 344 100
260,212 260,212 00000000000000136ef8f9db62159d3d59e342216eeebce25a9571261212253f 0.25 MB 530 85
Previous 10 blocks ↓
Total Size: 769.10 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,628.83 GB sent, 93.39 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.