Memory Pool Memory Pool Refreshing

1,706 transactions
13.00 vMB
Show Random Selection Loading Transactions
Max Size: 53/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (857,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,938 50,938 00000000035ad4ee1ba693a04b8483e76333b304434051aaa64e7ff6be25d458 0.00 MB 1 0
50,937 50,937 00000000147bce4ebb2b0e1ffb2373f3d694ec67df48ca97e83a7c30f3a34a4e 0.00 MB 1 0
50,936 50,936 0000000006e3c6772e27d5a6baeb8757a85caf5e046a61757d7dca103f60b194 0.00 MB 1 0
50,935 50,935 000000001817e3067631f89c2b50dfccf4d405412e05784023174cc22bc5e6ea 0.00 MB 1 0
50,934 50,934 0000000006d449068c1931009fe10b8e9543048f5855cf77cce8a8bfc6781c9f 0.00 MB 1 0
50,933 50,933 0000000011fd9c1ec6edcca6da6df4d7ed5674f5579732485eb798200313e3dc 0.00 MB 2 0
50,932 50,932 000000000929e1b81c0f80efa2587a9cc3575169fb9172e099ae58770d47133f 0.00 MB 1 0
50,931 50,931 0000000008c6d44e5a916e47d3bbb3c038dd9fbfcb74abccb97e9d3a2ab0f97e 0.00 MB 1 0
50,930 50,930 00000000183e43569b05dd9900c57a75ec19d7c0418a5d795346b5c8d9ef7be4 0.00 MB 2 0
50,929 50,929 0000000013c27473a70a8a5ed45e07e9c6ae86cfa53c25be51e0983774afdea0 0.00 MB 1 0
50,928 50,928 0000000013527438fe5d48416f5c6b8d6b16aa2a07e5124be87284caf8c3104d 0.00 MB 1 0
50,927 50,927 0000000017a3fb21be1c859a781c91fe06733797959c0711c9576918cc414915 0.00 MB 1 0
50,926 50,926 000000000bf613f14707050bbd9f2c0bebde0b77c57fb907b789f6b79a04669d 0.00 MB 1 0
50,925 50,925 000000000e7f24cbc10ae22de537956844cfce35e3de99711d919e7b203fcac5 0.00 MB 1 0
50,924 50,924 000000000b444b1399804214337688a71b1d16ff134f95d8f086cb2ee9826068 0.00 MB 1 0
50,923 50,923 00000000104b32af2cac7bba7cdb3ed0e686bd19734c2f9986c6465b4e361930 0.00 MB 4 0
50,922 50,922 000000000687f223c100f74cc5e3ab4fd28f69e9231cb29d950ad70716cba279 0.00 MB 1 0
50,921 50,921 0000000000e02ef6932adc06786cd71fe414b386d016626419f98ef3b72075cf 0.00 MB 1 0
50,920 50,920 00000000017403796bd58e1575d8045536d73e57a7f4190111c99745523a9079 0.00 MB 1 0
50,919 50,919 00000000132b30a8ccc81e6ac1971e4df727d910d69127d93b1a9c3ed5eb06c5 0.00 MB 1 0
50,918 50,918 00000000075f403d4d79e2ac0cf1ca88c47f3fbab2fc121686f151561a1618cc 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.13 GB sent, 98.46 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.