Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (704,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,058 203,058 000000000000040e21178f841de61a5b6049b1e04331cbb82aeb6699e879d4e7 0.10 MB 206 176
203,057 203,057 00000000000001b97abf79f57e8832239ce3454165cc5daced6ce0d64844e794 0.01 MB 16 95
203,056 203,056 000000000000024e43bf40da9d6259ce891aed1fbdc2be6cbd40a2c524444456 0.03 MB 65 96
203,055 203,055 0000000000000394991207168a8ae4508ba111ac9b39de7235851f772a1e038a 0.08 MB 159 134
203,054 203,054 000000000000025ec34efc553f91b115628758de4d74648404b44567422c0841 0.00 MB 13 31
203,053 203,053 000000000000022e468e8a5a701baa9b2ca3aaa932567434c2034b037b21dc13 0.24 MB 396 124
203,052 203,052 00000000000001abe0daa630844483bc7fe69af910073b8b3896a319c0f1ec9a 0.18 MB 474 187
203,051 203,051 00000000000000ec01bc5ffaa112d90ce8f112c3fa1eebe0dfa8c1131c85d98d 0.02 MB 32 61
203,050 203,050 00000000000002ec68202428db800f46734632c62771887c1c5b24be8c7614b5 0.21 MB 578 171
203,049 203,049 00000000000001aee9b787846887b1f943b0b8c178dcfb4e204daf47319d919a 0.24 MB 438 144
203,048 203,048 00000000000002c1387fcc84693aa39966c360f8b35d480c732dc30172f43807 0.13 MB 183 100
203,047 203,047 0000000000000328859eaaf66b30a33e93ec5119d8b32a9feda9ec64e738efb6 0.25 MB 555 164
203,046 203,046 00000000000001124b7ef524b19716db27febf8df8b9aa778c6dec5bc877575b 0.04 MB 67 89
203,045 203,045 0000000000000525345b0411932f8e01da1b0a67c89ad67954c6dcc8ae1793e0 0.25 MB 273 90
203,044 203,044 00000000000004f3b6f7acbfb39c0cf5ad890ee302ef5081ab007e75f7fbdf59 0.25 MB 501 101
203,043 203,043 0000000000000344bf3849deae356647a041e95007bb9f0d131086105c0e114d 0.25 MB 912 192
203,042 203,042 00000000000003eb2cfdbeaa746c7fa7c47d6975c04073fcd1970a760d3b537e 0.00 MB 1 0
203,041 203,041 00000000000004a90a442006c616d85cc6c0dcd68694002b4a8d45fa5593bdd5 0.00 MB 13 471
203,040 203,040 000000000000035b18db7b679b278024345475837fc53a9bd96f666f89e529bf 0.06 MB 151 123
203,039 203,039 00000000000003c4fe614fca7e74bd6aba23b79b4c553959d15bc9dd3b5b9078 0.00 MB 9 491
203,038 203,038 0000000000000499944e27a063bf03e855660cab73955f215cd61cd6a81781d6 0.18 MB 542 167
Previous 10 blocks ↓
Total Size: 768.97 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,615.69 GB sent, 92.68 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.