Loading Tool

Explorer IconExplorer

Memory Pool

78,291 transactions
29.43 vMB
0.07636793 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt d32e8ba26629978db5e6adba45a70c8b861361ec78fb46efcc40d36265bb03e1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (369,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,402 545,402 0000000000000000001980e5f7add8a02dd4511ecd634aeb30b36bbb79dfeac0 2,697 1.00/1.00 vMB 23
545,401 545,401 00000000000000000004730bae0f6e81223b66f56e1d004d14379aa0ca8a79a4 1,881 0.92/1.00 vMB 11
545,400 545,400 0000000000000000000f9a319ce96a265dd5bf274f173fa9d2f3516b2c928e01 1,441 1.00/1.00 vMB 6
545,399 545,399 0000000000000000001ca3bc54f62a8719ba15caccf16aa57a8118a0b09c3691 2,779 1.00/1.00 vMB 22
545,398 545,398 00000000000000000001d2ce8adb2b2b8bd6954b61d65fa0666bcb03a8a457b0 105 0.04/1.00 vMB 9
545,397 545,397 00000000000000000000eec1ecab3afd680c3dd5830ba2f3ba1f1a2ef0e63b0d 1,313 0.84/1.00 vMB 12
545,396 545,396 0000000000000000000c17d3dae8b05a561aaa77a6fb3dc5839d41ea296824ea 982 0.59/1.00 vMB 10
545,395 545,395 0000000000000000001f6e9c9ff5065ea020bc9d5b9d00bb4aa02d4c373d87c9 2,224 1.00/1.00 vMB 2
545,394 545,394 0000000000000000001964c7e3606d20f39ded556ec1557fcb0c13f026712b33 1,890 1.00/1.00 vMB 13
545,393 545,393 000000000000000000029133d91f7e7809fe5f45f706cb66e09fed22352c221a 2,624 1.00/1.00 vMB 25
545,392 545,392 0000000000000000000ef39e3ddab4791ee2ec4f8142fa5448988cb995275773 610 0.35/1.00 vMB 9
545,391 545,391 000000000000000000130a9bc2650d50546ae0a4d1a1c340c83e49706893e577 1,583 0.83/1.00 vMB 12
545,390 545,390 00000000000000000011f8874e2e9caeb03eddc24dd7fa14402be1566916ebc5 2,227 0.92/1.00 vMB 10
545,389 545,389 000000000000000000039a0ef3aa8b7cb6c7bd843de9fb384471a16b3a064bd4 1,251 0.72/1.00 vMB 10
545,388 545,388 000000000000000000029e7df0cee43b1262547ef22b899451c0ec3646fadca8 961 0.43/1.00 vMB 9
545,387 545,387 000000000000000000208613aa94ea6f45af548fa00d6240e802522e61d3d190 1,874 1.00/1.00 vMB 7
545,386 545,386 0000000000000000001134cabd8de8db855a77056bbfde9949b386ba9718e9a5 3,199 1.00/1.00 vMB 15
545,385 545,385 00000000000000000018ae4e8214c71c705523698c34a57fba7523f9e305083c 721 0.27/1.00 vMB 9
545,384 545,384 00000000000000000022215dbffcd1768cd0d489c56eb21af13c3446e61f65f4 1,096 0.48/1.00 vMB 15
545,383 545,383 0000000000000000001df4d65d337b04cf14b6fe6696c672b1aa544e950243b5 781 0.30/1.00 vMB 10
545,382 545,382 00000000000000000005e5900624b50c2abf9384161e89f94dbfc6b576534614 670 0.28/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.