Memory Pool Memory Pool Refreshing

4,365 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (594,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,692 313,692 00000000000000001492b8f9ed754124b5feea4bde33f9a88b4b037cc3d3236b 0.47 MB 853 25
313,691 313,691 00000000000000000cf8bb07869e982451a3b73648f1704d8e8c64ff65568bf6 0.04 MB 95 27
313,690 313,690 00000000000000001fa3e60f0166689854cee89f15aa04fce42dae594e32262a 0.12 MB 156 17
313,689 313,689 000000000000000029a220a22a6d7e90981bde3fa030bda209b41173674ea82c 0.11 MB 259 32
313,688 313,688 0000000000000000311405a713ab78a4903961a9b630567696fbfc0bde282785 0.19 MB 353 28
313,687 313,687 000000000000000028fe8ac847b4e66427bc50b09d44cb43ab6253a919b321da 0.19 MB 297 21
313,686 313,686 000000000000000015487a1bc2d3bc43bd3b49d83ac056ab1b3278bd9595c252 0.29 MB 509 38
313,685 313,685 0000000000000000290afcd248b0aaff112b935352a1f4fed408d34c6017ee6b 0.35 MB 868 36
313,684 313,684 0000000000000000059b2c7985d3455ee661172bf61a861a1f4e953c2245a44a 0.09 MB 220 32
313,683 313,683 000000000000000007a07a22d8a597f1cbb7e8f32ce773978070ee6716db5a6d 0.10 MB 184 32
313,682 313,682 00000000000000001b95a1052b764bc6cafa7295a0da954a089aec70039a0f81 0.15 MB 240 23
313,681 313,681 0000000000000000358a5dcae1df07f6e0269b42b03dfd66d8455e683332506f 0.01 MB 35 39
313,680 313,680 0000000000000000216da8dbb4204ad70653bda2a9eff7c9f2836f60409fd08d 0.12 MB 203 25
313,679 313,679 00000000000000002cd7ca98edcb5965d0a467fa60e811ffe2fb1efc9a5618b0 0.15 MB 292 27
313,678 313,678 0000000000000000328a964456a6ea031bb3258cf7a5f0fd559ddde734d89c31 0.16 MB 250 25
313,677 313,677 0000000000000000294fd5f69897880df65ad50c4a6aa1ee90a5f52d5dba7504 0.21 MB 440 26
313,676 313,676 0000000000000000057440b93a9292bd11a066da8c399b78333b5be47256cda6 0.03 MB 32 15
313,675 313,675 00000000000000002d648d168bb359f2813aa0fa41ab4d7dc24c864deb0c79b0 0.20 MB 426 28
313,674 313,674 0000000000000000215a57633dfa35bbba575b90e525b63394847e526bdb1b9f 0.20 MB 378 27
313,673 313,673 0000000000000000124fcdad54ce93d14812336c6b013c6da4a27a5660f1f62e 0.18 MB 309 25
313,672 313,672 000000000000000012e261b79ccdd1bec005110dd5b51d2be1a76a3e307d6cea 0.14 MB 161 17
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.