Memory Pool Memory Pool Refreshing

9,793 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (571,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,247 336,247 000000000000000012b3a34d21a4fccd728813dddfc17b593c0ce749b7c74f04 0.57 MB 973 27
336,246 336,246 000000000000000000942767da20181125f65119f5700d894e7fa15baa41db0f 0.11 MB 160 22
336,245 336,245 000000000000000017244381c600188079949a43495d100e1206389225726c09 0.04 MB 55 10
336,244 336,244 0000000000000000188f8e4ca06380befa023bdbc30176979647b741f4d4fa41 0.05 MB 124 33
336,243 336,243 00000000000000000652f9d869a0839d03b70c1184aff1891d4f0ef13390dbef 0.23 MB 579 58
336,242 336,242 00000000000000000e932e97b3501f4e977688a2655bfa5441baef995890d275 0.55 MB 981 31
336,241 336,241 00000000000000000948ec4dc787f37896c1e19614257a880edf0c0a1b2949e2 0.06 MB 116 33
336,240 336,240 0000000000000000065ff31e3fb119223b42a47c7da2aad7efe55d2c3cf4b9e1 0.21 MB 378 38
336,239 336,239 00000000000000001a7c3ac35fdc55a34d802ea0f9c2c88191256b767d2588d0 0.03 MB 47 11
336,238 336,238 00000000000000000ea2195811dfe48bb2ef56ae2a7193e3903acf6947e886e5 0.13 MB 242 26
336,237 336,237 00000000000000001b4a2858359c0e29637722e92a0a30e8bcf860c051a68ae4 0.23 MB 527 42
336,236 336,236 000000000000000005db87f812633e1e1cbe52b49eb16191570e3865d784b959 0.30 MB 651 28
336,235 336,235 0000000000000000188e90b63d3ca196a09c07e6b7b87775fe4f7aca70b783ab 0.58 MB 835 32
336,234 336,234 00000000000000001a2dd2d41f62634fd930c927f6aa73625b80051428ad4717 0.15 MB 241 31
336,233 336,233 000000000000000013b46ed635ae8ffeb18acb87f4e4a77a9fcd3728b2a65ac8 0.13 MB 222 23
336,232 336,232 000000000000000017b7f7bde2a423d33371dd75b06cef578d50c23e76ba190b 0.17 MB 339 32
336,231 336,231 00000000000000000b2d156b0576b0429270b3c6545cb7b7456cbf57b11838d0 0.08 MB 185 31
336,230 336,230 0000000000000000063efd84bbad1aa2e6b545087fd40ea9176eab9c801d2110 0.45 MB 845 30
336,229 336,229 000000000000000015a6583dafba7ccc07ec55f4d9638e956ab40722077aba3c 0.03 MB 40 15
336,228 336,228 000000000000000004a1eefa61e5d3613c19f8be8cca971ab5a53cca455621db 0.10 MB 151 24
336,227 336,227 00000000000000000ade17e0405b2aacd92e1816eab5afba1622971d1ac48ec1 0.44 MB 922 32
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.