Memory Pool Memory Pool Refreshing

8,316 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (661,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,636 246,636 000000000000004f21da0d2171ab1e78ebaa94ccb0053297bdc554c326dc4640 0.11 MB 232 152
246,635 246,635 0000000000000065ad5bcb4ee79ec1783a33e8f67ba212727d257fd1f855a454 0.05 MB 79 157
246,634 246,634 000000000000002ae2d22362b5e9729f4366256c538e4f988bc64f3c42163d29 0.08 MB 116 101
246,633 246,633 0000000000000035b89c7d536e2a74c1178160afbac87d2148b87f4fa3705a70 0.01 MB 17 86
246,632 246,632 00000000000000607ff589dd19e231a9f91851076b3406be9103a57886556789 0.05 MB 69 110
246,631 246,631 000000000000007aa2dd322a25455a3db4fb0eb15c87e10eaad3195188dc2ef2 0.17 MB 370 203
246,630 246,630 000000000000004703f7104be9d2b9685652552083fe8e16bc0d78bcf0d0f584 0.13 MB 323 142
246,629 246,629 0000000000000042217213c669d61e9b0007b695fb6dbd773685b711c1cb70c5 0.08 MB 186 127
246,628 246,628 000000000000001012bce18d0b5b0e065de5b02732c02a0f70362ff2522c8046 0.03 MB 71 136
246,627 246,627 000000000000000cab02b51ab36fadfe2148bdca2ae839b5572ce986187780d3 0.09 MB 213 126
246,626 246,626 000000000000000edff544c740ea49ef93676623d3eab4822fae85500409534d 0.20 MB 325 158
246,625 246,625 0000000000000094bbc5d25dd1f7e653515880639d530e2c7258951fe5266458 0.13 MB 257 100
246,624 246,624 0000000000000018ec2eb94a71126edb55bc3f1c7463801defb9c123333aa3ea 0.10 MB 68 29
246,623 246,623 000000000000003ce545d800862ffb0aae119893fc9c8d7e20dddaa47f49ff17 0.12 MB 290 152
246,622 246,622 0000000000000020a4cb1471238bccf649f6285d41ee35fad125c9f71887967b 0.09 MB 171 108
246,621 246,621 000000000000001ed18fb2bb7c8cf04d8bebf36255faec4be87b2c94aec6eb17 0.05 MB 123 136
246,620 246,620 0000000000000015e41b05a8808fbd151aed1f67171b2001a7d473e4a542c0d3 0.07 MB 115 123
246,619 246,619 000000000000005271adbc02694fffafb5eb3767b600af16e110161ff1982d0f 0.20 MB 415 138
246,618 246,618 000000000000008458544b4296c983bb63fae805362e46e425f8c75b1acc71fc 0.11 MB 273 160
246,617 246,617 000000000000001ce8ce7512146fed98823cb6f377261ec5b2abfa9adfa83778 0.07 MB 102 108
246,616 246,616 00000000000000373e5d2a6414a936f8579afe0304ddd4fc8be77a4c2d1a8857 0.05 MB 102 117
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.14 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.