Memory Pool Memory Pool Refreshing

605 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,892 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,891 (697,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,602 210,602 00000000000003c26b6c61cf9a5a31cb8565c034f5750e359bc3a772a7a4f25d 0.03 MB 66 200
210,601 210,601 000000000000020708a73585285f0645cc47a5eacf46a5124839222afb649d56 0.04 MB 104 162
210,600 210,600 00000000000000d7be2851a24f36f9e4b385af771233e2d20c00e17bf32c88a1 0.19 MB 248 111
210,599 210,599 00000000000002c2b3e4b0d18d1eb32a32a17e9424beff8f28b27ebf5c3dba8c 0.04 MB 99 9
210,598 210,598 00000000000002411109c7694f908ba91430b3d640d274cecb5682de87bf821b 0.13 MB 319 164
210,597 210,597 0000000000000408ee0c7bfb11c1e88d96043e8993b5074d0065cd0406099808 0.00 MB 8 14
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
Previous 10 blocks ↓
Total Size: 769.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.32 GB sent, 94.65 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.