Memory Pool Memory Pool Refreshing

8,228 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,935 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (154,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
753,161 753,161 0000000000000000000607515690fba3e1ec51cd19f3865ab3d9e53dd65db93d 1.63 MB 2,935 7
753,160 753,160 0000000000000000000289aff0f2934b86341a6b4b14b29c2209fd7195652fc9 1.74 MB 2,498 14
753,159 753,159 00000000000000000007d1985063987ff01624f3c9da79e0769204861d32a8af 1.63 MB 2,291 6
753,158 753,158 0000000000000000000531e8791d461b3ae771af33323863bbdf21d93ae67b62 1.91 MB 1,253 14
753,157 753,157 00000000000000000008e9445ed901551803f5d1d7db0c140ec727fc6980f043 1.70 MB 2,500 18
753,156 753,156 00000000000000000002304e8b2c9155fedac772fbed397b4fe1ef174a8e30e1 1.55 MB 2,352 8
753,155 753,155 00000000000000000001574b7adc06900470a93f83fb2ef3a04234d38047aca3 1.27 MB 1,311 14
753,154 753,154 000000000000000000012b86dee18592ca5863e1b39637b320e538859f8e58d9 1.72 MB 2,825 12
753,153 753,153 000000000000000000019d7b3b0ca3ad7e16b98478489e9252de467c55a7b3a0 1.81 MB 2,042 17
753,152 753,152 0000000000000000000525bfb67ffb7b130289f638ff7d470e4ccc17f4ccffd8 1.52 MB 3,326 25
753,151 753,151 00000000000000000005f5630e212afc03b0558d7f7c5999a785ca48c28a4777 1.52 MB 3,417 15
753,150 753,150 00000000000000000006eaaf7ff2ea9c1c28ec57abd053b545da986e05ea4548 0.25 MB 465 12
753,149 753,149 000000000000000000006822a0931481a338e1715f803a32c00343c5124bbb2c 0.93 MB 721 3
753,148 753,148 0000000000000000000407551303e96e2235420e0523c56183ba9c81a45cb7aa 1.74 MB 2,248 7
753,147 753,147 00000000000000000004a74eaabd76797ec9e282560dec161fd8a9b3310c68a1 1.56 MB 2,642 8
753,146 753,146 000000000000000000019273b41c6a727af3baf73accf6e0baf417f1cce23b31 1.22 MB 1,425 16
753,145 753,145 0000000000000000000090068f444417db30dabd810cce0b587db523c7498a95 1.26 MB 1,704 20
753,144 753,144 00000000000000000005603eb1eaa326ad2d32662222b37606cc279fbc3c47b5 1.54 MB 2,584 13
753,143 753,143 00000000000000000003b3893e15521db56b213dc074479bc8b0d109943101ed 1.57 MB 3,496 20
753,142 753,142 00000000000000000003d02fcd550fb82663cdb68707ed87b72682ba710d2bb6 0.78 MB 1,500 14
753,141 753,141 000000000000000000032df865f194b28414a40f2ec2a77610937905f3d4512b 0.68 MB 1,163 15
Previous 10 blocks ↓
Total Size: 769.03 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,624.92 GB sent, 93.01 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.