Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

406 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,621 000000000000000000022cb30000000000000000000000000000000000000000 0.13 vMB 392 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,620 (893,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,742 16,742 0000000045f3b991d5bba11161ba5704736e5e112e5e8c3a5f6556bc4b447b5d 0.00 MB 1 0
16,741 16,741 00000000de0536ba3baca379589a8703dae9bce59b355e592bcd7f79233d364a 0.00 MB 1 0
16,740 16,740 0000000086554a4e27e4a6c4ca9470135f78b78fd4f821451ebc30b1aab545b1 0.00 MB 1 0
16,739 16,739 00000000472656dcf0f5412118d9db2100cbc499aa8fafccb6c5b9f4024ea64f 0.00 MB 1 0
16,738 16,738 00000000cc9198e3bfac7f9d0550ac85c12fe7149ca626e3982227ce52da37ed 0.00 MB 1 0
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
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.35 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.