Memory Pool Memory Pool Refreshing

6,438 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (430,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,786 477,786 00000000000000000156f9d193c191c1c8ee80db9bfc65cecc58fe2a6d6e8fbc 1.00 MB 1,722 208
477,785 477,785 0000000000000000014024d5349c8cd023ed324858fb08d28c9653f40f7f17fb 1.00 MB 1,847 188
477,784 477,784 000000000000000000bcb721282d917c269bb82e436554204e0f45a176ff40d9 1.00 MB 2,324 38
477,783 477,783 000000000000000000b346247bcb7e8f3a4259f8b4c11071801ef510b0e02262 1.00 MB 1,965 103
477,782 477,782 000000000000000000a0f9212769e41f27531d2a2f0bf9a4037929ce7b99f10c 1.00 MB 1,411 110
477,781 477,781 000000000000000000652919df073eebb78ac29484096e60b48b3856413efa9d 0.99 MB 1,836 175
477,780 477,780 000000000000000000506fa2e683f03ae9ff7a0dc58ed9df022addf2aeba7a5f 1.00 MB 1,065 233
477,779 477,779 0000000000000000005983caa86fe48b6cc35ecd5c02e3df80dc95a779491804 1.00 MB 2,072 205
477,778 477,778 0000000000000000012cc064884d53334a7c367c45b823e54d33b424b9c74dcd 1.00 MB 1,907 197
477,777 477,777 00000000000000000077f7f5bf1de08f3decf89e538a6032d00f52acae151366 1.00 MB 1,694 126
477,776 477,776 000000000000000000456bbf3d7c25531c1f4b84ed65eeae68ef5fb60f7e1bbc 1.00 MB 1,757 60
477,775 477,775 000000000000000000718c01f787bec49d4c4a1fc48bce29e49cf4282101100e 1.00 MB 1,762 188
477,774 477,774 0000000000000000009894ece068a2afaccdbb67c615bf7a4582cd95a47dec0f 0.99 MB 1,578 111
477,773 477,773 00000000000000000063ea4a2d40fd7829eea771b7f9f8604288fbc60307924d 1.00 MB 1,648 103
477,772 477,772 000000000000000001069fa35491c6bf6aaf4cecdb1c0ab667ce3230c7fa67ba 0.95 MB 1,829 135
477,771 477,771 0000000000000000015c30dbcf2658006a07894e96c7b795b77db24e47410806 1.00 MB 1,765 74
477,770 477,770 0000000000000000013058dc19e6541009d386bb1d496710cd5693018e165ecb 0.87 MB 1,113 85
477,769 477,769 0000000000000000003fd856eda93f65dbdaa8152706519c3a5bfdb2ebeb6f44 1.00 MB 1,630 202
477,768 477,768 0000000000000000004b3f9edef77fd1d2d016f873cad000d6df9e5b5a5079ef 1.00 MB 729 35
477,767 477,767 0000000000000000010dd164d0ee3b7d70047bf511aecef109b5c59cb2831a0e 0.27 MB 477 148
477,766 477,766 000000000000000000949599c930c268ea43673f1863b7e57db6e117e012bd2c 1.00 MB 2,048 73
Previous 10 blocks ↓
Total Size: 769.23 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,634.74 GB sent, 94.07 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.