Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,091 transactions (0.33 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,595 000000000000000000022cb30000000000000000000000000000000000000000 0.32 vMB 1,077 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,594 (882,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,984 27,984 000000005a5eaa261172b5e08e3d969cb19c267a4f7b2bcfc618f8b7e7618f7b 0.00 MB 1 0
27,983 27,983 00000000384177acb846c2871597aa933d3ae84a8d574f967cd538354370f935 0.00 MB 1 0
27,982 27,982 00000000867d8d9907e99b86bf6efce9689ea073868cc4a89eb66bead9ba19d6 0.00 MB 1 0
27,981 27,981 0000000023ae13dfc404c02ebc7f97d04a998ac117045458be0fc73b96266be4 0.00 MB 1 0
27,980 27,980 000000003c50eb7ff922befaf6dac1e5adf60b09a5e66a7f9cd33c5efc6aed88 0.00 MB 1 0
27,979 27,979 000000006456ef02c73243b8d1177e7202b70cf37b0d3dcb8bec63954ef4805a 0.00 MB 1 0
27,978 27,978 0000000078a654c42e452cb8ba606acf2db1a7ce920f45e49ecbe153e1dce7a6 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.47 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,255.03 GB sent, 120.92 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.