Memory Pool Memory Pool Refreshing

7,033 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,223 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (82,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,206 825,206 0000000000000000000180af920383695a22d7a942347f086f766deab9df3174 1.64 MB 2,619 36
825,205 825,205 00000000000000000002e20c609abdbce7e64abdbaeac0929fddad3fe718b29f 1.37 MB 1,786 44
825,204 825,204 00000000000000000000bd3053ffa6358965c406318f371509bd7894dca87047 1.69 MB 3,359 61
825,203 825,203 0000000000000000000357f2c0411a907b380bb3caae776e2da24f1dbf799641 1.70 MB 3,801 75
825,202 825,202 00000000000000000003ceb0e97b1b7de0c449546f73641dd632cad53b9194ee 1.67 MB 3,820 61
825,201 825,201 00000000000000000003708536678656de241850f2c8d19a897f5db22cdb4c0a 1.62 MB 3,595 97
825,200 825,200 0000000000000000000195e521b2ee04d52bdac56069de06a38955b49235d041 1.70 MB 3,351 59
825,199 825,199 0000000000000000000056407ba45b95b4697e0b78bc96be0d9439f8c9ff76d6 2.27 MB 2,462 50
825,198 825,198 000000000000000000039e47376d02f85666bcdc0072477f676abfb8cedc490a 1.64 MB 3,507 86
825,197 825,197 0000000000000000000251ce500c7092ed52b5971919e903576abdc0f28739d8 1.58 MB 1,528 33
825,196 825,196 00000000000000000001d4530c76dce495e17095663b51508d23a6e5cc201338 1.85 MB 2,833 49
825,195 825,195 00000000000000000002739ff88007a9d0e2b5d58ba21950ddab0feaa8f6790e 1.69 MB 3,451 69
825,194 825,194 0000000000000000000090bfd435255462933284f0632545d5e7b8fa655255ef 1.68 MB 3,330 62
825,193 825,193 00000000000000000001aed0771e28c8a6f5a7aab63bbcf8c7a97112527f4c3e 1.60 MB 3,026 109
825,192 825,192 000000000000000000019939f9292452cfb218bfcfecff170cf2912f40591501 1.72 MB 3,162 84
825,191 825,191 00000000000000000001b089235da09389605d89acf1a4470fdf221a73cb269f 1.43 MB 1,989 37
825,190 825,190 00000000000000000002d5fe7210cb25254a576f4fd8adc3cdf876d6a8415cfc 1.90 MB 2,794 38
825,189 825,189 00000000000000000000937d11fe3185110ce4244f70bb39782b4c3ed6484a3a 1.86 MB 3,127 87
825,188 825,188 00000000000000000001527bba28f7b5652599a2d4213d1fa2b69eecafe90b82 1.59 MB 2,375 49
825,187 825,187 000000000000000000012a300541c9071c19c7cb1c19bdbd8a55a2b1379af5b2 1.66 MB 3,346 70
825,186 825,186 00000000000000000000d7ebd8bd8d73b1d27674e13b62598eff54c99243b7fe 1.48 MB 2,991 69
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.