Memory Pool Memory Pool Refreshing

6,405 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,464 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (6,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,773 901,773 00000000000000000001e9c82d1978b3853f025bd9abadeb969086cecd25e66b 1.69 MB 2,661 2
901,772 901,772 000000000000000000022c011df6a7995d3f438685f3adf58c97edd7b567db44 1.63 MB 3,072 4
901,771 901,771 000000000000000000007fde8f58ccda984447f69994a4a1e0722ec0a05e8bbc 1.69 MB 2,058 1
901,770 901,770 00000000000000000001e9c81c539881eb34ee6a6848ab6e33410385991aed01 1.46 MB 2,146 1
901,769 901,769 0000000000000000000203f679519a2d6ee62aa7cabe114735454391b6b56830 1.58 MB 4,155 5
901,768 901,768 00000000000000000000549d5d7f252cceea84a1b4b09028cf4630192dd8e091 1.27 MB 1,047 2
901,767 901,767 00000000000000000001c7c8c9931c07a3ab40e614014e141c569dc03cd2ffe8 1.39 MB 2,266 4
901,766 901,766 000000000000000000008814f5b995ac399e9e0b589ddf09a90bcb3b82ebccc7 1.48 MB 2,428 4
901,765 901,765 000000000000000000011ea47b35e9f4c90214ebcbd45e19e8ea00b2038a634a 0.00 MB 1 0
901,764 901,764 000000000000000000018ff22b08a4569481c5a6ef079558a88e4fbe5d746792 1.51 MB 2,616 4
901,763 901,763 0000000000000000000108e885af35745ebee3d27061a30dafebaa1fdd5e778e 1.62 MB 3,174 4
901,762 901,762 00000000000000000000374481ae195464b127930613e51fac4fbd3fe2d1b904 1.13 MB 839 2
901,761 901,761 00000000000000000000c4845cbae13dad05ff98d6559aef30077cd8b5ad98de 1.58 MB 3,495 5
901,760 901,760 00000000000000000001211411b93fb7b9c6f492988a94f174b809f240abcc92 1.02 MB 212 2
901,759 901,759 00000000000000000002360fb63c86e48fd8ab4d7ad708f07dd6c0ff7389715e 1.60 MB 1,923 2
901,758 901,758 00000000000000000000e3b8d877f75cbc08556f7d7a14e540fb6074c32ce0fc 1.68 MB 3,824 2
901,757 901,757 0000000000000000000103bb394d4008dc479c793b22b3d31e45742f3da8ed35 1.62 MB 4,037 5
901,756 901,756 00000000000000000000303189863f1bc4a77657e1f1f38b296a2ef090220feb 1.57 MB 3,967 5
901,755 901,755 00000000000000000001de5a47c3de784eb360923fb0f77fdd111dbe2b526ce0 1.59 MB 4,258 7
901,754 901,754 00000000000000000000105d0144836900e8119968c2e4d4cacc73aa609dcb81 1.62 MB 4,065 5
901,753 901,753 00000000000000000000894373fcbb225db4fade4c22e2104fc68a6f3bb5632a 1.61 MB 3,370 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.