Memory Pool Memory Pool Refreshing

1,480 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,473 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (559,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,763 348,763 0000000000000000041d129fddf2d44fb132ffd89517b924b988b4e9fd233268 0.09 MB 192 27
348,762 348,762 0000000000000000000d6b2fa12472fe06525f0bdac4690c3e4751aed2acf156 0.50 MB 932 23
348,761 348,761 00000000000000000cd7042aaddcca716cafd292084439c63c0aa6ae68e95c7f 0.30 MB 595 31
348,760 348,760 000000000000000006ce2eb0c1d355ffe49f3c9d0238f6f5159e474216733b11 0.59 MB 921 18
348,759 348,759 000000000000000012f79b90c6dae0dcdbb4d074cd6f1bf480db18b12f818e3d 1.00 MB 1,567 20
348,758 348,758 0000000000000000065eeb3dff15bafb5cb1fe47ab52ba48933d7fa2f57df1ca 0.28 MB 1,024 53
348,757 348,757 000000000000000002651a5af616a5188c76876c766f9abf355e054249d372a3 0.10 MB 103 14
348,756 348,756 000000000000000007cbae22fa32e5242a35852a79711ff4247803e246604030 0.00 MB 1 0
348,755 348,755 0000000000000000129163fdbaf37f2c0c705af5a9d1d1ed71985c25c861a397 0.61 MB 1,163 31
348,754 348,754 00000000000000000438f309a82e951a39fd9c16dde0baa93ae4499003a3253e 0.14 MB 322 25
348,753 348,753 00000000000000000f78243613708b9ec006128a3e5f056fbce665584beb4019 0.24 MB 497 30
348,752 348,752 00000000000000000c2b6eeddfca86d4594539547695b812dfae6b9d5c9fdb77 0.37 MB 757 32
348,751 348,751 000000000000000003b8b531eac633325441d7229936be0aab83a2e2fdbde550 0.34 MB 581 21
348,750 348,750 000000000000000004ed67ca7e866b9f7edc6df5203a9565adc21fc907420390 0.35 MB 812 30
348,749 348,749 000000000000000013ad2e7d1b69621f7bd4507cb533df3f9cb37a86b619f8ba 0.10 MB 180 22
348,748 348,748 00000000000000000d783cb1ec72c6f76e6941ec2930b6b1f8d4bc99016b8108 0.10 MB 210 22
348,747 348,747 00000000000000000cdd226a65284e9ab8d0b565f3d9f5ac5e80f9dd798baf32 0.58 MB 1,195 25
348,746 348,746 0000000000000000076fe090afb768506e6a95bd6cc49d65925cf6c450628def 0.44 MB 862 30
348,745 348,745 0000000000000000156c3c89e3726b30fd9f380e2f480420cf11b07996c8541b 0.81 MB 182 3
348,744 348,744 00000000000000000f62a0bb023280600841fda94e09bfd2db3cf733841a2bed 0.73 MB 312 6
348,743 348,743 00000000000000000eccf06c5c425b16cd9374a682b36c30c063b99d0e0f6bac 0.75 MB 633 10
Previous 10 blocks ↓
Total Size: 769.37 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,643.88 GB sent, 94.78 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.