Loading Tool

Explorer IconExplorer

Memory Pool

38,967 transactions
27.80 vMB
0.08182777 BTC
Random Selection Loading Transactions
Max Size: 142.52/200 MB

Candidate Block

Mining Attempt 9a2799fdda3367dafb31ad16543a12efa06841cdc769b116b7565d9607da2269
Version 20000000
Previous Block 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa
Merkle Root 825422ab541e9643e22aac4597f3f7508ceecc740d1578d8e8859ebf701ad062
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.02636632 BTC
Feerates: 402.11 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,272 (899,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,308 14,308 00000000fe5cde394554f501bd5fc52a1cac1eeb710196dde7cf99cb5e3574d8 1 0.00/1.00 vMB 0
14,307 14,307 0000000095846d2e9646845511c1d491a10021f527e603f208ee15ca34fe7ce9 1 0.00/1.00 vMB 0
14,306 14,306 000000004152ee62ea028446bdd84ef47884640faa4f3b80c47abd84b82efad0 1 0.00/1.00 vMB 0
14,305 14,305 0000000029b887a34601260d1e30eb1a8428961ebfc0da407cc21decf89e2bab 1 0.00/1.00 vMB 0
14,304 14,304 00000000eebfd85394b57aec61f708480b6274c3b7e6ea2df5fae9dce243b9bb 1 0.00/1.00 vMB 0
14,303 14,303 0000000012f26c1ac98e9c217b283c9cfa9c9d8310a4833c0213b13a83af5115 1 0.00/1.00 vMB 0
14,302 14,302 00000000413387ad15a1c9c3d89cbe80511d8e12e50dae99b7d1e9666a754daf 1 0.00/1.00 vMB 0
14,301 14,301 0000000046f6e41d8675bc2924d33dfbc969bc86e830ed0f186eabd113526249 1 0.00/1.00 vMB 0
14,300 14,300 00000000bbf4e352c9971ca07752c990027e0b68cc5d296e8637dea1dbf845f8 1 0.00/1.00 vMB 0
14,299 14,299 0000000039123fcd62e70ebf515c079846e316cec53ed62013e85a42ce3149b4 2 0.00/1.00 vMB 0
14,298 14,298 000000006106e776baf233496dfd8490fa78cfe2ab65804c4b71af9cb509dc27 1 0.00/1.00 vMB 0
14,297 14,297 00000000088234e1a0aaeee6c81ea77b652418bfd64139d82627e611479acbe9 1 0.00/1.00 vMB 0
14,296 14,296 00000000e6804129b9dcf57c19cb1f36f664681f0a7b7aa75ffcc968676dcf67 1 0.00/1.00 vMB 0
14,295 14,295 00000000084b83a1680c672f40494bddaa1876dfbedfb67214f307c4b38b8ad9 2 0.00/1.00 vMB 0
14,294 14,294 00000000be88ba8652968f8141a86f40d015e6aaaa863b63af4c8c9c979ce895 1 0.00/1.00 vMB 0
14,293 14,293 00000000b20ef458d535acec650eee8f56ae3b7baae2c8b8190c699acac31acc 1 0.00/1.00 vMB 0
14,292 14,292 0000000076a3c10a001923562a97b8a05eeb9cf6e9b85e43716a7a8267953155 1 0.00/1.00 vMB 0
14,291 14,291 00000000e13b4e9d6de05fa111e265fe79acc133cc2719ce3392915747f16597 1 0.00/1.00 vMB 0
14,290 14,290 00000000455bcf13e015fdc390080e91225c1cc6b887f6a89eac9ac274b8dfd7 1 0.00/1.00 vMB 0
14,289 14,289 00000000ebd8a2c08c34bdb34ed7d09cd55c56f74e0c04c566c3d4f3b1d1915d 1 0.00/1.00 vMB 0
14,288 14,288 00000000da54bdbf2c8ff3abdae6781daeeed9c0fb9ec72dedd63b02d53ba0d9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.08 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: 578.37 GB
    • Received: 8.76 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.