Memory Pool Memory Pool Refreshing

10,380 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,206 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (729,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,822 178,822 00000000000009b9eec6cc684e0096a206c9d01c993ca4c8b5a1c08caf87973a 0.05 MB 116 160
178,821 178,821 000000000000099abdf9b8891e19cf26b0678e863aa509b585f6228ffe4bf683 0.02 MB 61 79
178,820 178,820 00000000000007099e2fd74a16da3bdcd57afef58789d8200655f3847f76f9cd 0.04 MB 95 137
178,819 178,819 0000000000000104bf381e5d22bd9779b9b51edf548b35eb616b82e5dcf167a7 0.07 MB 161 255
178,818 178,818 00000000000005934b8a186bdc7d6b2cfd7e57fc81d5de31cb2f8183fffae230 0.00 MB 10 106
178,817 178,817 00000000000009f7e2559028be241ad7b2c0032cffb1b80ae345b84181f6355c 0.05 MB 144 146
178,816 178,816 000000000000096f29c46f6f3a2f4d8dbc29bba0d74868ac0c626cc667a24c84 0.03 MB 73 149
178,815 178,815 0000000000000227a6ec9b2a17b33c6f0152b85565dec63c6a9b5ab755232c51 0.02 MB 63 40
178,814 178,814 0000000000000a5a9899c68894d89d01291dc0dc875915b5700594cf901a5585 0.04 MB 86 153
178,813 178,813 0000000000000415793ceceb33bba74a7715345c7c1f1f036050ca464e742b41 0.02 MB 54 6
178,812 178,812 000000000000070c42272ba569b1f4fd523b4517a318b7964aeeab144b6ba591 0.01 MB 16 75
178,811 178,811 00000000000001885c671d0f8ed49289caf252ce2135d3647730ed15bce471f5 0.03 MB 45 100
178,810 178,810 000000000000071e62d077d2bd8675b84f786e3bfdc86a5943ea64f1ab1c3097 0.02 MB 58 13
178,809 178,809 000000000000028533b303ba821201dc765208eaf9f1812d67729147cceb9a1a 0.02 MB 19 29
178,808 178,808 00000000000009c16be50130a3dd30a5e854fef796a4967fb59314a0dc8f5bc1 0.16 MB 375 131
178,807 178,807 0000000000000a33732830d89f5983ee99b3c3dbc2b96c613e892976422463d3 0.05 MB 131 173
178,806 178,806 000000000000010ec40cd1d74d7493fe9e16c590144b2ed2e24b258e78646dbb 0.01 MB 13 73
178,805 178,805 000000000000098a42375d2a39c8cbb72d36fc998a9d5ae561b98782273d923d 0.01 MB 17 83
178,804 178,804 0000000000000242e566a38409f820215c84b5a66164279538d459814d948695 0.02 MB 78 110
178,803 178,803 000000000000026fe98c3e37a3ea2853161ac1ccc47d09a23a01ba603e359b95 0.02 MB 53 116
178,802 178,802 00000000000004ab9d32a3cef180ccf85557ec2017a8e0a5ffed533fc184f70e 0.05 MB 117 129
Previous 10 blocks ↓
Total Size: 769.25 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.11 GB sent, 94.17 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.