Memory Pool Memory Pool Refreshing

3,291 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,279 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (346,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
561,113 561,113 0000000000000000000fc412ca0e8bee2ba382b5b92ca34f7772f95ba2c338b9 0.20 MB 529 19
561,112 561,112 00000000000000000006cf96a8c4f1ccf65ba89522f7b45169b10bd2d48f2cdd 0.91 MB 635 34
561,111 561,111 0000000000000000001575cad3ce24292d2814fda9d64fb5e9b1798cd06b1e8c 1.25 MB 1,717 1
561,110 561,110 0000000000000000001fd070a04ff353c320edd4c50f61bf7e24283de8c89d36 1.24 MB 3,173 12
561,109 561,109 0000000000000000001e092f84358ba1b7ac921373557dd03ca0791e7a45e12c 1.29 MB 2,753 12
561,108 561,108 000000000000000000145fedb8edee151b838faa1a978c29fd2288affd7368c1 1.35 MB 2,529 7
561,107 561,107 0000000000000000001a66ba75e11eebab4ac8ec1100acae612e8ab95c50faac 1.25 MB 2,941 18
561,106 561,106 000000000000000000012d7870b65ce5d7fc5d6a5e7999ff9ee614788dcbc5b1 1.21 MB 2,610 5
561,105 561,105 00000000000000000018d55f271e35bba4b833f5b175108890692aa74e821d51 1.34 MB 2,614 18
561,104 561,104 0000000000000000002e9472dac48d47855921f77ece9337b2feaa903efef17a 1.30 MB 2,014 10
561,103 561,103 000000000000000000288e8a06f465ff93bdc2c8e323fb6511260a4edd035b0c 1.32 MB 2,567 36
561,102 561,102 000000000000000000086d0091224490a3589dbfab77528bb1f9098bc377bc93 1.29 MB 2,984 18
561,101 561,101 000000000000000000126f7c5cc478aa088b47b0aa3bb76356c4fd39a6051502 1.30 MB 3,146 32
561,100 561,100 000000000000000000271b4f0370cdb2332a91e0f9133e54b67f1f01401cba6e 1.19 MB 2,526 9
561,099 561,099 0000000000000000002064fda3fe6e9213751ffc45c7f52360db475f4c93a51d 1.29 MB 1,692 13
561,098 561,098 00000000000000000000027a631c10317920c8e2c599eaf0713ba69998893525 1.15 MB 1,782 19
561,097 561,097 000000000000000000242d5788eca9c585f4d318e1f812a57d93221020425d39 1.08 MB 281 11
561,096 561,096 000000000000000000116ba3ebdc2d144a32e86586b317860e860005f1762a3e 1.23 MB 3,089 20
561,095 561,095 000000000000000000020a958e7cba2c0085702f004dfa183ed76b2a2bd1fcd4 1.34 MB 2,791 49
561,094 561,094 0000000000000000000bb92e1718be7933c2ce57bfed0ce4139b2c5577a8d44d 1.28 MB 3,190 29
561,093 561,093 00000000000000000012120d0dc5e9cc742a2973e1cdf34a3e7c079c313bf8c0 1.19 MB 2,633 19
Previous 10 blocks ↓
Total Size: 769.01 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.93 GB sent, 92.85 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.