Memory Pool Memory Pool Refreshing

210 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 197 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (697,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,596 210,596 000000000000030205f9448c903fbc11c287ccd05424f39a64f196a1a7c0ffc6 0.01 MB 37 174
210,595 210,595 00000000000000e81b5896d3de97989e596f8b618adda33a6fedc140d0466cc8 0.08 MB 160 120
210,594 210,594 00000000000001e69e9be3cacc43dc922addf093dac02373d9d38d9315a0fc48 0.00 MB 12 323
210,593 210,593 00000000000004dc4a772745e4a3fd4177a494321e3c8499267a9c808a57895b 0.02 MB 32 120
210,592 210,592 00000000000001c5e9449f4bbb56b5c97291d61053d54a572ff4f29979452ca6 0.03 MB 69 156
210,591 210,591 00000000000004c63d59a511ac51560821a6cbe91a8b07600c9013ffe4805137 0.06 MB 116 161
210,590 210,590 00000000000001c4e4182a992b7670d1eb446430717cc4ad1b640bc7542c9689 0.01 MB 20 161
210,589 210,589 000000000000045ea458a402855b9a6c2b78e5640be0c2ce259dfa3a3fd9a70f 0.02 MB 38 117
210,588 210,588 00000000000000eb7dfde1e82f5362f300bd8b4a4a8b41e34a327e9bd8ce7a8a 0.02 MB 37 135
210,587 210,587 00000000000001fd4b913783b1a2b446f5664499c87f96117f3e55522b4f4947 0.04 MB 92 165
210,586 210,586 0000000000000279fe836617dcb6286b069fb40d0251cebc2fc9889289f05d99 0.01 MB 13 104
210,585 210,585 00000000000002039c9621891966e4faf788c28b22dc065d48fdb0424422a248 0.01 MB 19 75
210,584 210,584 00000000000002733946bb20905eb7ba338b701fe46f32e9d56b20437851ace5 0.16 MB 371 186
210,583 210,583 00000000000002c90b94900c30e173377a76812880b1c74098e7424b145f0e38 0.08 MB 163 185
210,582 210,582 00000000000002ba578b95f4b1dfaaa42b23316c72cc998fa0791121515f9401 0.13 MB 292 132
210,581 210,581 00000000000000503356bf2a71e01b2dc6487e12813fb060795df03dbd920536 0.05 MB 103 155
210,580 210,580 000000000000025290cca4bdd9c9c89953dac1a6b6768cbd8ed0c6c5c8b75ed4 0.11 MB 199 146
210,579 210,579 0000000000000021c0c6c1e8c5d4418f8ecec16aa3ba3f4797fe6fbfaefc3389 0.00 MB 7 603
210,578 210,578 0000000000000433041809b05964f368022b3ed4042b62e7f8293a187dfdd927 0.00 MB 1 0
210,577 210,577 000000000000016e6ca8910d8dcf94eb960e77ce5dd0ee6a4fd1fc665d104be3 0.15 MB 370 201
210,576 210,576 0000000000000008c4a05b241e7960fb9b686f1c1bf7f46521db1773ed52dd51 0.01 MB 25 143
Previous 10 blocks ↓
Total Size: 769.10 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,628.81 GB sent, 93.39 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.