Memory Pool Memory Pool Refreshing

10,251 transactions
4.25 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
899,819 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,237 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,818 (13,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,749 886,749 0000000000000000000072d40104b0c0bf6b99a3289027c32d42b807ab86157e 1.92 MB 966 2
886,748 886,748 000000000000000000013d00234f54a8b0bbf3f5f10b47eab11cd9796a70c78c 1.86 MB 205 2
886,747 886,747 0000000000000000000146b92e138e4e41fec5928953041efb0c1ae7e1918dd0 1.79 MB 1,174 3
886,746 886,746 0000000000000000000031cd404e6dcefdfe31db601b3f6fbfb3d5b08ad96577 1.62 MB 3,281 4
886,745 886,745 000000000000000000004e0ed5a472336f8e90c1d4ce2e068e127316c569ac2f 1.64 MB 3,681 4
886,744 886,744 00000000000000000001cf3c6d389db481354d7bda1306b30515edf568f02038 1.37 MB 2,405 6
886,743 886,743 00000000000000000001d47d5706caf15fd835cfbe4a190192ec9b76ba67d24c 1.59 MB 3,664 7
886,742 886,742 000000000000000000010f420bdbb78ff3241822fae6e84d905a1c7aa3e01f31 1.18 MB 864 2
886,741 886,741 00000000000000000001395aaba1c5908c31008395aa22ce7261ade62506bfeb 1.46 MB 2,324 3
886,740 886,740 00000000000000000000b1c53f2b260bcc046a96bb3729283baae1a4ee16081e 1.67 MB 3,530 4
886,739 886,739 0000000000000000000041042de7aa23a0dd58ec21ec4d316cd0dd5bf083176d 1.56 MB 3,354 4
886,738 886,738 0000000000000000000180f6dfcaa59784ab591d286f6ee3e75cc6fd1c385d7d 1.65 MB 2,886 3
886,737 886,737 000000000000000000026b460b26bfecc0d80142d478a4e8d8c58814574c1cb0 1.59 MB 3,303 4
886,736 886,736 0000000000000000000042c9db1c704a36f4d02db709a5e03437bc4adfac7496 1.74 MB 3,022 5
886,735 886,735 000000000000000000020a26f19b1aca61363f93d023cd667e18585d34105143 1.57 MB 3,097 8
886,734 886,734 00000000000000000000a30843da6a1a5d12f66bb40c874d107ab34c32180cfb 1.57 MB 3,866 5
886,733 886,733 000000000000000000022b4d8fc43af1be95e08bd4fcecce9923f85b8a5cff9d 1.25 MB 1,520 3
886,732 886,732 000000000000000000000ec0d9ec77cb758c8f669b576596e24179261e6deeba 1.63 MB 3,890 5
886,731 886,731 000000000000000000026d997cc63ce437cde926317cdbc5c331ef15d2dfb191 1.54 MB 3,198 5
886,730 886,730 000000000000000000015c6b3d392bbadf7260e9fb18bdae4ed7c0125de7e99c 1.67 MB 2,897 3
886,729 886,729 00000000000000000002596c79703b56c1cf8894755ed56824a330993fd94afc 1.58 MB 3,532 4
Previous 10 blocks ↓
Total Size: 755.68 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: 536.19 GB sent, 26.85 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.