Memory Pool Memory Pool Refreshing

303 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,945 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (680,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,599 227,599 0000000000000150792bbdb22329db6cfcba7795f37a93e43670e794f2c4598b 0.10 MB 112 16
227,598 227,598 00000000000001335df5b57177e36fbad4d32a57afc8b639d3212fb1ef2bde41 0.12 MB 238 196
227,597 227,597 0000000000000346cc7648b3debba497200467e99b08dd4812f5c0339ecc0ebd 0.21 MB 478 181
227,596 227,596 0000000000000278128a753b78f4640b1fdf725b2de064ad532839061cc83037 0.15 MB 197 84
227,595 227,595 00000000000001936190255ae075d224b7fdd6de67142c007e6a31dca1ecf048 0.10 MB 139 113
227,594 227,594 0000000000000151c9c85f759cdc3ae7326b9352700968aa6f4be5ad4397e57f 0.11 MB 213 176
227,593 227,593 0000000000000223ba4a1eb391290eb9352353c376497592d695d7e53a1558ec 0.17 MB 368 185
227,592 227,592 000000000000011372de0d4a96534109868e7c29d4c58d70d38c5be1cd4eeb85 0.21 MB 508 195
227,591 227,591 000000000000020c3c667a0972020e8c0a228ef4342a24265bf58297316d632a 0.01 MB 38 85
227,590 227,590 0000000000000224ea10231da8a5155fd042d0cc62a40d6b0f5987da5e4e7227 0.00 MB 1 0
227,589 227,589 00000000000001fa564598619398729399bf1ced2993aa9f64fcfe55fd83641e 0.19 MB 380 161
227,588 227,588 000000000000031aeb394011236ef26458416033f521294149c3ca6ba7742619 0.13 MB 373 134
227,587 227,587 0000000000000051d7d6dd21cf29e851bb8aa322fbc933fbf10c45ae4b390c95 0.01 MB 38 119
227,586 227,586 000000000000026aa7bf3880d03ffed4d9c699f0facebb83fca1b241e932099c 0.25 MB 254 98
227,585 227,585 00000000000000488e4e37c8d12c9aa7588a1d26371935732f9081d272ea187e 0.10 MB 145 158
227,584 227,584 000000000000001b36bb975357bc63804e781de73414feb74e5845e54954663b 0.07 MB 79 110
227,583 227,583 00000000000000cc4707c36ede0e1e64ecbb38503d8524334314d9ff48949027 0.10 MB 196 173
227,582 227,582 000000000000029edb75338490674f7461b70d35448e2649019b55080658c8fc 0.10 MB 143 148
227,581 227,581 0000000000000194c788a4d34aded8c2a7f73b56774a1bde5ed6b17abb47707d 0.13 MB 357 261
227,580 227,580 0000000000000252e671e4d56c6fabf1c0f8b19051c1e216754365815d6c9f9a 0.15 MB 108 61
227,579 227,579 0000000000000301379e3f0f765ccba7aaa3b7dbbf16f5d9a33ebe16102152a4 0.15 MB 77 71
Previous 10 blocks ↓
Total Size: 769.44 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,645.68 GB sent, 95.13 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.