Memory Pool Memory Pool Refreshing

3,818 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,041 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (6,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,781 901,781 00000000000000000000595a8455ac8064507d453686abd920e1d7e481d084c5 1.73 MB 3,049 3
901,780 901,780 0000000000000000000103eeaf4c52ea801453ef5583ae4b50c7f4c7e047e1dd 1.71 MB 4,209 4
901,779 901,779 000000000000000000006d7e7f9707a0eaccd11bdc5386a6483f355e90d3ca20 1.63 MB 3,593 11
901,778 901,778 0000000000000000000178365dd41a2c3257ef2a2161a4a98642598d9133f89b 2.82 MB 1,574 2
901,777 901,777 000000000000000000022ec1b664f873d7295d11c222891c90b74c59ac680553 1.56 MB 3,049 3
901,776 901,776 0000000000000000000179ee7c02b684976a1c7b278eec24ea2406b91ae748b7 1.51 MB 1,689 1
901,775 901,775 000000000000000000020565889c186475872e7f6a7717e8ead19bfc3bbc8df3 1.71 MB 2,801 2
901,774 901,774 0000000000000000000187669cc2ad1301eff2c4fed7de7b979a9a74e18f5c53 2.14 MB 2,017 1
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
Previous 10 blocks ↓
Total Size: 769.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.39 GB sent, 94.28 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.