Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,958 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,193 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,092 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,192 (571,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
340,745 340,745 00000000000000001950c1a25d01efc09a3351561e9e8dfed1b11b94338dcac5 0.20 MB 308 19
340,744 340,744 00000000000000000e55e2345ed8a0f0e2a3a1e126f50e5ae8d7126ffe1706aa 0.25 MB 411 25
340,743 340,743 00000000000000001039875a54e0869993ef39f3700d67ee633f26d143ce8194 0.16 MB 222 17
340,742 340,742 000000000000000005c031791f74bafede6c43dd0de1850a895510bf39ff0cd6 0.42 MB 946 30
340,741 340,741 00000000000000001461706aa891f5f89a5b1e9aab014c26a8c6408dfd88fcf0 0.23 MB 475 27
340,740 340,740 000000000000000019765149cfbc3f3c3a324419a750d40943b47087fb66dc13 0.66 MB 1,229 26
340,739 340,739 00000000000000000a8cab0fd9e4748a6b1cb19e2b7ca57233fb953d7aafeeb9 0.75 MB 1,409 27
340,738 340,738 00000000000000000eaa073a726072589725166f8e1c1016394a41cccfae8248 0.61 MB 1,268 26
340,737 340,737 000000000000000014c3c9bebb7e68755c42df415c279d65be49c015b46e03ec 0.14 MB 271 29
340,736 340,736 0000000000000000049eb8a1c98b16122b285be3e84e34ca976e7606e5762b51 0.10 MB 95 11
340,735 340,735 000000000000000000c421eb781500eda39013f02fb6ac8d95ff444f4d7c7e94 0.52 MB 1,011 24
340,734 340,734 0000000000000000133539119cd8d00a3e9441943d5f28a3b1cb69983f917280 0.63 MB 1,175 28
340,733 340,733 00000000000000000f0046d6c551e8364941b7249214e8899820d39dcbacb060 0.43 MB 790 15
340,732 340,732 00000000000000001672acf510d92e8143cc4d41731c18dacf3ae53c01eb5222 1.00 MB 1,853 32
340,731 340,731 00000000000000000d9953ae6ac1821604b2ae1cc86f94aad9fd4704a11d463d 0.75 MB 1,000 22
340,730 340,730 000000000000000014f14a1d7246ea300a75cfc1e60f11c6b3bcabc07349a05c 1.00 MB 1,109 22
340,729 340,729 000000000000000017a4b97f4a5a9a71378ef30c6546e80b2b7a0ab3e0d49d6a 0.34 MB 512 17
340,728 340,728 00000000000000001494e5d32591845efbff49b847aa5a0144f158c70df925e6 0.06 MB 33 5
340,727 340,727 00000000000000000add5c11b5a27521625fbb213d85ef9b6449a48904b5ff3b 0.75 MB 1,986 32
340,726 340,726 00000000000000001525c8bcbc3cd15b5323e53f164a4f650c82452b5882c57a 0.75 MB 2,195 37
340,725 340,725 0000000000000000112b2816cd7af2f5d473c568c08ae7550f6a27cd01a69bd1 0.26 MB 630 37
Previous 10 blocks ↓
Total Size: 777.44 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,532.94 GB sent, 135.58 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.