Memory Pool Memory Pool Refreshing

10,205 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,474 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (446,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
461,186 461,186 000000000000000000beb164df242cfafc43ee85b7b7933c0f6c260e62c0182b 1.00 MB 1,725 116
461,185 461,185 000000000000000000c821a2894ff52537eb104167b00ff81742217ca62e4893 0.43 MB 765 94
461,184 461,184 000000000000000000c9cdfaf11b80643a097daa504c952fa892e8b16723bd09 0.44 MB 885 131
461,183 461,183 000000000000000000a269bb4c455b465c6327cf1e8654d6b4a249b9c471cbc8 1.00 MB 742 41
461,182 461,182 000000000000000001377cd203af154582815e33f4fa008b52cf9c355e672d55 0.44 MB 196 142
461,181 461,181 000000000000000001a1eac4b79b2cc869ab4c8fc4e255c81d7e16df8f9e7e0d 0.38 MB 577 146
461,180 461,180 00000000000000000218466db97ab64cd08aea15baa566705f0b4b280e25cf97 0.92 MB 1,824 145
461,179 461,179 000000000000000001d3736c1bebd7869eb6a517198bcc4acbb04daea42395e5 0.63 MB 912 123
461,178 461,178 000000000000000001577da549c608e0ebcde0ec4caa2227ef99b3a2fde0ca67 0.96 MB 1,853 110
461,177 461,177 000000000000000001ad9a0635352374ea6cad4b076518c81d318c9238043326 1.00 MB 1,172 105
461,176 461,176 0000000000000000010f5d73869672c264bc37a2eb5f1f579590eb8c3761f9ed 1.00 MB 2,308 140
461,175 461,175 000000000000000000c947f6f62d9971b8598ed71d88fe1a897a04b6e172fb1b 1.00 MB 2,123 187
461,174 461,174 000000000000000000ae3e78b6c8be91c7cde4e97264c92f9e74fdeb02491519 0.41 MB 511 116
461,173 461,173 0000000000000000006b86c6209408a2a0e7f67ac9eb368bb2f3a7d672bfc8d5 1.00 MB 2,393 159
461,172 461,172 0000000000000000019e63b9a57a1bf8a6c89336f1cf65242141cf1a48d9ae73 0.78 MB 250 34
461,171 461,171 000000000000000001a98f1a46982d8c8a3fa64f4c3c91821257124c3abf0f2c 1.00 MB 2,142 162
461,170 461,170 0000000000000000014d0bf08da3d40b8e98daef141b183b7d09c55c1ce1fee4 0.99 MB 1,363 104
461,169 461,169 00000000000000000135cc7375a0904e1ea5f998e3b92f3b7822db8476a89249 1.00 MB 496 32
461,168 461,168 0000000000000000018dc39d8daf05f4feb00c970f8b0c655c49398a1e57c42d 1.00 MB 1,038 42
461,167 461,167 000000000000000001b8dec793a690cf4106fa98524a6745ef997a922263d9bf 1.00 MB 1,314 79
461,166 461,166 0000000000000000017fca093c2c28230b86b0f2025f5a96454a477d380be170 1.00 MB 1,205 109
Previous 10 blocks ↓
Total Size: 769.02 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.79 GB sent, 93.00 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.