Memory Pool Memory Pool Refreshing

1,394 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,387 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (51,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,449 856,449 00000000000000000000a401f9670ec06528e69012438189aa2678e21f831eec 1.57 MB 3,766 4
856,448 856,448 0000000000000000000096d45fd430e3bfe4c100af6b28779b70d66ef13639a1 1.49 MB 947 5
856,447 856,447 00000000000000000002ec030f0a0d748e56f96dd575c838ad55ed47141391b2 1.68 MB 2,849 7
856,446 856,446 0000000000000000000174316a5b3e48f8ad76d0243e2c8d303b005bd1005ec0 1.68 MB 3,051 8
856,445 856,445 0000000000000000000221dd3cb3506bc21daf3646d3864cccac80d23f8f64de 1.64 MB 2,103 13
856,444 856,444 0000000000000000000294b7b3f09150d9a4591bc1d7ddae40ff911a5cf78f07 1.39 MB 2,020 4
856,443 856,443 00000000000000000000c2d07e969642b86665995411b81f03b20cafb624cc63 1.26 MB 973 5
856,442 856,442 0000000000000000000253acd146117a6d5507b7b891dfb542fdc8963c0de61a 1.42 MB 1,836 6
856,441 856,441 00000000000000000003057071f1d044d1b25807a9f41c30663e1f5e140c2a33 1.39 MB 1,913 5
856,440 856,440 000000000000000000014cc3d86b7c096ef92aca180e3cf27d72e34ce944caed 1.49 MB 2,284 6
856,439 856,439 00000000000000000002b8a66307c997aa27bf99a384ceb7cfe5f29576eddb26 1.60 MB 3,476 3
856,438 856,438 0000000000000000000211860e1b3b6239107301f199bf751ffb39df3f09c922 1.87 MB 5,307 4
856,437 856,437 000000000000000000011aec6fb9547ce6187e8606f4de5954302bfae1711c46 1.79 MB 5,691 3
856,436 856,436 00000000000000000001eadb5203889931dcb1280e31bb1cd835d43ef67da9ee 1.59 MB 7,852 2
856,435 856,435 00000000000000000000417cc31d2d9142afc17f890c965a7f7d7c0ef1cd2133 1.53 MB 6,295 3
856,434 856,434 00000000000000000000a74ddd331db7eca883f89ab27b46a631d9241696bcb8 1.52 MB 7,059 3
856,433 856,433 00000000000000000002145e3fe141944a25747ca70fb4c7b0a7a40984cf2450 1.49 MB 7,285 2
856,432 856,432 000000000000000000004f4f99436af126f5bf8f374454ece802ca67e232aeea 1.56 MB 5,189 4
856,431 856,431 00000000000000000002b2f2dd24c605829dc0abc16f055eb3451c746209adb0 1.60 MB 6,533 2
856,430 856,430 0000000000000000000133fd5f2883b9f27164c07881bc9e0e4de6e129c163e4 1.55 MB 3,336 6
856,429 856,429 00000000000000000000317c5612b28457efdbc17779ddf3fef6645840e5e4e3 1.70 MB 6,270 2
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.51 GB sent, 94.31 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.