Memory Pool Memory Pool Refreshing

12,262 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,022 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (679,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,780 227,780 000000000000016c37a250e130289da0d78f51b88a2990474064fbbd84f24a72 0.07 MB 123 174
227,779 227,779 00000000000001dbc3b37c40e0e7ece42de1c633ee1292c64f08acc8d9b869aa 0.11 MB 268 215
227,778 227,778 0000000000000034a92d32870ab0ad9bfd1decc3c239481a958e049cf4be9c6b 0.01 MB 22 89
227,777 227,777 000000000000032349ed50381bf3f00f00da20fe014531c9f42be521f550f0a3 0.07 MB 168 188
227,776 227,776 000000000000003111d7697902c4132c2b869ca3e197e172744ab279394a4078 0.08 MB 133 83
227,775 227,775 00000000000002ca068081e65ad28e9bec783c6fa19a47e6580cc66299183a46 0.10 MB 268 194
227,774 227,774 000000000000011e4f58fb0c0233b9d2148d198cf974e941f36d6b78f000d7f7 0.06 MB 117 183
227,773 227,773 000000000000008e7c533be13738487938c9182af9f7ce55bf460cceda49a727 0.16 MB 366 205
227,772 227,772 000000000000007e1b1053dfea85a20fee0c80f0cb4c6fdc51f5c42a220e7938 0.15 MB 307 188
227,771 227,771 000000000000007dcc576beb618e89ca53f1bcf3d157e0b6ea1f23491950411b 0.10 MB 239 212
227,770 227,770 000000000000023c820258afc670cb9236be32ffab1978aebe5f3b495b0ba4c7 0.00 MB 3 207
227,769 227,769 000000000000022a2a4a05636ebb9094962ec71dd7a0f0b2a59ca7d32f1be87c 0.11 MB 328 258
227,768 227,768 00000000000002b06a86a53f0b93a7f3906566a27ba58caaeab3c566ed26d99f 0.17 MB 326 111
227,767 227,767 00000000000001c22622843b023d0dfbf9442c1070a42f8f630a70192c888a89 0.08 MB 114 106
227,766 227,766 00000000000001072ce40f6f1eaf4322fab29a7d2ba4f6e6444f027cec2cc511 0.00 MB 12 51
227,765 227,765 0000000000000138474046dec5c9fecf72836ea3ee955792743770cb7f56b4cf 0.06 MB 176 252
227,764 227,764 00000000000000f7f6fb1ab8b2d1b3199f72e38b19dbfaedf70135173a48e66a 0.03 MB 61 146
227,763 227,763 00000000000001ee4207bd0580af34d06d28334139a5e9e0d76593f8e51f57e1 0.21 MB 354 151
227,762 227,762 00000000000001e0804ba85e8833ab583a25d4164b02bcc2c4db8b7ac85e9b9c 0.11 MB 245 193
227,761 227,761 000000000000004029e3ad3579fa0aba2783ec59e4870c7a094f6e55ed3b3223 0.23 MB 424 146
227,760 227,760 00000000000002701dc3f0a0cc277c4e56df2e06b4ef27e7ebec78016525640e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.