Memory Pool Memory Pool Refreshing

14,224 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (551,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,637 356,637 00000000000000000ad8c9dae4d652b5e15d2d373cc3f7de813b2794e1390952 0.30 MB 520 24
356,636 356,636 0000000000000000170a0ae466a5b46ebf12e7347e509d51a4397c9d40ba6eac 0.05 MB 84 22
356,635 356,635 00000000000000000bb580aef84ea289f617bd25eca11dbb8b889748e6459957 0.11 MB 176 21
356,634 356,634 00000000000000000d13f6b37d2c603b25f809b6b2643cf8f454c14f62563207 0.40 MB 742 27
356,633 356,633 00000000000000000d4e3f646242c9545aa1af511bcf3e8d0fd20bce1065fd9c 0.25 MB 538 27
356,632 356,632 00000000000000000277be4ba56fc4e2caa74713e2e35324d1f4886a9151d06c 0.24 MB 524 27
356,631 356,631 00000000000000000096894a1b4efe7d9516a5c7b9680fe25cd54c37c8475f4e 0.47 MB 642 22
356,630 356,630 000000000000000002f42c53204b4edf549d538963d68ba8ea03b31f43af439e 0.67 MB 1,070 23
356,629 356,629 0000000000000000131cbf56d6579f9da5c54b9e92380d598dcd6e6e5ce9e69b 0.52 MB 531 16
356,628 356,628 000000000000000016de82be70b91ffc560eb65a23361f918906b406a44839b0 0.27 MB 503 26
356,627 356,627 00000000000000000c92e89213aafb1fd767d9794a518c42d7f00ec89b8041c2 0.14 MB 287 29
356,626 356,626 00000000000000000143540cb48a4884d58a4c4f0dad3c2aa8d88dfac2c5f332 0.49 MB 801 23
356,625 356,625 000000000000000007a6f00640df0a841802aee4168d7f177f88b91c61b2fba9 0.12 MB 200 27
356,624 356,624 000000000000000003dc6b38681878566d7b22b04aca2a0e931276824dbc6c1b 0.59 MB 1,182 26
356,623 356,623 0000000000000000135fc4e83f6ad82c244cc86611a93b564ac26afced0057b0 0.00 MB 13 28
356,622 356,622 00000000000000000089636daa943db8dfe775a5d72cef1b8ca7275b1d7d3e65 0.12 MB 235 28
356,621 356,621 000000000000000016a0b7d559e4b49d69c863c7cb3e182f6aaacf8be524b4d7 0.03 MB 51 19
356,620 356,620 000000000000000011ab50ad6d3d3ba296342d166668be223543a1730bad36fe 0.44 MB 801 23
356,619 356,619 000000000000000011f534e1845890b58b98176dbc0cb3dbe1fe01f105a61924 0.55 MB 1,082 29
356,618 356,618 000000000000000009af936086c497d896ebf90bfbbb4ab42746da5f0aff10dd 0.56 MB 1,182 28
356,617 356,617 000000000000000009554a58792f34d7bfc778b7d33cb898f30ba28d4e6604dc 0.08 MB 183 17
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.