Memory Pool Memory Pool Refreshing

5,220 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,859 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (800,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,168 107,168 00000000000087dbf5403d2f586fe69cafb2fe752a2851fd29d1d417e1048426 0.00 MB 13 0
107,167 107,167 000000000000f171186880a1d38f18be6f95abe06bb287e179c3f33777cb90e0 0.01 MB 29 0
107,166 107,166 00000000000103dc349b70f0600ed0f2535a899df61096699d10f90a0f3175dc 0.00 MB 10 0
107,165 107,165 000000000001d3633883aedc4903dd87c2c939cf1bf98aa7cce17708600292c1 0.01 MB 15 0
107,164 107,164 000000000000ebbde451e916c465c6b5bc375365b9cc16895018bc3e6357ce78 0.00 MB 3 1,945
107,163 107,163 000000000001851c4cd7b778242c7075fd142f89fe8c428d127ee02fe918ce8a 0.00 MB 1 0
107,162 107,162 0000000000012f5237dc42cf024a535900dab356928222f6087a0f3fdb639de5 0.00 MB 7 0
107,161 107,161 0000000000005fb24df6140db7aab6c59af470bcc8829bdbc6a80df0ce7c6507 0.00 MB 6 0
107,160 107,160 0000000000017c877344717c7cccb1d1c7be9df5f20e022073454fcdcec3b8e1 0.00 MB 1 0
107,159 107,159 0000000000026c6985bdbcc86c806d77f3dc2e914c98ab29c20c1efe3e1c2c15 0.00 MB 10 0
107,158 107,158 000000000001036ae6d6fc31859220da9705f6853cafcd3026a9a807ec9a90a4 0.00 MB 12 0
107,157 107,157 0000000000004d7b13a92ae61a3b6b92d98c6a4f842f53d486d2beb37b9388aa 0.00 MB 12 0
107,156 107,156 000000000000aaec0b99181b96e1cbb52ffc1c22862c3de7066da781d7c77d9f 0.00 MB 4 0
107,155 107,155 0000000000003e080dc74924899bf73aac7819f3e64c3b3ee0a359c2fd0354fc 0.00 MB 3 0
107,154 107,154 0000000000022342e50cef78bd4c2de1c3e91ddeaa5ab08f9a0e9a2bf0f9958b 0.01 MB 29 102
107,153 107,153 00000000000255ca867a749c69f6f998856387191a2fd765ef0e3a78beb85cd9 0.00 MB 8 0
107,152 107,152 00000000000027fbc2dbd6639a68625e4578a5ed0b050c6203397cc441bf656a 0.00 MB 12 0
107,151 107,151 000000000000f55df0b4b91f8cb35b845bc58c07feb581f1bce0234f6680376a 0.00 MB 12 0
107,150 107,150 0000000000013d08485d11abe1827d738f8e98f6dab25706543a7342c971c4fc 0.00 MB 12 0
107,149 107,149 00000000000128c88494c1a7c460d99b2100d8691f67b11e9ffd363a4377d90f 0.01 MB 12 0
107,148 107,148 0000000000019b02bd24eb54b2cd1f3e89739533f653045811d50aea20c7ea0b 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.21 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.52 GB sent, 94.00 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.