Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,837 (571,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,258 336,258 00000000000000000e1914a07aa1f538ab6e51251f78e565a24e237f62abf1ce 0.02 MB 29 17
336,257 336,257 000000000000000010817e2bb3fbf3f594b7af4b6a3fec68f52b0e88e1bd3d2f 0.04 MB 58 21
336,256 336,256 00000000000000000fd78d2b14f1e68a03f5cb8539b1ac9cfced831b1aaafe8d 0.55 MB 1,152 28
336,255 336,255 00000000000000000edbe57546c1ec4618a9ddcb3e1e329a0a4014f667dcdee6 0.09 MB 172 33
336,254 336,254 00000000000000001857c4eab45b840a9e28a10c85907c837242ecbbcf255f16 0.25 MB 444 21
336,253 336,253 0000000000000000011a4a0ce22e6ee729c4568cfecc42fb949ee093aecde9e0 0.15 MB 301 30
336,252 336,252 0000000000000000112552abfafdefaf6bd7fc5c687135a36d26dab189e21103 0.42 MB 494 23
336,251 336,251 000000000000000011d91ab9af876c08b9bf98500a4e3d3d11b6d0e8fc501b09 0.12 MB 247 30
336,250 336,250 00000000000000000c557aa7004e003cc40fbb5cff65a71bfbe8f2ad922e04c1 0.20 MB 413 37
336,249 336,249 000000000000000004cf87cee8eb544cf2355890cdbdd78d66446acb82796900 0.04 MB 103 82
336,248 336,248 000000000000000018f83c4eb343430b994d90567d6ea692f54e8596647ac0eb 0.36 MB 762 37
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
Previous 10 blocks ↓
Total Size: 769.24 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,634.98 GB sent, 94.11 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.