Memory Pool Memory Pool Refreshing

183 transactions
0.14 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,964 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 173 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,963 (708,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,206 199,206 000000000000032809b867fcafb3aa9d4e7f2f88fbdc9b16fcfc0f956a9e4996 0.04 MB 64 83
199,205 199,205 000000000000001e171028d423b869550c37dd1752e5d2020940d0f20ffe683f 0.02 MB 60 150
199,204 199,204 00000000000004807173371e817190e4db0c7f7de6b27ddaae31e08ff8a70326 0.05 MB 115 236
199,203 199,203 0000000000000020f208458c4fd8f0463be3eda149bac5b25963858d0c173192 0.00 MB 11 37
199,202 199,202 0000000000000299bad20518268cdd263f25c2be8313358a41e161549591135b 0.01 MB 31 157
199,201 199,201 000000000000036c09cd665887417fd76517396c106892a0ccb887391e9c9164 0.03 MB 63 89
199,200 199,200 00000000000001f731d56d3122d7d3e0cd7c7b70c5cfa248ba0406ecbf26e4a5 0.03 MB 73 116
199,199 199,199 00000000000001dc6b32843d1ac6dbf5c11e1c68ee27d2748a1a6ab04bc7fdb9 0.07 MB 150 128
199,198 199,198 00000000000003e6fdd591c161b58494c442b3d140da63274f4092c8732cc49c 0.02 MB 52 157
199,197 199,197 00000000000003a491a00179b5233ec14c4483ea3591ec3b32adddc925d33b74 0.05 MB 142 126
199,196 199,196 000000000000019e967a6c5f4356c4c508c4ab5633464c67b5387e3c9d3f54f0 0.05 MB 119 131
199,195 199,195 00000000000004b45b8eeac145a52276ac0ef97790eb70d4d786761ca82fdb81 0.05 MB 93 95
199,194 199,194 000000000000038ffb85173387f219ea21101bc456e9f1e4e07b1c150ffb1a00 0.05 MB 132 63
199,193 199,193 000000000000043cef134abaf79e72d503c088209568840dc511606d4458a68c 0.11 MB 313 181
199,192 199,192 00000000000005b0ab1d9008897d96a30d630e6372bb2dd4677dda320f22e8b5 0.09 MB 119 77
199,191 199,191 000000000000017668ea1612f3306497e93819b529ed7c749b44aba85ff12418 0.02 MB 11 1,244
199,190 199,190 000000000000018d6b50210ae09266c5eb2b235470feef2b2a6567abe69931d3 0.15 MB 414 123
199,189 199,189 000000000000037df60961cceb00c3c1fbd92b382a712064159c30132762dd7c 0.05 MB 154 107
199,188 199,188 00000000000000b2c84f95022e059bbe23c0f5d6e268388a6397c9baee8ac557 0.01 MB 13 135
199,187 199,187 00000000000006360c4cbe633f4d5a23a72a757b607d02fa2611a677692fe22c 0.08 MB 87 66
199,186 199,186 000000000000053b8ab68eb861d685c74d8162fedc89a73236d218a892ecb9d4 0.00 MB 8 84
Previous 10 blocks ↓
Total Size: 769.48 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,646.35 GB sent, 95.32 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.