Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,516 transactions (1.43 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,899 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,898 (105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,793 911,793 0000000000000000000017482a9fa72c26c1ea316ee3cd95d24dfe57712ea2f2 1.65 MB 3,500 4
911,792 911,792 00000000000000000001dadc5e03040dd5023bc992060cf1e6a8d26cdaca34b0 1.55 MB 3,711 9
911,791 911,791 0000000000000000000070bdb5e1dab6c30452e2a0ceeac7a810ac1b4a43e498 1.69 MB 3,362 3
911,790 911,790 000000000000000000006eaa92b77b90fd90e56a5949a02575c7e7cd9558b24f 1.75 MB 3,070 2
911,789 911,789 00000000000000000000bcdc35ec3ab59f7cb9989ece72afd37912fc4b582af5 1.60 MB 2,401 1
911,788 911,788 000000000000000000005c85a31fff90c7372cd0503d25f195e2c81f2335f758 1.80 MB 3,015 2
911,787 911,787 0000000000000000000227511e878ad2e81df33b793aaf761161ce396109c6b3 1.68 MB 3,965 4
911,786 911,786 00000000000000000000ef5a77c367f541bf7f8c02e47258720072546d5a8370 1.60 MB 3,370 5
911,785 911,785 00000000000000000000ce900f9b7d7f530b791ac60cfb617808a32bf203a407 1.81 MB 3,882 0
911,784 911,784 000000000000000000001344943e4e7bd7906f1176edeeed823d2f4b56c2701a 1.75 MB 3,335 3
911,783 911,783 000000000000000000009c20beb616ba6e5c986934df9ac92281ba725f3aaa82 1.70 MB 4,125 1
911,782 911,782 000000000000000000018c6a3e7694eb87974148167e4da8fd3116ec05a65da6 1.73 MB 4,570 0
911,781 911,781 000000000000000000011e5d33332efc389a2581f3b9e5a02c92425898ef6076 1.73 MB 3,223 2
911,780 911,780 000000000000000000010defb6e40902e081ae9c4eb0ab21137a5f387b8490c0 2.36 MB 3,122 1
911,779 911,779 000000000000000000018b89d026026dc15627fcf9c155122588372db071e64b 3.91 MB 185 0
911,778 911,778 0000000000000000000074680d91bbcbd62230763d27758c72314a06d0821df6 3.69 MB 906 0
911,777 911,777 00000000000000000000854507bb138cdc3f488a91ecf41805f28d9f0c7d51dd 2.99 MB 267 0
911,776 911,776 00000000000000000000076c403b7ac393617366f614dd2f5fd1cd5d6343cf0d 2.12 MB 2,528 0
911,775 911,775 00000000000000000000053951d4e5d8b0ca980fcb424822fdbaf28d72168ab6 1.81 MB 3,708 2
911,774 911,774 00000000000000000000f16a672267fa17b024c1bc24b54503de32c51626c988 1.76 MB 3,345 1
911,773 911,773 00000000000000000002177d9d05053f43fbf63bbf7b6e15abc7bd68449aa47c 1.55 MB 3,887 4
Previous 10 blocks ↓
Total Size: 776.90 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,479.15 GB sent, 132.97 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.