Memory Pool Memory Pool Refreshing

4,099 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,739 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,508 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,738 (584,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,174 323,174 0000000000000000010124ae203127fdefbb258b7583298cb61ab404fec98320 0.28 MB 523 25
323,173 323,173 00000000000000001a2604c18247820bfc9f2f0fcb564e2c18a3c53b0c2afc8e 0.00 MB 12 29
323,172 323,172 00000000000000000cf950ebd08b0f5bb63f6d6777b803e12356cd0bfa2587db 0.52 MB 555 20
323,171 323,171 0000000000000000163a196e620f76bdaafdb92f9fee5053df0e342bde7fd68c 0.19 MB 366 25
323,170 323,170 000000000000000012187e82d54631ed9ac4ee6670dcfac61c2113f5981b3b61 0.10 MB 195 17
323,169 323,169 00000000000000001fb179f143d18987eac20f27b0dd3f936be0240e66277588 0.50 MB 565 21
323,168 323,168 000000000000000003936fe78771f9e887c2262f852b96d82008a2cc7daef254 0.20 MB 340 26
323,167 323,167 00000000000000000af533bc829ad3e02f14f3088c1e3b4fd12dfa9b88375cd4 0.14 MB 219 19
323,166 323,166 000000000000000008b7a7ee7c14bf3eb3a7feb29da0aff876aa510053405f7e 0.42 MB 733 27
323,165 323,165 000000000000000013e25f56e849be38681d85429ffcf1ffff71478e394edb00 0.14 MB 264 22
323,164 323,164 00000000000000000dcae8e154d900ddda8527162facd4482d1d85afa3769078 0.20 MB 391 28
323,163 323,163 00000000000000001086a88ee8df8c1f73e8ef98392f82a5adf88b429c85d9ec 0.08 MB 107 16
323,162 323,162 00000000000000000e09d4c423d47a5201db787b22fb22351ada90947de583e7 0.09 MB 174 26
323,161 323,161 00000000000000001d01486518dfc99b8482df09b9a5a649e7499b73520ab831 0.11 MB 208 24
323,160 323,160 000000000000000019bc59d29697875efc9463c3e587f0456daf981bf687966f 0.16 MB 311 29
323,159 323,159 00000000000000000e392e29195fc76c76af4afe7e4a4c189a3af0751739ea60 0.06 MB 61 4
323,158 323,158 000000000000000011f8c48ccfa065c38adc3e9c394b55c589b48a859bf457a7 0.27 MB 480 26
323,157 323,157 000000000000000010051faee5994699d01c1116a9a2ec9c9e7ec48bb5264a2a 0.82 MB 1,275 24
323,156 323,156 0000000000000000193c43bc9a9cce5a98bd535ae08dcd3c5e0d7158a787375d 0.36 MB 660 31
323,155 323,155 0000000000000000123aa4719deecc609bc045ab9bb42e8f759d3ff43eff04c0 0.15 MB 251 20
323,154 323,154 000000000000000002e4cfec4b8913987d549d0a25af725dff5440c361d7602a 0.10 MB 121 20
Previous 10 blocks ↓
Total Size: 769.06 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,627.79 GB sent, 93.17 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.