Memory Pool Memory Pool Refreshing

3,004 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.82 vMB 3,003 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (631,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,137 276,137 0000000000000003d820eefb1671b16675e433776244689c898478287429aeb4 0.24 MB 521 46
276,136 276,136 0000000000000000b0460fcfca7f5093cb7c6791f2f70485017b7422ffaba24f 0.35 MB 729 49
276,135 276,135 00000000000000035784356b977a324a7628b1924e46d2359406e3957dfd7d7a 0.14 MB 326 42
276,134 276,134 0000000000000002ceea7677f505f335cb4d04ad3267f06e3bc97add78e5ed30 0.15 MB 339 37
276,133 276,133 0000000000000003386282b194dca0890d3c338b0a547e8c73e2a516166ba5f0 0.25 MB 579 47
276,132 276,132 0000000000000001235637d6a539f4f7ce8d1fb4a8bd0b8bb0b2b2ef8c972a6d 0.42 MB 263 13
276,131 276,131 0000000000000003bc579f8e8416497069085bc9e7b7707b7b1080eba8c80d15 0.25 MB 619 69
276,130 276,130 000000000000000318e29c9eb514131fb5ef577f4b9c4360dc7fad4e21d26563 0.25 MB 251 15
276,129 276,129 000000000000000120cfe85e255b97bf0fe8f435a07a5b9f83f0fdc397f6ae06 0.75 MB 1,357 28
276,128 276,128 0000000000000001e874cfa9f347630cd148637c6b048b567da86bcf65b5f122 0.50 MB 1,418 54
276,127 276,127 00000000000000018b6dbd52e5fbefa76b28fc3f08d5c7dba8206012efa29982 0.25 MB 492 50
276,126 276,126 0000000000000002fca75c688a1c63391eb8d574555340c20e73e598d691abcc 0.25 MB 498 81
276,125 276,125 00000000000000041c9d86dc89dc545a7777c0056f25cd4a40ccbec20a73f3a1 0.03 MB 66 95
276,124 276,124 00000000000000009f60b9c179f1e0d6972a475b0560fbc8860ec41746de0439 0.50 MB 162 55
276,123 276,123 0000000000000000ab626e862f56316e8b6d1eb00a364f8370fec271188b3f06 0.25 MB 339 67
276,122 276,122 000000000000000151cc3244a9ee9bc0d2e1575106158b7c9a0d90123b026953 0.50 MB 391 63
276,121 276,121 00000000000000013831cd3ff63396de035a00e4fa8605e6a2503addae747814 0.25 MB 416 85
276,120 276,120 00000000000000038c88f8b86162dd169b4604049c0c3fbdffb00fe6f183cc76 0.25 MB 395 52
276,119 276,119 000000000000000013b50fa16841d293550a3feefbb72a1ebdd0da0167a10dbc 0.25 MB 265 16
276,118 276,118 0000000000000002525cce32d9915866862da0371aefda497eafeaccc64c9af8 0.50 MB 922 50
276,117 276,117 0000000000000002408314b7001cfc46fab5860914bb187513edb9f398f22c61 0.25 MB 359 24
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.