Memory Pool Memory Pool Refreshing

2,656 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,593 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (771,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,181 136,181 00000000000003899a8c542afa95ef7441c691c97d18e7822d41d134d341afa4 0.02 MB 46 793
136,180 136,180 0000000000000a3f397c0ca6dfa9eaea805f5461cae1537e490f8c2bb3c16fa7 0.00 MB 7 26
136,179 136,179 000000000000094450ef147383cfa855f54101967532398c5ccb96087beccdca 0.03 MB 66 504
136,178 136,178 0000000000000775429a02941e1eebe6b2196eb451c5f86f13c4e27d786d23aa 0.00 MB 1 0
136,177 136,177 0000000000000117d14399d5e3ed3acf037f7de88d338e3969f4f9011940e3d7 0.01 MB 45 86
136,176 136,176 000000000000025af96bdb46eabd1d0591732b3bc3745bb28cfba9849321b790 0.01 MB 9 171
136,175 136,175 000000000000009410f4c8c6db473f0dc61511f686a6152f8194eff8d32cf7d3 0.07 MB 145 284
136,174 136,174 000000000000032016f9a539d1557cb4defbbad8eb85d33fc864059429d2f18d 0.05 MB 164 109
136,173 136,173 00000000000005c6c492f40d7cf2eb609262534d4f0d31afd5b0028fcb926e2b 0.01 MB 10 0
136,172 136,172 0000000000000a0260748a1e0d99db1ed1c588a623b67076c3f6da1b87bff938 0.01 MB 5 124
136,171 136,171 00000000000003e678195f7c7be94ab42c8043afcaf321a41963e1967cb08d01 0.05 MB 129 385
136,170 136,170 000000000000075005e5809645830d3dd74c1777fae2ffbdcffeab1cc8e6fa29 0.01 MB 25 106
136,169 136,169 00000000000000b5fb270d5babecc5f83d3083c942851735c880a6a8840c47a7 0.01 MB 29 491
136,168 136,168 000000000000069b7b23d255f2622b7d7cf9a720f13bb7bf4099d57918b61520 0.04 MB 107 317
136,167 136,167 000000000000098511539245ff7eb6dea583b8d75bc2cdf76744a7dc06cda4fd 0.01 MB 28 85
136,166 136,166 00000000000001083d25e9f8b87b149edd1f363a90c6179901de3a996a50f7f5 0.05 MB 94 385
136,165 136,165 00000000000004d75fbc1038567ee28d150a913e173b698258312825945ff1cc 0.00 MB 9 1,147
136,164 136,164 000000000000045844da94d1849195559960dfa61c30d9b06034d8bcfabb8c93 0.02 MB 67 466
136,163 136,163 00000000000001d251a788ccb93389206051ee2ce14d330dcf710f7b4fa42182 0.01 MB 12 404
136,162 136,162 0000000000000248845ca85d9c816d39e9dbc3350359362ca2ddad5162bb01a5 0.03 MB 49 553
136,161 136,161 00000000000006df4d7d989ae775290d5a1fa74cae0d267a295b0b176afabe11 0.02 MB 38 268
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.