Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,129 transactions (0.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,737 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,122 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,736 (28,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,991 882,991 0000000000000000000263732659ad24f748676d99e79a0ef9dbd7e1b9e99a8e 2.25 MB 2,416 2
882,990 882,990 00000000000000000000e2ebe336582a440452c956748a9bcda268c3d51098e6 1.63 MB 3,268 3
882,989 882,989 00000000000000000001066e197d3d426fdfe0bc1af3d8aaca3ac16c44f049ac 2.24 MB 155 1
882,988 882,988 000000000000000000024ab9a2dde9a01f60825cce68431f5d27fc0111e8b31f 1.83 MB 1,322 2
882,987 882,987 00000000000000000001043478eb7d8c4dcc9f3a600c19cd0140f169c2de03ae 2.14 MB 896 1
882,986 882,986 000000000000000000012e56365d543d319a7f2b64b20ca71e8c15e64c78a5a7 1.92 MB 1,727 2
882,985 882,985 000000000000000000025e512a7f1a6d54c45cf7da0f8ce9a8e2d37da05532e8 2.04 MB 1,381 1
882,984 882,984 000000000000000000022d6f2e98424af4956979d1a243d4fc1fcbc3d8619e91 1.85 MB 1,844 2
882,983 882,983 0000000000000000000006c0cd1cf736346571f5cc6e6f38ef3b5104769716f6 2.06 MB 1,111 1
882,982 882,982 000000000000000000028d546013e05532423206ddbdd191525430b3a88efe31 1.76 MB 2,779 2
882,981 882,981 0000000000000000000174212d027f3c65f5889914745673acdec4bee67adde8 1.74 MB 3,539 1
882,980 882,980 00000000000000000001f7e1868d337020250f3d854a1b688d713f6df33b16ab 1.85 MB 3,258 2
882,979 882,979 00000000000000000000b1295b39b16f53d668a1d48ca3ecfa71dd4b9cba3fa6 2.55 MB 2,489 3
882,978 882,978 00000000000000000001573fef16e3ee2267d49da282b9fde3e85361deea4cd7 1.80 MB 3,490 2
882,977 882,977 00000000000000000001dc10449c9c7d5f24aab06685261899e8c9412095cbde 1.96 MB 2,641 4
882,976 882,976 00000000000000000001327374b5f7ccc32ebd57381b17100ce146138e1d1dad 1.76 MB 2,626 4
882,975 882,975 00000000000000000001732b8492f42b3dd02abddcbbc1637a2c4ca6bba2d224 1.92 MB 4,536 2
882,974 882,974 00000000000000000001b5c5ced3219647065a2771350624ef9a908cd384d2c3 1.87 MB 3,586 1
882,973 882,973 00000000000000000001f844e01599290d9df4b820d038a4b948a0e5c50a01d1 1.74 MB 4,451 2
882,972 882,972 00000000000000000001c23bad3871770db28e6d2c998d06e03e0c993d83d04a 1.77 MB 4,287 2
882,971 882,971 000000000000000000022bb54756284050983f5413d295620bcfb7f374eaa78a 1.66 MB 3,960 4
Previous 10 blocks ↓
Total Size: 776.59 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,427.68 GB sent, 131.56 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.