Memory Pool Memory Pool Refreshing

11,078 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,234 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (764,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,445 143,445 000000000000072cf4c3b9c69d8b6c74152d8b28fb99d297822cf3d3019a6255 0.00 MB 1 0
143,444 143,444 000000000000053a5c6396c6a8b5c2c813b02eb78bf24a7b14e49614d5a1103b 0.00 MB 11 698
143,443 143,443 000000000000084fe5309ae34d27fa2ea464cc8ff537eb9a4d2e60811e57a2cd 0.02 MB 46 250
143,442 143,442 0000000000000430b3dd0274d2c24f2151215e4dc1903f4df47b6f5a7abf04cc 0.00 MB 6 16
143,441 143,441 000000000000057ccae2a0619efcf945889e83bdd6ba90bd959a31879390e8ab 0.01 MB 9 531
143,440 143,440 0000000000000468d44ca2b25d9ac04961d2dd831f87467393fbfeb154ec611a 0.03 MB 81 184
143,439 143,439 000000000000022f3eb69245cfa3e52d91b8d0491c55168dd9e723da3a593a2d 0.05 MB 135 41
143,438 143,438 000000000000087737a3c925c286a2bd2979c2ccb8ac616c3ab9e371c5ad9bee 0.01 MB 25 309
143,437 143,437 000000000000046dbb7620963ab9082cda06ce65e1c3a639c811cf8497c54005 0.00 MB 8 76
143,436 143,436 0000000000000494caf63b0473cff432830c2285bd7da592742befb49e0500b6 0.02 MB 26 367
143,435 143,435 0000000000000375f25e0cc5eb41792d389e0670e0f28f6de8738b8bb01bbb24 0.02 MB 60 111
143,434 143,434 0000000000000908b0ed680606e67ab1c908a88c3eb442062aabe01dd20351ed 0.03 MB 50 56
143,433 143,433 00000000000004ef19541e63cc45b5845baacec1b692c73fed07b27debd8c4fb 0.01 MB 19 133
143,432 143,432 00000000000000f0e9f26e05d1685e2f2e3f95b1e0bd0907af4fd4589da8d4fe 0.05 MB 163 66
143,431 143,431 00000000000008a48bd0a7f0eb54dc41d6594c0f7cf79a7b578cb1d24d946021 0.04 MB 92 161
143,430 143,430 0000000000000703f95af4fe048ac86afc39b936a8807ba2d7bccc95eadbbff6 0.05 MB 137 174
143,429 143,429 0000000000000940cc4b3a766e2d0058860b1e3f92f6c7320621241395355003 0.05 MB 139 42
143,428 143,428 00000000000006eb7179123a99ac04be1ef302c163f0da66f8507a4c86f6f7ee 0.00 MB 8 860
143,427 143,427 00000000000005e9e23bef79231b131bf9bb87d6b5fd77e79f47815cb9e46acd 0.00 MB 9 93
143,426 143,426 000000000000095673e8836c33e5fe321783807e54b6a661fc9870eb32883e1e 0.00 MB 15 10
143,425 143,425 00000000000002cbc919c3353bb6882db4ebaf629293b712a1201f3833d55c31 0.03 MB 24 124
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.