Memory Pool Memory Pool Refreshing

3,451 transactions (0.91 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 3,451 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (875,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,592 33,592 000000002350ddfd9075ab5e9cdc1c98d75063beafe88fd3d99f90c46ba673ea 0.00 MB 1 0
33,591 33,591 00000000454c4ec2b57b9a4e30deb5ba2464cde032738a97f9a56ceb0e33291d 0.00 MB 1 0
33,590 33,590 0000000060025d2d8d0f34a0851a7f64c5472dab1165c88b04e320d7c475274f 0.00 MB 1 0
33,589 33,589 00000000c1d9f18eb1e26594f3d942974e9eb48d116c57cef4a0bf0f8e9e63ed 0.00 MB 1 0
33,588 33,588 00000000b206b96ffb8341ba358cd3ece4d5cab2be679a8da41ab0dcc63b1533 0.00 MB 1 0
33,587 33,587 0000000013f943dde2508c9ccf47cb6eed3faadcf4eb6691d460c1a6b77d1f8a 0.00 MB 1 0
33,586 33,586 000000005d9f152b1ac7d1c1a06e6f0ee3ccf6662d82cbc19bba3ffc8b556244 0.00 MB 1 0
33,585 33,585 0000000083f8a0125db08e7934ad7b4ab9620e6f6a551c4d94ea79f8df1a0ac0 0.00 MB 1 0
33,584 33,584 000000003084d9cd22d26e7ebc5b979334b54e89a87edb473fe8f00990cbaa79 0.00 MB 1 0
33,583 33,583 0000000046e07bd5e03868536542299ce43a9ec8528d1c6a3618c4be172bf94b 0.00 MB 1 0
33,582 33,582 00000000d7b8f276451abb536c21e0293f6fe69a97143399824fd37482ebebcb 0.00 MB 1 0
33,581 33,581 000000005bd30f46500e33e664d0321b1ec9f962460ee74e0ce1a7ce48a028ef 0.00 MB 1 0
33,580 33,580 00000000c51e86784f8b0fe35b22a0ec3b69ccdf3ce1e351c4b96aecf68dd381 0.00 MB 1 0
33,579 33,579 000000005a13b08c4c16e1ff49c9e87e4816ad3b75a498e07bccfd4caa18ab81 0.00 MB 1 0
33,578 33,578 0000000072c6e99f46d172ad7a0f18c3e19241d94db8e200111db4f964d3ba08 0.00 MB 1 0
33,577 33,577 000000004dff03589e1a13b4e38c4bb6a7920aead5698dacd691ec827e940026 0.00 MB 1 0
33,576 33,576 00000000bf2831ad78461048bed9bc8a5c47ff001def41c81884b1503dd657b2 0.00 MB 1 0
33,575 33,575 000000006068465dd753a8339d849b4d51a51d4136b066807558b16d972e0241 0.00 MB 1 0
33,574 33,574 00000000abd5426b2f34c018eb073592b74be2299675f4861a54d882b567c072 0.00 MB 1 0
33,573 33,573 000000001913b7c208705ec63c6f818fd9e430696a1b4822e47ccec67607c84b 0.00 MB 1 0
33,572 33,572 00000000691afcfd8eb123c3beb431c3e691a0b8cc0d052ae29af06545c6dc17 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,917.28 GB sent, 106.21 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.