Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,016 transactions (2.38 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (853,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,688 55,688 00000000016612416024d32d67db4e48cfcb404004d9eb5ba2364fbed187cab7 0.00 MB 1 0
55,687 55,687 0000000009a8be5b43bff3ba4e94dc30022cb42a52e8ee294faf66f9639ba462 0.00 MB 1 0
55,686 55,686 000000000ee22a56582690329029ad4f0c8e382d5fc397481a52cccc90686eac 0.00 MB 1 0
55,685 55,685 000000000cb442f34490d9f967f46c33e7f0326188ad45e61adf8c10eab1cdb6 0.00 MB 1 0
55,684 55,684 000000000d6c685a943c83053527c6c8c284f578f782830118d4b8799ea969d7 0.00 MB 1 0
55,683 55,683 000000000748fad9043c24675da926454c2f75399135021e0b9d6114f44a9563 0.00 MB 1 0
55,682 55,682 000000000bb0103bb99ae4ec58dede4ca9c881198e06a4a434f1f6445b9427a5 0.00 MB 1 0
55,681 55,681 000000000bb68705808a2c56609bac19ceb9131660ceacd8f1ef1c2cfe06d5da 0.00 MB 2 0
55,680 55,680 0000000011f96f230049e9ef5a06e501af46bc76a3ff995b56a44f0e656ba3f1 0.00 MB 1 0
55,679 55,679 0000000004432b50a23b5217d944dccf0a4c8be5c5f710f0c449ed47dd0c3943 0.00 MB 1 0
55,678 55,678 0000000006a22be64a6596a7842e516123321515aeb808f343cff96e3ef19a94 0.00 MB 2 0
55,677 55,677 000000000ab5aa7f61ce3bad1497943ef671f3f909ac0da455aa2d31a021e0fb 0.00 MB 1 0
55,676 55,676 00000000114247fb4ebac8c8e2b03d172d5254c2c7748b42b7e38933b4959bd3 0.00 MB 1 0
55,675 55,675 000000000645da4cb991eaa00897d494984a276a5afb31c7f6922fd878d86aa9 0.00 MB 1 0
55,674 55,674 000000000c91cba29ce998be8f18ddb5080c3746ceb281200c4f2af2d2537199 0.00 MB 3 0
55,673 55,673 00000000104cf9411c85e5b640a6b8375a70371e29492d0fd0408a4d9a369209 0.00 MB 4 0
55,672 55,672 00000000022c7745313c2d15de6b51fe2c47c753fe97b59845908b0a69787a62 0.00 MB 1 0
55,671 55,671 00000000027a56a83dcb92e8c8dcfc938ce9ac204555843a9d953306a1bccd19 0.00 MB 1 0
55,670 55,670 000000000ebb54d636149971e9c8313149dba3818162cfefa1aa5fbf1b83d911 0.00 MB 1 0
55,669 55,669 000000000c6e942519f0639868661b9378197324dec3700ac0f74269082b882c 0.00 MB 1 0
55,668 55,668 00000000130c53617f1fc819e24146865cb0c975cf847872f558a841106387ed 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,023.15 GB sent, 107.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.