Memory Pool Memory Pool Refreshing

3,440 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (605,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,221 302,221 0000000000000000733f1ab40e2fe36947d226c5825b8eaa0576476864ebcf47 0.32 MB 512 25
302,220 302,220 00000000000000005b5b0291d442280c7350fee1494232e657060c5307bd34de 0.12 MB 225 28
302,219 302,219 0000000000000000277ee14d766ed423bd1910b6b0da9661a71695cc82d65e1d 0.23 MB 434 31
302,218 302,218 0000000000000000439c246a7cff7149633a7ed79557fc7a3119d67ad3b2ba97 0.03 MB 78 9
302,217 302,217 000000000000000063e9653ef8f8718a37260b7c7645948e2e5cc82755573ed4 0.14 MB 243 20
302,216 302,216 000000000000000039f1635fea2218f204b8a1a272f6dfa1d97da447ba2774b2 0.51 MB 483 18
302,215 302,215 0000000000000000529d161de37a30127ded7a0cc2cd41f98b562b5584ae28e4 0.35 MB 1,085 45
302,214 302,214 000000000000000027fc70184ce77ea400012f57c102db9213dba113bafb940f 0.33 MB 504 24
302,213 302,213 0000000000000000246375272f96d0f0ed5f794b7c8319e53e2e112093864d55 0.10 MB 203 33
302,212 302,212 00000000000000007bda5cd67a02d36df92440079db11da2ce4ce523d2436124 0.21 MB 392 33
302,211 302,211 0000000000000000491c8cd62c875aa0b23a8cfe8a624f744a4771d7c2ac9345 0.04 MB 90 41
302,210 302,210 00000000000000000112bc74472371856106589b9dad115ca46e57b31c88cdf0 0.27 MB 371 25
302,209 302,209 0000000000000000301cb124717c9f031872ce91ce1cf4a7a27fa577ce305785 0.43 MB 504 22
302,208 302,208 000000000000000054441599b0028b983e07ccde426ab47637c18a5abdf82187 0.26 MB 417 27
302,207 302,207 000000000000000077ac47437017ba8eb04f6d7eeea823ffe8ab68437e964f83 0.31 MB 583 23
302,206 302,206 000000000000000040fa65d8dd4b2072a5864d393851aeda3ff1f6b63d963db4 0.02 MB 47 33
302,205 302,205 0000000000000000428c17f346e2617de0d36c983a8e41c4f88ec136a38f14fd 0.15 MB 120 14
302,204 302,204 000000000000000067fd6e4522ee24dd26f0df7f5ff091dbaf6a4dd86ebb547a 0.75 MB 1,379 30
302,203 302,203 0000000000000000383898ba6b46ff31cb2491a5c8b83e34c1348792c005fed4 0.16 MB 295 27
302,202 302,202 0000000000000000365d76970dd29a6cd6a1db7bc5f8f2d5d454ba151f297387 0.32 MB 512 29
302,201 302,201 000000000000000068c196d8e6c9d1a0e930479c8db795b265f700305100fc13 0.24 MB 512 27
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.