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 (882,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,977 27,977 0000000053c7086725a0e99169757314de498f1797b3a4c822fc15927cbdfc4e 0.00 MB 1 0
27,976 27,976 0000000043e92423d2c32b46cad21351992bba0fe7bdf064bff2d5fab472f4e2 0.00 MB 1 0
27,975 27,975 000000008a4097e822e431279bf829dbb099c8b297f11acff41b31bc37c945bc 0.00 MB 1 0
27,974 27,974 00000000c14ca75c8cd709f0baea2a48ae4b46879accab0125dbb564438be291 0.00 MB 1 0
27,973 27,973 000000000675b3ba473782376d21b4d75db2218be64e30d95c27a1808ab5a149 0.00 MB 1 0
27,972 27,972 00000000ef835ad57a76b877fe671a391fc9a177b613bf480235a82f8e1f5a3b 0.00 MB 1 0
27,971 27,971 000000001ea35faf9c2a3ddf3990c01d4aba23bfbca89483f5dc639fd6e16f01 0.00 MB 1 0
27,970 27,970 00000000b3bfb208fa28ce5d7df79dc944afad44d7c9d1da8e54cdf78916d70f 0.00 MB 1 0
27,969 27,969 000000001b4990946f3f2597bf1439e90038b9598e5f16faba8d164f642ed317 0.00 MB 1 0
27,968 27,968 00000000b8ba11d2031cd6f8fb3f0689c007a5959006378e0d9143b24a3dbba1 0.00 MB 1 0
27,967 27,967 00000000cdd32731a0f40a1d27647d889599186e2f910abf7d6407c6e0318a95 0.00 MB 1 0
27,966 27,966 00000000fcdaa2f67b16709bf16fb12791891b358c8a163ff65b94bd93495c7a 0.00 MB 1 0
27,965 27,965 0000000051214f1cc9f01533d7a8352fc1c1b2586d4f3fbd5172cacaca44ee24 0.00 MB 1 0
27,964 27,964 00000000bbac3255bfe98799b6eb9891b4235546d6a9fa8e8e4c4f473234fdaa 0.00 MB 1 0
27,963 27,963 0000000038e4807b2d59f6b6e530305a5e16c394c5f37593bb5261ad188c1289 0.00 MB 1 0
27,962 27,962 00000000c66c82a638a9b701b11b753348684fa828d97207d8eda0a1ace68535 0.00 MB 1 0
27,961 27,961 0000000001ff4b75853e1e7b8f334c46024c47c330a270a94c23a688931932bd 0.00 MB 1 0
27,960 27,960 0000000035011a381cc22acec8278e58c368743333a0b3f35fd1a0a8979d5084 0.00 MB 1 0
27,959 27,959 000000004fe33f586d6f1b77c399635613ef2366ee024467479a6e066d4a9ee2 0.00 MB 1 0
27,958 27,958 00000000058e5539723ef8d1a69fd7df2337613cd0a45b1eb1e5d658277c57c1 0.00 MB 1 0
27,957 27,957 0000000088064f1d1a29f65939bed8ae3b5b5e559b037e185c7ca1fb8e554693 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.