Memory Pool Memory Pool Refreshing

1,191 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,177 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (566,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,371 341,371 000000000000000002b030bce0d290d4e2372f26e1853eb560f883a39edd635a 0.19 MB 332 24
341,370 341,370 000000000000000015dbffb9f3f8aa290b28bd40e1aa2180a56ec0675ec474e9 0.10 MB 85 3
341,369 341,369 0000000000000000087dc85f1a02154829aafc160f8c564913ca86c1743acd96 0.02 MB 55 18
341,368 341,368 000000000000000003c0b1fbf5c68b7a84a1e2d45fe4cc8ef16ed0eeb5b9c6fe 0.19 MB 373 24
341,367 341,367 00000000000000000f422fbab076518385aaa40a24f3e4950b5846be5d8629ca 0.74 MB 1,543 27
341,366 341,366 000000000000000007149539b310054b2dee3d3e82728aa26c63a9914226e173 0.27 MB 446 20
341,365 341,365 000000000000000018d3b94d9611820ad141a68c3584d102a79dcea671d097b2 0.07 MB 191 36
341,364 341,364 00000000000000000a8ac141312f9f8dc2a9f16d40ac432681be1cc10eb4234e 0.56 MB 1,144 25
341,363 341,363 0000000000000000006f7780ee15a159d3d41e202482703c385daf7e390608c9 0.19 MB 403 27
341,362 341,362 00000000000000001745f42b3c67d83f80126d2dd75162537609b0896555fdd2 0.16 MB 348 28
341,361 341,361 000000000000000018cf761363d4c55fbfaa1451cd5bebaa922c11871ed1310b 0.17 MB 337 23
341,360 341,360 0000000000000000092de39be9d3b62777095b282649d14e89eb5315a14350a0 0.70 MB 1,533 29
341,359 341,359 00000000000000000fbeff20a995814bc8900ea3661df4477955e1118a8efb2f 0.24 MB 449 24
341,358 341,358 00000000000000000b23202ffea51b46b39f46b7832163af012eab7f6ecf3766 0.56 MB 444 14
341,357 341,357 000000000000000006e84c8353083b2a57a6b59e009051d1500d5ba44c08129e 0.33 MB 1,024 43
341,356 341,356 000000000000000004dcb4873ecb47da57dd004e806947ae00a5f5ba30700490 0.10 MB 232 27
341,355 341,355 00000000000000001747dfa713f3f994e58fe663baec62b612b1cd1f81564160 0.50 MB 988 27
341,354 341,354 000000000000000014788f48df58000bf0213806b00fc1834249c399b70cba0f 0.38 MB 665 24
341,353 341,353 000000000000000014ab22f10477fb2827401c836c3c6a76c7d234cf99627ebe 0.19 MB 378 28
341,352 341,352 000000000000000005d235b2c90d456a2e817a2b98df3c29e7f16b1e01ea65b1 0.06 MB 100 23
341,351 341,351 0000000000000000063066d8aeaf7b12864db6a05e6e463180c8432865cd47c1 0.02 MB 62 24
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.43 GB sent, 94.29 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.