Memory Pool Memory Pool Refreshing

586 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 563 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (754,826 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,159 153,159 00000000000001c79a0a66c518a9af2be15faf826c0767302d33ef1c6bc9f392 0.02 MB 45 25
153,158 153,158 0000000000000b12a782fd1f18b7a68b6cb837923e2da22817e4cec2f337c1af 0.01 MB 14 51
153,157 153,157 0000000000000a3a7719fa2904a67239924ebf33736e82f5a3a80a16d27b70aa 0.02 MB 48 870
153,156 153,156 0000000000000bf3eadf7f09f5035a43c474a6a6885a74a7fa30f544b96faba5 0.01 MB 24 117
153,155 153,155 00000000000006f047f81401261e13199b42fca43383a9987371f6a2e8d2892b 0.01 MB 4 16
153,154 153,154 000000000000067cd1d5d06040fc54b29ad296802b68d58d945a5c9c6f9e176a 0.01 MB 12 13
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
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.