Memory Pool Memory Pool Refreshing

6,765 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,840 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,532 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,839 (6,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,233 901,233 0000000000000000000121d1692b6134706648da41286a376b0101b2a032fbc5 1.07 MB 2,802 2
901,232 901,232 00000000000000000000652b7bf746e6cb6ee54f393671f19159d29a1c8fe2be 1.51 MB 3,071 2
901,231 901,231 0000000000000000000129cde5c85bd9482b6f39df7f2971b16782af19b75d98 0.94 MB 1,955 2
901,230 901,230 0000000000000000000198994fdee4966c2469ea813b59c5d09550b2a743cb25 1.80 MB 1,370 1
901,229 901,229 00000000000000000001eb2804138ea26f662fa9b5bf165809b284447de4f883 1.57 MB 2,381 2
901,228 901,228 0000000000000000000028d0db58ae740c63b30c8f703b835292a0c607bfa15d 1.55 MB 4,056 5
901,227 901,227 00000000000000000001076a1df679095d8a25be4d42c719971ce3413e115073 1.49 MB 1,024 1
901,226 901,226 0000000000000000000182a82efa247041f89be961451e9778f24e290e6dd683 1.96 MB 1,120 1
901,225 901,225 00000000000000000001335384ada5dfa30cfad357166b2f27b9a20b6f98dcab 1.68 MB 2,191 1
901,224 901,224 00000000000000000001fd8406cf60f74efd50d15ce2f5a71898a374e55d51d0 1.55 MB 4,710 3
901,223 901,223 00000000000000000001113f5aca11c0c178fd11c236020e76b2bf9054116594 1.54 MB 3,948 5
901,222 901,222 0000000000000000000076177c76df02dec638775f035a059b782664cf3fa83a 1.71 MB 3,853 2
901,221 901,221 0000000000000000000038b2e8527a1c51b3ae3aeee89238e021b5b56ebe8449 1.50 MB 3,900 6
901,220 901,220 0000000000000000000144ec6df1e83e1b6ecf05f30cf51a16b8d92e4fe91b23 1.31 MB 2,289 2
901,219 901,219 000000000000000000016c663d1c53bb42f3fcba4aa1ec8d8caa4abe1c193cf9 0.09 MB 103 2
901,218 901,218 0000000000000000000169885da270d18d15059fffd5c8e1d7dc27b902f79991 1.17 MB 1,511 1
901,217 901,217 000000000000000000001006b3d6438aa75e0614daa8dda6df49d869bfe31bbb 0.10 MB 159 2
901,216 901,216 00000000000000000000fd80e5c02198b3615720fc9a132be2309743c9b5b7a8 1.27 MB 2,009 2
901,215 901,215 00000000000000000000cf6d3098da3af08a952a1c2cf1524fb6ff66263500d5 1.05 MB 2,126 2
901,214 901,214 000000000000000000011ddb102e43831d1da7ffd831079d4a3dda5c8e4f4ec9 0.96 MB 1,553 19
901,213 901,213 000000000000000000006cdc772fe9637503b96d9017ed72956566a70bb796f8 0.03 MB 48 2
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.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.