Memory Pool Memory Pool Refreshing

1,670 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,670 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (698,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,685 209,685 0000000000000245d1acba56b1210654a7f648c1f4f1b98b028fc2b5bc3d03d8 0.09 MB 123 203
209,684 209,684 00000000000000ea414f925e948c1dfed9bbe0f4df1cdfd983d96f25517f3950 0.06 MB 104 86
209,683 209,683 00000000000002e587fe8264ed5a33288f4b4a7c704ae099ad2f9e8c3f47698f 0.20 MB 468 443
209,682 209,682 0000000000000457a1f3f933fe75ef613898218c3394b60fd83aaee4dc9cc599 0.02 MB 54 192
209,681 209,681 00000000000001db8b47f9d0511f2ed24dce8c1f946df6db6d1518bd16a3ed0a 0.04 MB 103 148
209,680 209,680 0000000000000042b92f187880a20afaf7302f6ef2e183d7153d496be2da4459 0.12 MB 298 176
209,679 209,679 00000000000001f63260956383c4b9f14e360089bcfdda0d9546e2adb1a7e28f 0.06 MB 135 133
209,678 209,678 00000000000000a4cbf487df4c5d932c363de40ec2721f8e67c2ecd73b230c43 0.14 MB 306 155
209,677 209,677 00000000000000b76571a431eabe80f848a274f69c87d4223b81171f05783c9a 0.23 MB 526 189
209,676 209,676 00000000000002717526371626617ec4f2198178c84422ecdc164e44987755dd 0.28 MB 692 181
209,675 209,675 0000000000000208770e7c98e170222c8ce419d6ee5ee37dad25c0c05deb7ea7 0.27 MB 712 184
209,674 209,674 00000000000000d1a252e160e4878b4664451407d707d281f2c6daa36fad4101 0.06 MB 181 71
209,673 209,673 000000000000024b0430fabb7fc17a26adad442118e05756e740c260331b6426 0.04 MB 114 145
209,672 209,672 0000000000000172a81fd0433ed424ff3ce77a83072669053ef83aa1cba13c77 0.19 MB 572 198
209,671 209,671 00000000000002120b63f189e648593693a2987caf613811a3a1b16b7d078dab 0.01 MB 15 215
209,670 209,670 00000000000001aafd1786f57541ae55d5702ab60789e15f880cb44a1622ae74 0.06 MB 140 159
209,669 209,669 000000000000041bfb115836a3dc592a295a98f75c3af2fa0fdb7bafe3501adf 0.09 MB 232 146
209,668 209,668 0000000000000403babfd5760585e7809106f893a7f1392515fee9af82efb559 0.10 MB 76 89
209,667 209,667 000000000000023c43f872122a1fa189d79e5011f33f65b2c4763c530a2bd5ca 0.06 MB 155 143
209,666 209,666 00000000000000e3f0698116fbe73d59b60524cd48f707f00ce219f19d42cf75 0.12 MB 323 238
209,665 209,665 00000000000003ae4bf48c23d02742f636bc95af4cfb89e1bcbc1c4f7b196a91 0.02 MB 39 41
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.