Loading Tool

Explorer IconExplorer

Memory Pool

84,272 transactions
30.94 vMB
0.09268916 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt e4f431a60ada764600ee708b96267bdf57f4a6cbe30af011988d1f7a2312aa1d
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 55b174aa15ca48d69f408a464c3cdbf615fb2e1e128a0c97833b88f5d677b0b4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,574
Size: 1.00 vMB
Total Fees: 0.02243092 BTC
Feerates: 402.60 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (230,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,690 684,690 000000000000000000057dc784deb56655e549fe0e1ffbfc59b9b62cda3dbbce 2,845 1.00/1.00 vMB 142
684,689 684,689 00000000000000000004e01c992b95bc57e2d9f7856e8f5ffe249a7aad3848f0 2,208 1.00/1.00 vMB 134
684,688 684,688 000000000000000000062d7118db9008e5cc9dadb9bdb5ffbaf08796456d24db 1,112 1.00/1.00 vMB 26
684,687 684,687 00000000000000000004f905fe4ae94c31b4f44924c7114d3036b66d35f5fabe 1,626 1.00/1.00 vMB 51
684,686 684,686 0000000000000000000860e784885f5f19b6e15d949538ede6c369afe4ee7b71 2,084 1.00/1.00 vMB 33
684,685 684,685 00000000000000000001948d2666a09d770f22419b0f09d5067efe1d3408ffc5 2,410 1.00/1.00 vMB 86
684,684 684,684 0000000000000000000984375de49547f8685cf4bbf1100a71bf6dcb3b9ded94 2,227 1.00/1.00 vMB 57
684,683 684,683 00000000000000000008a9755bb312ea44ca685f6a75b2ff4674549f5b16beba 2,253 1.00/1.00 vMB 108
684,682 684,682 0000000000000000000232072432b8daec9ebab3f94ad723784b0b261edbb74c 2,254 1.00/1.00 vMB 115
684,681 684,681 000000000000000000037a87cab1f2750864fdcc37d3f48fe173b35e93120249 2,358 1.00/1.00 vMB 54
684,680 684,680 00000000000000000007f1785d08ed72ed8d977c6074bc7f528f331e355ebffe 2,161 1.00/1.00 vMB 71
684,679 684,679 000000000000000000062fd244f5547c86d9b5e5049e28151ee6aaffb36fbd8f 2,195 1.00/1.00 vMB 99
684,678 684,678 00000000000000000007348e1c9e4cc61aea5d5f9c59e240f97a21e685636450 1,637 1.00/1.00 vMB 76
684,677 684,677 00000000000000000009652ef527e35c7647e9a6611e4535dc5ccac8630301af 419 1.00/1.00 vMB 111
684,676 684,676 000000000000000000011b130e59ec5ae81f869c701ce821aefa1b52c79c1c43 2,504 1.00/1.00 vMB 135
684,675 684,675 00000000000000000002f747b4ba8292da9d709740d43abeb3e14d38bcb76b25 1,077 1.00/1.00 vMB 34
684,674 684,674 00000000000000000007111b4fae40c667b289ef0d0756008576b01bf1425a29 2,247 1.00/1.00 vMB 50
684,673 684,673 00000000000000000002852a386b96a35e2044278151ee79144a5ebe5daa86f6 2,267 1.00/1.00 vMB 59
684,672 684,672 0000000000000000000139cd2be806d51b848940efc5f93759716f382b46f1fd 2,849 1.00/1.00 vMB 132
684,671 684,671 00000000000000000003041490d1fa71e2ac3a0371d78d70c862cc9253b7abd8 1,668 1.00/1.00 vMB 64
684,670 684,670 000000000000000000076c0d85299bcf243a1fa072d2b87c1b8712dfa095dded 1,168 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.29 GB
    • Received: 17.70 GB
  • Uptime:

Notes

  • 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.