Memory Pool Memory Pool Refreshing

3,573 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,100 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,099 (853,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,599 54,599 0000000007f522bc0bfdffb62505d02dd14584f491c144eebffe31f34ed01e11 0.00 MB 3 0
54,598 54,598 000000000bee72fcec279c10c35d5d5e350979ff178413f185d8c1bf162b36ea 0.00 MB 1 0
54,597 54,597 000000000ea56256f66f75a585cc1a747ff9c2cdbe16a4d039cbbe2566eb9f5f 0.00 MB 1 0
54,596 54,596 00000000136337391c40e0952ee1b4f54475f8076cb33797459720e6c332becd 0.00 MB 1 0
54,595 54,595 000000000638dc08f5d35b63d820a4dc8165ae70bb2988c75754d1345acf5424 0.00 MB 1 0
54,594 54,594 0000000001bc045821d5953fbb50bbacc6dbc2f1862ff70b0282ae01cfa05626 0.00 MB 1 0
54,593 54,593 00000000020c95010b9ae7bffbe529f5dc5abde269931e6ae49976dd3f1327a3 0.00 MB 1 0
54,592 54,592 0000000006d56982ba2424d940c0deaca66c26eff27a6f1cab92a44937c66fe0 0.00 MB 1 0
54,591 54,591 0000000003dc37f62cbf375d21b7e22334dab63e18e4a7fca227d233382f648c 0.00 MB 1 0
54,590 54,590 000000000466bcdff4368b0e0184d1eda6dd03d20eaadea118ce5e9f4db998ea 0.00 MB 1 0
54,589 54,589 00000000104b1408cb8e77d34cacf3675578ec740c2d2efa8dc65e6f74e49cde 0.00 MB 1 0
54,588 54,588 00000000032d04e575337be06124660bbec067a8ea363d819db92e7df7081366 0.00 MB 1 0
54,587 54,587 000000000f34a46a05640ca0a1ab0fdd1abacd6f030092685de471913219fb2a 0.00 MB 1 0
54,586 54,586 000000000b00040fb6d049ee41c27db8b50bc78b1ae4e7a4b12af15e01ea28e6 0.00 MB 2 0
54,585 54,585 000000000485d96b8f19ddbca960cfc29de18b1b09a1d79574cd6debabdc27af 0.00 MB 3 0
54,584 54,584 000000000820dba18748c342e0d98542868dd89d00daf1e72ec4a6be061a1e86 0.00 MB 1 0
54,583 54,583 000000001373490d8190632ffb5d1b3ba9c4fe706f8fefbde4f8d0544015c4ca 0.00 MB 1 0
54,582 54,582 000000000835389c8c157e8c4228c96cd436e3f77669945885306cd5dd8362d9 0.00 MB 1 0
54,581 54,581 000000000047bc0a0ecfe2a49fcd4cb997fd2f4f7e2e9917470df13b5b9db2a3 0.00 MB 1 0
54,580 54,580 00000000130a38eec9dacc8e0e8c47118575e6562e58e5a148e5527143fc0070 0.00 MB 1 0
54,579 54,579 00000000037e718f52b9965ad463cac0423458ead50785e181775ee47e9f0049 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.73 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,678.96 GB sent, 96.55 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.