Memory Pool Memory Pool Refreshing

1,315 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,050 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 1,300 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,049 (647,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,242 260,242 000000000000000181c7fcef5ec3dfc6defa36240958075d6aefc92de391ccc9 0.10 MB 273 156
260,241 260,241 000000000000000586e4d1a9c790f099ef06d90b1654d89abeb6fa612f544ea2 0.11 MB 234 89
260,240 260,240 0000000000000019f7a2c6cc8f4e2b08cfc7f1a85090a42ed0a5857b9b39caad 0.44 MB 969 91
260,239 260,239 0000000000000012825b6822b111cb90a1a3261c09c8e1fe4b5d52f25b26237f 0.25 MB 632 132
260,238 260,238 0000000000000014f1ffa418b8b42b642dbd521b9d446ed16ad7325fd047d2e4 0.44 MB 786 54
260,237 260,237 000000000000000540322e1b0a2f5f444398c36d1a948bc102c302b9ead1fda3 0.25 MB 849 217
260,236 260,236 0000000000000012e6ebe31d781c7ed903eed5e0191147f87dccebc7dc3c5d49 0.25 MB 607 110
260,235 260,235 0000000000000006de2c5f1e6d0c8da0469d8a04cc77df361bbf437e35bcb397 0.12 MB 281 139
260,234 260,234 0000000000000005c97e1b06c439ffca1e02b7a886c253442c5d5dc20eb091b7 0.25 MB 516 118
260,233 260,233 000000000000001ae95911ee9b56632efd4cab963d8794095e38d83b60adf4e8 0.12 MB 210 73
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
Previous 10 blocks ↓
Total Size: 769.64 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,652.79 GB sent, 96.06 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.