Loading Tool

Explorer IconExplorer

Memory Pool

81,796 transactions
30.46 vMB
0.07901777 BTC
Random Selection Loading Transactions
Max Size: 186.71/200 MB

Candidate Block

Mining Attempt 8b24214cd8a2cb3d7e015837a269e5fdf4470abad4fc2ffa1b92f7a1842fc62a
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root b9637cba57bca9761cd7950446e21f78b55468a75f3cd60e96addce996e1e9b6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,309
Size: 1.00 vMB
Total Fees: 0.01114822 BTC
Feerates: 150.77 > 1.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (479,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
436,098 436,098 0000000000000000042f014649bd499abb02c189e36321fba9f17cbc3829aa5e 2,076 1.00/1.00 vMB 100
436,097 436,097 0000000000000000017b7e2aed836b146132642af764778d2e596b0936d710dc 2,104 1.00/1.00 vMB 66
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.