Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,907 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,773 000000000000000000022b910000000000000000000000000000000000000000 0.60 vMB 1,893 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,772 (31 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,741 911,741 00000000000000000000046977c3c7937a3e2ef5ca6e9dc6c15b776840eb8503 1.58 MB 3,343 4
911,740 911,740 000000000000000000001f3a9378ec874f1ef7e6973b736f53b74a518fcbfa30 1.56 MB 3,013 3
911,739 911,739 00000000000000000001086cb89a1e18348cd76ee8ed63626937525388a1f5af 1.90 MB 4,288 0
911,738 911,738 0000000000000000000037f86f18b9cd75db660b06b7e7ae4b7489b9145de42f 1.68 MB 4,311 0
911,737 911,737 000000000000000000016dd4a4e7a7873b0459ebf5f15972dca915f977ed027b 1.64 MB 3,074 2
911,736 911,736 0000000000000000000036c8a501c262c65c68f57b881ddca5bd747a53b55669 2.06 MB 3,637 1
911,735 911,735 00000000000000000001ff784374028a61646674ade6d55022333387bb881655 1.82 MB 4,130 0
911,734 911,734 00000000000000000000bb12c61e2e6f54225145d5536c648d3be1331eb5e529 1.97 MB 4,111 1
911,733 911,733 00000000000000000001d30a98591702a0e3565f1ec9157dc33d6b8f71b04745 2.14 MB 3,145 0
911,732 911,732 00000000000000000001096b26f7e36f65a130d95b42b7ab9670140072ae60d2 0.49 MB 961 2
911,731 911,731 00000000000000000000ddf645b84048ef929104cfc8654372baa6b3b47007b3 1.72 MB 4,560 0
911,730 911,730 00000000000000000001ffcc1ecf9c67a8682d4e59663fee97e1881fd8c43b66 1.75 MB 5,549 0
911,729 911,729 000000000000000000006b178d38cf224a4648d8a38cf3bca3ae717d80eb32d8 1.49 MB 2,623 2
911,728 911,728 0000000000000000000091fc6ef8ca9cd301ab1cdf029a4d369a5ec01ed1b202 1.79 MB 5,215 1
911,727 911,727 00000000000000000001094335049a0f9b0b87091bf09897e462c01489472b74 0.06 MB 164 2
911,726 911,726 00000000000000000000b0c41e0a95792316ad6de9e32e5ad8ddf425cfde07b5 1.63 MB 3,926 0
911,725 911,725 00000000000000000000845853364cd99874d28e2b181e826e2d5fbb05867e6c 1.76 MB 4,190 1
911,724 911,724 0000000000000000000011d70aaada19864afe5d1f2369b65dd06674ff60e7af 1.19 MB 1,209 4
911,723 911,723 000000000000000000001f2f6fe569c27e8d9b5a69c61aef66d241218e7a3ec7 2.42 MB 2,845 0
911,722 911,722 00000000000000000001b3c68c7aaa33166c2a8e737fb70827971e7b1e340db3 1.22 MB 2,142 2
911,721 911,721 0000000000000000000133875a4195508b5a8efd34b0351f275d5c635ea745e6 1.63 MB 2,292 1
Previous 10 blocks ↓
Total Size: 776.66 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,433.34 GB sent, 131.87 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.