Memory Pool Memory Pool Refreshing

7,359 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (416,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
490,780 490,780 0000000000000000000a8d13091f56acbd5742c2b4a9aa4f6f9eb9d4fcc7afc0 1.13 MB 556 7
490,779 490,779 000000000000000000b17f9de24b5da05888a11c469c3dfe17debc4bfd348303 0.29 MB 600 127
490,778 490,778 000000000000000000b20e5bd316ed2d1f75e2189bef4cea38c831849f63cfef 1.00 MB 537 25
490,777 490,777 000000000000000000248869754a1fbb82b9cd96f77cdf78f6c8b9db8c31164c 1.08 MB 1,184 48
490,776 490,776 00000000000000000014c24d505ea69d92b54aba5120c8c15eb3382b882b21dd 0.84 MB 1,970 83
490,775 490,775 0000000000000000004b63015a98831338c215e904a3545b42961e6846c6c54e 0.24 MB 675 141
490,774 490,774 00000000000000000036d365db40144b02e75f2239c5cc2ec88e6ae3b3365507 1.04 MB 865 34
490,773 490,773 0000000000000000006e07e5c06e3b92e62569cbf09872464d6c63c46e274698 1.06 MB 908 42
490,772 490,772 000000000000000000d1b0a9db09b5b7f9943c3c2386f459efd78f1861840333 1.17 MB 2,314 100
490,771 490,771 0000000000000000001c56fe04e544003e6297c4360f27a4e1ab48a4e7f17d70 1.04 MB 461 19
490,770 490,770 0000000000000000009045e0d1ba2c7385bb621546d8c427ee9ef672a8ed9bf1 1.02 MB 437 7
490,769 490,769 0000000000000000001096732f1c384f3de5eda5b558c2d938ecc3a99e9e73e3 1.00 MB 2,177 25
490,768 490,768 000000000000000000dd3ba9b427557ef5ad9497a71431c662b9468bce406352 1.04 MB 1,492 68
490,767 490,767 0000000000000000008db06d713c1df1be200b90421de252a2909d3a96f116e3 1.02 MB 1,543 90
490,766 490,766 000000000000000000e443c840f7824c16bc019ba38442ebeba028c2e96f31e6 1.15 MB 2,511 101
490,765 490,765 000000000000000000276e87ee8f1a07ad5fd5c49e6d3532fb15a37950904dec 1.04 MB 2,343 123
490,764 490,764 000000000000000000a7879b248205ecc728c70aacb6be8c358e7cdf041dedcd 1.05 MB 1,404 48
490,763 490,763 0000000000000000000d4ac5b7572e106925fe682d9f72813b51f072058cd886 1.04 MB 944 29
490,762 490,762 0000000000000000001c545e3c58ced071c2185d25ea2837d6c6ab7aec604e8f 1.03 MB 953 26
490,761 490,761 0000000000000000009d9f01b1269ed613f7f060ce1f74ae1df43acbd8a1fe41 1.02 MB 481 13
490,760 490,760 00000000000000000077f3609916415d02a1a8a8f949283de056d96e9d1cdcd1 1.05 MB 1,189 40
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.84 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.