Memory Pool Memory Pool Refreshing

7,384 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,722 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (742,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,228 165,228 0000000000000ad3338a9fa3a9db606973dbca8daf6f9693106366cdd9ff0628 0.01 MB 35 156
165,227 165,227 00000000000006285b3a5d23c68bd2e416b4d22c222efeca4c730aeede41e13e 0.01 MB 10 520
165,226 165,226 000000000000097c7b9bd9bcc840393702467e20167a5fe012ebc1937948e5bb 0.01 MB 22 56
165,225 165,225 00000000000009c72b4000b55516f1f2be7cec1abba4d79096b61d128056a0be 0.01 MB 22 462
165,224 165,224 00000000000001d7b434209a96c21896d75b1db97ae0269f3818c3b26f3e26a6 0.05 MB 82 146
165,223 165,223 000000000000074970c57b3ffbfd3048cc61db0c8a4e961ebf9a9722ae5162d9 0.01 MB 12 318
165,222 165,222 000000000000080f87b26bfbb2d30d97a9a9ef8dc2459ceba478e51cba046ca7 0.05 MB 127 282
165,221 165,221 0000000000000a433bb25ac760479aa4e63501efa5844386ecfaaebef59f83ef 0.03 MB 59 166
165,220 165,220 00000000000000b6d01417f7cace8c2d44c3b224e7b8d26719af806ae83dc126 0.03 MB 79 62
165,219 165,219 00000000000000c76f9b1fb3d3be41fba5224979b22ef0745267ce4215e2dc93 0.06 MB 128 331
165,218 165,218 00000000000005aec530e74611b6d88ea05fbdb1e2d9c9e7cbcf8b9ec5f1eb38 0.02 MB 45 91
165,217 165,217 000000000000079d649f568f6d8c28be38675d2dfd0e52298243d11d09c3fd69 0.02 MB 81 10
165,216 165,216 000000000000073c4ebc0c442d7080953d250a487c98f8a2f6606e77aab47d4a 0.03 MB 68 535
165,215 165,215 0000000000000c05ace950628d3383a9a2607d6451e739105b8bce33c1298ca0 0.02 MB 52 2
165,214 165,214 000000000000008a6fe6d884c1576ab9254f0d418f30ddb9b5c6cb6594821ad5 0.06 MB 120 172
165,213 165,213 00000000000005fcbf902400a9f5481b8476dace0f2566e02dc1391bff93da6f 0.02 MB 15 805
165,212 165,212 000000000000000973dc0c085e5279024a35209ffaa1be56742503e6540de43b 0.03 MB 105 11
165,211 165,211 00000000000006cb04a5f68aeb25c860107843515c090ac17f2447821c57c7f3 0.02 MB 53 106
165,210 165,210 00000000000000d12a9580461913827a1ba3de314ecae72a2c86629b916b5336 0.05 MB 109 59
165,209 165,209 0000000000000997e84caef8d92920523e4d7411c2e7c743faeed434c37ec9e1 0.02 MB 60 206
165,208 165,208 0000000000000aaf80bcda9b77bdedb78d20764a4988bc82b71f9c0adb1b5b57 0.05 MB 105 52
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.