Memory Pool Memory Pool Refreshing

4,272 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,781 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (732,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,254 175,254 00000000000009bcafc7551c9c13d717a948937317993cc8cbbd8aa1ab3cffbb 0.01 MB 26 191
175,253 175,253 00000000000004de168a23fc18dfe198ac8be08df818ae0bf55a47554e139e2e 0.01 MB 39 44
175,252 175,252 00000000000005a0104f80d30dad9a8e775263c06d8ce4b721bf69975e33e25e 0.01 MB 22 17
175,251 175,251 000000000000087b3b84fd59863aa6136d5bdaf2996bc89611c1bb37035f7f71 0.03 MB 88 49
175,250 175,250 00000000000008e2e339e45964ade58fc3a685b6691173109bb31b04d835fdb2 0.02 MB 32 31
175,249 175,249 00000000000001dc82fc3bbbfc2789bdadc5018cd111751b395f75ca3d6efccc 0.01 MB 19 71
175,248 175,248 00000000000008195e18724cec45b1bc1bb63690bd12c55c007f7657b3b06c7b 0.02 MB 54 24
175,247 175,247 00000000000008204a7040325a2a81a1e015a9527b7ffe9df9ced5da4cb2f8cc 0.03 MB 76 356
175,246 175,246 000000000000004b4488fc0eaf1f1902f1ef7e21ea3ea2025d00c10b28ea4e56 0.03 MB 50 95
175,245 175,245 00000000000007840b426174c10fc02876b2475d3583a7e561651ad49d20e722 0.02 MB 59 92
175,244 175,244 00000000000005a9463b4c77440cf375358d519505b87efe055a49e6acb3b81d 0.02 MB 49 112
175,243 175,243 00000000000005b9262c36db23affda9f44a94a849125e07b9b07c899ce4b42e 0.01 MB 20 62
175,242 175,242 00000000000005de86c613ad74b91ec466e7b07c99b3f204648e8fdb7c0e9c48 0.02 MB 32 64
175,241 175,241 000000000000006f4e3c9de9a91deb5cca09fd017288f460427fbd51c0c4f08c 0.00 MB 9 53
175,240 175,240 000000000000011d17cd3706a93e2057ab8acfcdcf5f124ccab5c644aafd179d 0.00 MB 17 61
175,239 175,239 0000000000000a024374328d900d5de8bfe16f0de8cfbd264b514fa2691ebcba 0.03 MB 68 149
175,238 175,238 00000000000008d42e7612d93ad95353633b5d06c9575b50bd1efd7f16adad4c 0.14 MB 51 77
175,237 175,237 000000000000058213a9e0f4dbb876d7c1ca3dbdfd8a002e3486e11adfb2a348 0.05 MB 140 305
175,236 175,236 0000000000000993a8a9b7e048337f88c408d8a2da6c299cfb28bf66c88054ab 0.03 MB 29 37
175,235 175,235 00000000000006fe5a22f5f20d091c3d4831e562a7ee3256611199e12de03537 0.01 MB 23 37
175,234 175,234 0000000000000207eddca3240b5289a00738322dffdcafec6bcf4b0350fe115a 0.05 MB 146 140
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.61 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.