Memory Pool Memory Pool Refreshing

1,979 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 1,968 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (71,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,091 836,091 00000000000000000003566c1e72640c78ac1e65f94d28694b0791305b6c3540 1.97 MB 1,785 10
836,090 836,090 00000000000000000000ede34f427bdbcf48222fde171ba0fc6f3499e3584d47 1.93 MB 2,187 11
836,089 836,089 0000000000000000000072e350437dd8654807992108c481478d09b3e5c18055 1.79 MB 2,904 11
836,088 836,088 0000000000000000000211531b5fb96b69ed252c47a93fa9b0520dbf85a16473 1.83 MB 2,117 21
836,087 836,087 0000000000000000000080de7dcb050371beb6df1879d8cd3708795ba951c31e 1.98 MB 2,250 11
836,086 836,086 0000000000000000000330d887741d69907c9feb132dc85f31d78eb855ba822b 2.03 MB 2,810 13
836,085 836,085 00000000000000000000e42e55b16fb69863b500e372975f2de3421fed175345 2.06 MB 2,085 11
836,084 836,084 0000000000000000000195af133dbb2ed518c5bbda3ecebc4c4cfe2034afaf47 1.85 MB 1,130 10
836,083 836,083 00000000000000000000bf740ce4dd34b7903a71021bee7aa077d5c1b86da182 1.84 MB 1,311 10
836,082 836,082 00000000000000000002318aeb651e834a9092fbab0c6c95d1c042d58794754d 1.85 MB 987 9
836,081 836,081 0000000000000000000045f67d55e44f3c42b5e9242f98c8d7f44caad5f7c61a 1.89 MB 567 9
836,080 836,080 00000000000000000002afc32bf72e1a4adf00af5de15951c2faadbda214e740 2.50 MB 1,248 10
836,079 836,079 00000000000000000002b94cfb585c39aea1182778f0816398ab2097cec0b88b 1.87 MB 2,580 11
836,078 836,078 000000000000000000022e58702707c2b5e10850c280d741f7f0938b8eb6c857 1.63 MB 3,425 20
836,077 836,077 0000000000000000000072648e6f8895f4a482c2f55f469ab4a8601ff0648d8d 1.76 MB 3,300 17
836,076 836,076 000000000000000000017789e794af024b430db255398ed98734b0d358f23c84 2.05 MB 2,117 9
836,075 836,075 0000000000000000000131bb1da7d7c2a73b291c5206bb5034f0545d8551988c 1.58 MB 2,526 21
836,074 836,074 000000000000000000026e9d734f9f906b38353ce8d1a9060062d18d38063402 1.88 MB 1,938 11
836,073 836,073 0000000000000000000247754a29cc905ae862b72fca3b19829d6bc9e42d3f70 1.82 MB 2,652 14
836,072 836,072 0000000000000000000133ac5045d498357681a65874232add65f03135278705 1.90 MB 607 9
836,071 836,071 0000000000000000000355a5e0d159a9b69dbac0b7aa4f415ad658c645dc4555 1.99 MB 746 9
Previous 10 blocks ↓
Total Size: 769.10 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,629.05 GB sent, 93.40 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.