Memory Pool Memory Pool Refreshing

6,131 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (745,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,288 162,288 00000000000005a2327fb322661905aba6871018d4d067a8bb33744beb60c7f5 0.02 MB 6 1,045
162,287 162,287 0000000000000433ef973e5c6ee53b49c263017da31e11b848c989484be729bf 0.01 MB 19 177
162,286 162,286 00000000000008071e5fe3fa82a9a200708846a2af364e631e2f1312fbdcbb52 0.00 MB 12 15
162,285 162,285 0000000000000b910ee79e773473a0f3aa51a273828d54733e62bf0425f5504a 0.01 MB 25 235
162,284 162,284 00000000000001ca1b4ab716fdc7cbd987718d739fdb0ab3256bbc97aafcf432 0.00 MB 10 247
162,283 162,283 00000000000006900899fcffc49c0a3e21803a8523b10a44eee00d9ac19b4396 0.01 MB 44 57
162,282 162,282 000000000000084b7196d71ac3297c3b77df69a903463fa624940573c3dd0af1 0.00 MB 2 0
162,281 162,281 000000000000063ded1d131beb4a2d59f8533bd9ea0a29f65ce96ee87c4a3321 0.01 MB 15 649
162,280 162,280 0000000000000bc855f8c563fda7e91ef57bf74d3551c253f36b9ffea730bf60 0.01 MB 18 120
162,279 162,279 000000000000071c473999f02fff5039c7df0a7691da24715f15441c022dd60d 0.02 MB 35 42
162,278 162,278 00000000000008a58fade0a9571537980dc953de49d3d47aca321165b015cea6 0.01 MB 21 79
162,277 162,277 000000000000088403b48d47e6c3bc96fb7cd007fb05852c2acef09288c59512 0.03 MB 36 251
162,276 162,276 00000000000008c4d0ba56ff681a38ec149a0fed86065b036853fd75310d2b14 0.00 MB 12 67
162,275 162,275 00000000000009c88382d02831514331a3a143ca93bb6ec621bf2fe9ac2022d4 0.00 MB 4 128
162,274 162,274 0000000000000873e8e4ac78d2feb8e6258a4bdc2f34dbb3199453eeb30cb399 0.02 MB 61 12
162,273 162,273 0000000000000925a3779751ff459520899eea5ef7532b197c8285f77a7a7ee0 0.01 MB 33 253
162,272 162,272 000000000000061cf3e640ba1d654c9fd0e511dc9b0390d052da91b497f05cdd 0.02 MB 45 222
162,271 162,271 00000000000006698ab821a9349ad7a16d1c07e642f47b1003fc529e41f4d0c5 0.02 MB 57 0
162,270 162,270 00000000000007126e867d27d98bba5795bc878a030be82bfd72fcd85c4ac332 0.07 MB 70 94
162,269 162,269 00000000000003ad9f29fa63e344befad08ac546c54528ff8c23df9d12c5cb35 0.05 MB 78 71
162,268 162,268 0000000000000d0e2dee49514935111f9d4be98bdd4aa0566b1baf2169be00ac 0.01 MB 28 44
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.