Memory Pool Memory Pool Refreshing

3,084 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 3,062 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (708,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,308 199,308 000000000000062c3402c7390f79984998dee44e826d4885cbc18395400a9446 0.03 MB 60 78
199,307 199,307 00000000000001c5ff1a7a1483c46dafe8309b6cd183ec647f1b19a412320a6d 0.16 MB 271 118
199,306 199,306 0000000000000070ecf9b034330fe11ee5fac2b10aa2823857b33e0c44c5e5ca 0.12 MB 289 119
199,305 199,305 000000000000061d7749081103114ea79b322eb2f54451b7addcc42e1ec50420 0.08 MB 142 113
199,304 199,304 00000000000005b23fbd3ff6f44d01acc79d72f4e39ef556757fcb30fe87c230 0.01 MB 21 306
199,303 199,303 000000000000038799dea65151033335a34d6df9e6fba63a5aa181a2a25677a8 0.00 MB 8 69
199,302 199,302 0000000000000234d53cb78dc999a879e3a1147ae13df3a0bef677c1cda0ee0c 0.00 MB 9 156
199,301 199,301 000000000000014d93deccf85aeee5d6858537965e274c8a9cae61376ef7e8a4 0.33 MB 901 72
199,300 199,300 00000000000003a6068a2edaa133637b19bd6901302ed9b059cb6f02495527bd 0.02 MB 68 182
199,299 199,299 0000000000000605ae621115eeeb4a61b1c1a874b92bb9856f06aee3904da3b2 0.00 MB 12 31
199,298 199,298 0000000000000249d97286b5ef296123e5d779577f9322565aea8373de9c5e97 0.04 MB 141 19
199,297 199,297 000000000000027570c93202b40bc9cdfde5fc8b51c5ea06db866f4856c22dc5 0.14 MB 268 139
199,296 199,296 00000000000003254fa1fb88c9bcde765c47a7a8d938549a4a3256736d87823f 0.00 MB 1 0
199,295 199,295 000000000000063964e7245d136e201d56904fd34c53dc21e878e55581f64982 0.05 MB 153 31
199,294 199,294 00000000000001d225659f14c537b77e93cbcbef008601bf32e5c87e88b1968d 0.02 MB 48 10
199,293 199,293 00000000000004dbe20350fbf729fc1edc99c3cf41bda5a739fa262683769232 0.15 MB 369 134
199,292 199,292 000000000000061260868f4a71fa78b4b05c88c6d582f0ecd400623fd66a6487 0.00 MB 14 79
199,291 199,291 0000000000000608400b8dc335cf7421db18c70ba20245e03b029ebe8c56b3ee 0.01 MB 11 57
199,290 199,290 000000000000007802e2b3e7c05ea6402d223a5b100d5c1399e77d54e43eaffe 0.09 MB 219 143
199,289 199,289 0000000000000333d1cabc564a84de2007f9a2fa73d2b380b1999d0ec6a85a19 0.33 MB 852 105
199,288 199,288 000000000000000607a2e4c2aa82ed2fe8fe9621ad3cae43e78d63f7b1960ab0 0.00 MB 11 30
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.