Memory Pool Memory Pool Refreshing

4,390 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,274 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (754,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,153 153,153 00000000000002c7c0e816bbd8463abf310aedcc6b0dd7b33f7fb2fee5d44571 0.02 MB 47 124
153,152 153,152 0000000000000a55f6eb2267488e0980b498ac8cfce8853009d823afa7225337 0.00 MB 7 221
153,151 153,151 00000000000006f66823412eb7eda75ab6397ab0466bb51cab2350d27e16f703 0.00 MB 6 37
153,150 153,150 000000000000099d4f3d08c38fc4f2d6af564fc4d6eb139f2d779615845e9aba 0.00 MB 10 86
153,149 153,149 00000000000005657f6fc6f6a5f28b6bbe67122da9348df309b3c78fb55d95ca 0.03 MB 76 119
153,148 153,148 0000000000000303779d57a44b345bbce8285fc3641f6aeadc526f7bf0083969 0.00 MB 12 0
153,147 153,147 000000000000062c6e95c676b35422c600667414f0fc583b19c1bee4d7a4c82c 0.01 MB 17 209
153,146 153,146 0000000000000143c2e4baad08dc77193b75b95086ad61b597c56cd2692946e2 0.01 MB 23 37
153,145 153,145 0000000000000352f71f8b4a6ff684caa1aaf3dbe6174f283f6beded77f65f0b 0.05 MB 102 226
153,144 153,144 000000000000082e27428743b0065a9fb5a5d9c26f382f954b366f19c9eb0e81 0.05 MB 182 26
153,143 153,143 0000000000000201f483a6c650d21a33b2cec575f28151b1ebb5754107f391e7 0.05 MB 145 0
153,142 153,142 00000000000001eca57cabb91509a3283ea53512cee390e98893befb447f673e 0.02 MB 58 478
153,141 153,141 000000000000034f765d271a3f4c71234b3cd7493288ac4c8f0b3029e1255da1 0.02 MB 42 82
153,140 153,140 000000000000002940cfb7947c7a76088dbc3690b35c3ed063d8f7f5a6d09914 0.02 MB 72 148
153,139 153,139 0000000000000c1486c73ecf2fa967b426d8a566bf4b4879443605943a3a1c12 0.01 MB 29 48
153,138 153,138 000000000000030e96a3c874eb8cca5f61afe03af141776ea172f23529f5cf03 0.01 MB 34 7
153,137 153,137 000000000000061b4c1954d9e1ccf2e70d0840b4eea5cf54cbc70e0edbab7b86 0.09 MB 121 106
153,136 153,136 0000000000000305ff4f742dfaab8e627f62b3c3659fc7037f9387f2ef834bfe 0.05 MB 128 506
153,135 153,135 0000000000000886535f0ad6832791c132717698a42c1742bcf3dda30428eb02 0.00 MB 12 31
153,134 153,134 0000000000000dab9324b0f40c52644ff8d4ff4e19e8f2066b27c1f75f18bf37 0.00 MB 12 0
153,133 153,133 000000000000054ebfc579f1b93d6479c9da64a376ed7202298eb3db3656a07e 0.01 MB 38 191
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.