Memory Pool Memory Pool Refreshing

5,681 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,665 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (567,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,774 339,774 00000000000000000f19fe716d23bbbfae588851d98da0ed4419bbd97b3f8078 0.13 MB 305 38
339,773 339,773 0000000000000000060bd0e0fcc8174b86e5afbfdae06d73a125612255067fb5 0.74 MB 1,498 26
339,772 339,772 00000000000000000d27b281a9bd354212fff47e08fde0beabde1662ddfca7c4 0.12 MB 232 20
339,771 339,771 000000000000000010315b4662769f05a9c1415d3bf709410f91a7a570cb0c2b 0.32 MB 611 27
339,770 339,770 00000000000000000b4f371a406c0bfb0a87c94fffe4b83a1f8477748e9f3e2a 0.13 MB 180 20
339,769 339,769 00000000000000001110dda136f913f5524506119ed2514e4cf754d55210f504 0.32 MB 361 14
339,768 339,768 0000000000000000160483c084b185b87e974467e0f684a1b26cc555174b59c7 0.75 MB 1,659 35
339,767 339,767 00000000000000000c02621d26b7c88bff94c538c12d02b777942062d6127f7e 0.11 MB 187 24
339,766 339,766 0000000000000000146750efa1fb325f883074b28b37c2efaf40439565fb645e 0.22 MB 398 28
339,765 339,765 00000000000000001567a11581d7486ac2d693b1b7680cf9bc4a24a06713a26d 0.10 MB 193 24
339,764 339,764 0000000000000000104f02a8237ac6f6df414f3c5d9b1be3090cb2619c28c8af 0.61 MB 1,142 26
339,763 339,763 00000000000000000125ad1c6c6b956258aa496ab75f39fcb8b392bdad10f632 0.42 MB 717 22
339,762 339,762 000000000000000009e6c8d78a1be423206231ef504220e9320d9c234790dfcd 0.38 MB 800 27
339,761 339,761 00000000000000001594f45b11b93c39c6cf05b09e3ecc1457b6904a1c6c9cb7 0.51 MB 744 19
339,760 339,760 0000000000000000015f730cefb07797379ffbb240fe530ffd712818e273b0cf 0.17 MB 411 36
339,759 339,759 00000000000000000645d9ec394cac4e885d04f019dc89f82e32f623d0e88b30 0.36 MB 677 24
339,758 339,758 000000000000000011cfe88d7ac96ff13ffd2161d76f278422b2fbdaf4497a51 0.35 MB 548 23
339,757 339,757 000000000000000008150c29c09a777461964b6d6dfeea0910bbe094d02e23c2 0.30 MB 566 28
339,756 339,756 00000000000000000b1514815ca0ac2c532258dc0683cb03d1fa1010e0e1a285 0.02 MB 64 31
339,755 339,755 00000000000000001572e4f42200f77b9a172be1cc47fa34e9b472d315df9b1c 0.32 MB 532 22
339,754 339,754 000000000000000009c50e254b1a6fa777c603b6f7a30c404b392f9f420f7be1 0.25 MB 487 27
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.