Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,145 transactions (0.42 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,621 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,132 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,620 (893,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,737 16,737 000000006de90867c919d51e9d2e0a2b6500e7705165883ddf4b7e4d0210113c 0.00 MB 1 0
16,736 16,736 000000006db1f685f69de796873cf3f14f3eca40d3d9d43d521e9cb453a78aff 0.00 MB 1 0
16,735 16,735 000000005eb04e625df1d56295e3b87f2118954cbe57c33991006be48f84bebd 0.00 MB 1 0
16,734 16,734 000000003dae92be7008ed13fb36b9bafb1145d4084799c4375176a00df4edf5 0.00 MB 1 0
16,733 16,733 00000000849dad3d90ce1ab65abbd335bb6a5c56bbff048c24fd4f7a7d5aab87 0.00 MB 1 0
16,732 16,732 000000006ca57a58616b12b0eae8a12bb6424de6f3ab22c21781a3a679fcf2bf 0.00 MB 1 0
16,731 16,731 00000000df2c22d3a17f3363efede29dcb6c0f8f4570ab40c5d425eeae69e1ef 0.00 MB 1 0
16,730 16,730 00000000c19a489f74f98fd2a979091c8cfa3150acd5ced370976a9bf18ffb03 0.00 MB 1 0
16,729 16,729 000000000fb5cc59f02e8f9f804a2fe03ce10810fc80cb28f5e0cfcb2dc6c396 0.00 MB 1 0
16,728 16,728 00000000368e672495c82ebc899ce3e34f0d35d5042806654134cc21e03cd40c 0.00 MB 1 0
16,727 16,727 00000000d559f7d107b2af27293825c97d47818b9c467c624e06a40ae80deb5f 0.00 MB 1 0
16,726 16,726 0000000076f2526c8d20958ad6fec1f56106dcb511f2fe8784f20e5d604b4712 0.00 MB 1 0
16,725 16,725 000000000e0cc5d12438a2e56bb0bb3e91a2b0444a0ef4fcb4f69f62721b2e54 0.00 MB 1 0
16,724 16,724 000000008feab503f16894000f70cb14780caf498167930cd2b391ca0d6cda0c 0.00 MB 1 0
16,723 16,723 00000000c9796d32f0e65275777d46470e9b5816cc0d434b6704db01c5cfd0ee 0.00 MB 1 0
16,722 16,722 0000000060a99b828779de4abe07faf204a83b177694b7dc4d17689ad4a770b7 0.00 MB 1 0
16,721 16,721 000000000b0ddd25caf6d44ff92b7dbb1057f56083a44889471df0ce751b1bc0 0.00 MB 1 0
16,720 16,720 000000008de727177c1a92553c7af94a0a0a46a0de132ad86d904e2b3127c755 0.00 MB 1 0
16,719 16,719 00000000fcfc9813a41963732ef7d14b3ccb0b21347927c0261df044a0f81836 0.00 MB 1 0
16,718 16,718 000000003bcaed4b84a5998f57c6e226a11c13859abb69906023dbf0956d49d2 0.00 MB 1 0
16,717 16,717 000000009ae4544e11fa8742db9c76887a99034a013042700fe1dab5b1d7f678 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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: 2,258.40 GB sent, 121.13 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.