Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,293 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,341 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,292 (831,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,710 76,710 000000000060ceff5530aed7844087c0b97d51e8d41ecb0a042e675ad1f2f3c4 0.00 MB 3 0
76,709 76,709 0000000000530b130568af6d07e629cd736576908ff6e5325c069049dfa90a02 0.00 MB 1 0
76,708 76,708 00000000003f94d8e9a694f33e8ce32ffa125c91ef2f2074752bccf6eb9da3d4 0.00 MB 1 0
76,707 76,707 00000000000a7623fa2db25d9bb726a9416a0a0d976299dd42babfeaea519a9c 0.00 MB 1 0
76,706 76,706 00000000005e05c550289f36774febf35bcb5085eef2240a158ec4d0a63f7bb6 0.00 MB 2 0
76,705 76,705 000000000012704a96a361300712b803772d902ebfc68c5316adbfdbb99fea36 0.00 MB 1 0
76,704 76,704 00000000005dbd598f615b086df1cfa4722143e007903b3aac50214852291742 0.00 MB 2 0
76,703 76,703 00000000006686c01eab576462b0a524745cd75c2b63260c04ea2f3d1e4ec0f0 0.00 MB 1 0
76,702 76,702 00000000004056256fa5b17fae7b615c8e749227807e3c51f133f41b385adc91 0.00 MB 2 0
76,701 76,701 000000000052ad7df0c6edcb476ffeb47e027897718959c6f2e0a904f8322320 0.00 MB 2 0
76,700 76,700 00000000004e831d70c2b754c7a3fca9dbf043eb254b4211c6759d9454d02e2d 0.00 MB 1 0
76,699 76,699 000000000038583cfe4d92074a8c982ed943b6ae20710404db097c5ea642dd47 0.00 MB 1 0
76,698 76,698 00000000000115d2ef6c93c45e41a9df2cc8f8218d3f8b3215831f5ff0af19b6 0.00 MB 1 0
76,697 76,697 000000000034605c4e048d2db0aadfaed731718f5da2825a38d297cf90f64360 0.00 MB 1 0
76,696 76,696 0000000000168bab2d78bc2ce6dd9c48ed382f0040124571ec1d2c52b4f75eff 0.00 MB 3 0
76,695 76,695 00000000000883d0fec9ac780cb31c7b97029f1ecb5107b376cc4a1e6f64aaea 0.00 MB 2 0
76,694 76,694 00000000003577b82788c907b334cc2707d2817cf45dd8e82be4da6354d09acf 0.00 MB 2 0
76,693 76,693 00000000003401ba87502823d1a930992138b01498d1b278ed09873dcfc26265 0.00 MB 3 0
76,692 76,692 00000000002bda83e61d6028057a5946fcac15f1b70997d040ef9d9bfc0ba327 0.00 MB 1 0
76,691 76,691 000000000057ad443f01cfa61e4b881f6170d9c2343df459508e2a60fc6f5c4c 0.00 MB 2 0
76,690 76,690 00000000001095e75ce41ca303b8f23c9b06c52052253f87c1695cdc716dbb8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.46 GB sent, 98.35 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.