Memory Pool Memory Pool Refreshing

8,728 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (181,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,151 726,151 00000000000000000004b0055d078fa232a7123f424ded5a7cc72be2dcf86bcf 1.43 MB 2,075 9
726,150 726,150 000000000000000000002d8c567d35d4a2008f0a4b0deeea0b17793736188082 1.32 MB 1,697 11
726,149 726,149 000000000000000000029a1728a85b9e4d895e1f1b9dbdfc480f59bad69ebeb0 1.32 MB 2,315 9
726,148 726,148 000000000000000000088abf286f2e71c9c44a0d343c286b6fd1d84a0ec07568 0.15 MB 164 4
726,147 726,147 0000000000000000000592d79fdb5fa0ab243a935436eb4d27b6d6f504b99c62 1.40 MB 2,383 6
726,146 726,146 00000000000000000004b7440184d0375c023d12075ed02cb292f703be99fa37 1.31 MB 2,444 16
726,145 726,145 00000000000000000006edd17558570a09b95d44ac1eab4a99ab350087f9e9af 1.45 MB 2,666 10
726,144 726,144 000000000000000000066430a9c5c2bdeeb72e1aee87180212eace1de0176679 1.52 MB 2,637 11
726,143 726,143 00000000000000000007c1aac23a7cd9e06ad4e44ab67bc98c402b810b3cbc78 0.66 MB 1,191 10
726,142 726,142 00000000000000000003552518fe62075248b988aebe17509fd391c925609b23 0.44 MB 563 7
726,141 726,141 00000000000000000000344fcfcd8cd93b9d8f825f8b04057c5790cee6ad5c2c 0.32 MB 681 9
726,140 726,140 00000000000000000007d38282632fdae781c0324783d5a1c85abd23a2c4b269 0.04 MB 74 7
726,139 726,139 00000000000000000009a844c94507587a9078648fe689730bf4f22a68362b72 1.16 MB 2,182 9
726,138 726,138 000000000000000000039154f964de19ad7e6d22786adffbabb24de66af299ed 1.33 MB 2,112 6
726,137 726,137 0000000000000000000860b8f5538f06a0acb166aa5fc05c62c8bda38e74e523 1.29 MB 1,551 14
726,136 726,136 00000000000000000008430e983d3a835f1508c9e352d9b28cd7c4cfe61f7126 0.30 MB 483 8
726,135 726,135 00000000000000000006a1ff71f1b3b7ecc15a1319f24c8868883fbd7b5d9860 1.12 MB 1,980 9
726,134 726,134 000000000000000000030b11e061f504c5ef89d0fa3328f119837f509278340b 0.03 MB 71 16
726,133 726,133 00000000000000000000c6a9c76612c897b285e67bae2564b2155cf9a33c6596 0.82 MB 1,387 9
726,132 726,132 00000000000000000000ad1dd8768ddff12294ca780592d7c47baed6df687ce0 0.57 MB 604 3
726,131 726,131 000000000000000000088e55573505b32fd3027f5710c611f6b100f99640a3b4 1.69 MB 1,712 9
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.