Memory Pool Memory Pool Refreshing

9,558 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (707,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,785 200,785 0000000000000295b9e717f7fffc9d2de3fd0ec78a5cd7c6f444602290942c59 0.01 MB 24 142
200,784 200,784 000000000000003642b22a18f0343ab2cc52844689b56f4673691ae1a323cd08 0.11 MB 152 101
200,783 200,783 000000000000051335b703f106e76429483527b6d3a39a58fe2a9ae7e1cb5a59 0.05 MB 126 112
200,782 200,782 00000000000002a698d35a1e2f287f3fcb95992ead8c16ad1ea3116f1aed0c59 0.03 MB 68 182
200,781 200,781 0000000000000285f407f35fbe85ccb250e8a47ff269bdfbb3acf31b7d0a24f9 0.13 MB 258 164
200,780 200,780 000000000000004bb40f26218d32b995913a732c25f49e2521e66fcff8432013 0.07 MB 149 111
200,779 200,779 00000000000003fbc532716556abef2b840148876e06d3e4c885d58937b51b82 0.07 MB 235 370
200,778 200,778 0000000000000310df2f5c45e59c715074ef76fa507758798ad350e66a605c6f 0.02 MB 55 114
200,777 200,777 000000000000005f51540574eb2612ea79e5c4cdf00b6d0311ae060c6116828d 0.11 MB 126 96
200,776 200,776 00000000000000650ee4e7f3b4d7701fa024dcac35cacb67c193a64aee7f8bc8 0.04 MB 85 217
200,775 200,775 0000000000000473f12b7d3f8a24832caee75e239d227355ea5d6edc22f092bc 0.15 MB 345 159
200,774 200,774 00000000000001814a387ad668cd35e70e52b0dd2466a1e46bd15ac26606f6f0 0.05 MB 155 213
200,773 200,773 000000000000000ad700ea7ffc42263176c15d2678808f1fb4cd4945fadcd11c 0.01 MB 30 10
200,772 200,772 00000000000000379138142a7faeb0d525d9f3a1427207ea313195c0b2e6a6a7 0.01 MB 22 63
200,771 200,771 0000000000000385cd6e339a2d4795d095df794b274c61949bd61ff426dd81d8 0.20 MB 355 128
200,770 200,770 00000000000004df7894fc5b81ac80d6caab752d907e31a4211e85cb3c70314c 0.02 MB 47 29
200,769 200,769 00000000000001a1d41bb4146f2e291f7be45bf2c6fa76676d5bdfbd95bbfd07 0.10 MB 158 110
200,768 200,768 00000000000002950e13a2dffb8c97ff3cf44db8f0ef7b98d83b0f86806e1ff6 0.14 MB 319 148
200,767 200,767 00000000000000f146020cb2663ea9268ccb38a3bfca48b8ce887390a78f2898 0.06 MB 170 138
200,766 200,766 000000000000019330d28e0ae3a2cbeeead71fea352b7f393d06b382d2ebd855 0.02 MB 67 45
200,765 200,765 0000000000000352b109956999f38c839c1e1dfdb47c4ef1a68d16e3effd8aae 0.12 MB 255 261
Previous 10 blocks ↓
Total Size: 769.25 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.11 GB sent, 94.17 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.