Memory Pool Memory Pool Refreshing

5,002 transactions
1.52 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,994 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (216,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,741 691,741 00000000000000000004f618e520ce2959370cc988d0206ccc0c8af175b0fc75 1.44 MB 3,065 19
691,740 691,740 00000000000000000004ad4ffab077f5930169c644e300c723bfd89f6de6f116 1.46 MB 2,548 22
691,739 691,739 00000000000000000006da6ba093fa6c5f4e263c1e97c06b64c50b9e94914bbd 1.35 MB 1,979 5
691,738 691,738 00000000000000000009b0983f91b38c5e572762d43683007f0a82403bdbfce6 1.49 MB 2,242 47
691,737 691,737 0000000000000000000d498c0c2bf1a8a077e9a1f5acd1ff3afcf3176c101dbf 1.44 MB 2,592 39
691,736 691,736 0000000000000000000774f86b393c2155a836abd67cb924e867786cefa15796 1.14 MB 934 7
691,735 691,735 00000000000000000001b4810b8336399436871b561fdb948fbfab445cc6fbf5 1.41 MB 2,392 17
691,734 691,734 000000000000000000126b9af7682bb07269420a0c65f58013fa78b4ae32de48 1.24 MB 1,312 17
691,733 691,733 000000000000000000106fe83c562d0d992ec30df67f49cfb1e70822d80b46e2 1.49 MB 3,183 18
691,732 691,732 00000000000000000003530f73525edb1da109f25d97439566c19d894692ad4d 0.37 MB 347 10
691,731 691,731 0000000000000000000aac07d873f57b7e0925a52518506b4b5d9aa895f6a97e 0.01 MB 16 4
691,730 691,730 00000000000000000007de6ad267b89388f9c5ffd100ca0fcbd30b2b8f2e695e 0.68 MB 1,414 15
691,729 691,729 0000000000000000000072269a99b60d74049ff60f7bc9eb2638b103b885bcf3 0.81 MB 1,427 17
691,728 691,728 00000000000000000014436980b69ba236fa8d921dec1875ef71a5288f25f154 0.54 MB 1,068 15
691,727 691,727 000000000000000000032bb44ee3e9d9804f3b27fec69adf4ba3218e5e1b089b 0.52 MB 980 15
691,726 691,726 0000000000000000000da4436ebdbf59772189e7cd6b09b87fcf0223b292d085 0.44 MB 804 22
691,725 691,725 0000000000000000000e4bfd72f0b69f14dd846ae9b214b498cd38865a18ff36 0.44 MB 477 49
691,724 691,724 0000000000000000000d6f20f1d8efcb1bc9094a6578b94eea89f83f1b91eeae 0.48 MB 1,004 23
691,723 691,723 0000000000000000000744cb2806aa5eab82e719a2a23d1f6bc996c13f6cb6a3 0.83 MB 1,183 6
691,722 691,722 0000000000000000001092cdc84af7081752c9990d3756feb90feafe748f655c 1.40 MB 2,339 15
691,721 691,721 000000000000000000001b86e64701800594674f9d816346749c4d037581117b 1.48 MB 2,859 9
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.20 GB sent, 94.20 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.