Memory Pool Memory Pool Refreshing

6,772 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (326,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
581,004 581,004 0000000000000000000411afabd11a34ee8275e850cf3cfd64c4f9bee05c8ea0 1.32 MB 2,551 82
581,003 581,003 0000000000000000001eff4ba16a05e5b54a588fe507cb4df0821ef5b1160c7c 1.54 MB 1,213 68
581,002 581,002 00000000000000000015a3e28b792b3100e30c5107b6b1c65ebd480502f26cbe 1.75 MB 2,045 68
581,001 581,001 000000000000000000221e948c1e1cae0c5aa3eb254b243972bee3da85e0f5d3 1.51 MB 2,008 81
581,000 581,000 0000000000000000000820f6b284f3fb9202907fcca9fc7a7cc153d4915da3e3 1.51 MB 2,029 101
580,999 580,999 000000000000000000097fe8f4e61a922a3fc1c4b021b9ff0256ea3788659a6a 1.39 MB 1,850 96
580,998 580,998 00000000000000000016b47decd7904d0ab979a50428c7df7279fac66b3486b1 1.47 MB 2,292 93
580,997 580,997 000000000000000000090c8f9158760e80417ca1e54438c48cd47210b464de0b 1.52 MB 2,407 77
580,996 580,996 00000000000000000012fd666ad0cd949c2e178b5819d12618deaff676c58b5c 1.36 MB 3,265 94
580,995 580,995 000000000000000000223428b616259ca0f9bfaed934d07076e1c597bb196ee5 1.22 MB 2,573 94
580,994 580,994 0000000000000000001b125474f7d7a713ebbdcd308182d3930a274fb1280021 1.38 MB 2,303 70
580,993 580,993 00000000000000000000ef7896f306fccb065ac48f77d9c02656312a40399eae 1.25 MB 2,975 85
580,992 580,992 000000000000000000002866ed632a1b0713546434c65412cb5e66b78200f99f 1.20 MB 2,824 120
580,991 580,991 000000000000000000123f3c3fcdb0c8e8d929506a37b9f287b6c23e0fe5802f 1.22 MB 1,986 73
580,990 580,990 0000000000000000001db388aaab6c8758c60c82c8b208db255a657e67912774 1.04 MB 1,658 16
580,989 580,989 00000000000000000017ea113f134147cb97f48e9ed721b9e62ac51692d43bfb 1.14 MB 2,496 35
580,988 580,988 0000000000000000001786cf0f6a9b2005a3b2f6b9c303ac91b0d3e4d06dd0f5 1.17 MB 2,462 41
580,987 580,987 00000000000000000025e215ce13c61b0b4b07a3467809660327a276232cd0b8 1.32 MB 2,093 32
580,986 580,986 0000000000000000001c04b3b8f6bcf7b31ba828856b2b6db7267a94562e9245 1.32 MB 1,544 22
580,985 580,985 00000000000000000014122c3d9e1c7b1b62e525ba000c5363348df5ea06df0f 1.08 MB 2,574 26
580,984 580,984 00000000000000000025f18a2cfb09ee8b005caba4899b3715f99962da713e2d 1.16 MB 2,019 15
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.81 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.