Loading Tool

Explorer IconExplorer

Memory Pool

80,806 transactions
29.92 vMB
0.12213231 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt 1da77646a696dfa47c99b1f8517ad0fee7e8d9ff580b22a5b6e29a4887127fc3
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root 82a6254fc360c65c63c74fb965808c6c06616dd08ad403f7a2b25d58c8fd47e9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.03433212 BTC
Feerates: 149.47 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (479,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,119 436,119 00000000000000000047e966aa4c3029223329855ec62ef3bb80a26993309de7 1,635 1.00/1.00 vMB 48
436,118 436,118 00000000000000000031b14bad61adcd9671e843a02b9baf167366a8fca56b58 2,264 1.00/1.00 vMB 73
436,117 436,117 000000000000000002c695896082ae4432b1a658744299f1561f0f41fbbf4770 1,991 1.00/1.00 vMB 70
436,116 436,116 00000000000000000449b3be46204c91a838de2b9f52eaa1e1c3c00d6c4ffaa9 2,479 1.00/1.00 vMB 62
436,115 436,115 00000000000000000441c8f9aa2ed19060baac0ba20856e5b8bb216750d5ff53 2,195 1.00/1.00 vMB 119
436,114 436,114 0000000000000000026ea40a8de2fee1293983910ff10264b2cf2c6e77543365 2,468 1.00/1.00 vMB 58
436,113 436,113 000000000000000001cdd9f059f9b67b9d192c2ba95ca654e0bb1eaed6c23ff7 2,200 1.00/1.00 vMB 99
436,112 436,112 000000000000000001bcef41adf188b971a2116a117dd77dbbd1476ee2069f8c 2,279 1.00/1.00 vMB 54
436,111 436,111 000000000000000003404998c3cd253d4393bcbccd248050da80961214a4a04c 2,318 1.00/1.00 vMB 76
436,110 436,110 000000000000000002cb5c65a27d5169e9ae4029b94e32507bddcbae8de5765b 1,820 0.84/1.00 vMB 89
436,109 436,109 000000000000000000110662c36b30b88ca81346a85c413579bdee3d254fb7d4 2,510 1.00/1.00 vMB 53
436,108 436,108 000000000000000003b6faf1970de493b58deeba6756c69a54b75e0827ccc61d 2,561 1.00/1.00 vMB 95
436,107 436,107 000000000000000003c14eb899a3ba7d9f64e34ba1658814cb4f94aa9c807938 2,193 1.00/1.00 vMB 41
436,106 436,106 00000000000000000369d057ebd70781f3e67a8a05917bedc107c77adbb177ad 2,266 1.00/1.00 vMB 49
436,105 436,105 00000000000000000432b9c7e9248daf06aeeca0b6fe0c0bd093dfe1c18cbfd7 2,148 1.00/1.00 vMB 59
436,104 436,104 000000000000000003a3cf5974cf6c26c2286af201aa5c9bafa26573e5d25652 2,554 1.00/1.00 vMB 55
436,103 436,103 000000000000000003a032a74d09b7f891f2bc81bd02cf4dd898928eec208e0c 2,225 1.00/1.00 vMB 89
436,102 436,102 000000000000000000ad1288fb1876390230df7eb55e5dc66ec9fc76cd172f09 1,350 1.00/1.00 vMB 55
436,101 436,101 000000000000000000c88bd0b192c41b98da3e2afa7cb87ebb9999a2cae92c93 1,581 0.75/1.00 vMB 61
436,100 436,100 000000000000000002982a205095b88c862fbf20d5c329e1114934aee1c36f4e 2,491 1.00/1.00 vMB 72
436,099 436,099 00000000000000000051f32f44a40f146863af8d77e413bc4f83274190609cce 2,298 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.91 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: 713.86 GB
    • Received: 17.49 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.