Loading Tool

Explorer IconExplorer

Memory Pool

44,851 transactions
26.50 vMB
0.05333084 BTC
Random Selection Loading Transactions
Max Size: 140.49/200 MB

Candidate Block

Mining Attempt cccb68f62e93d1d8a7f297e25d578319d8fdde34690950d70198bfcf79ff66b5
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 8ec705396a4a6b117ca47730979216993776b859117bb2ddd2843659bac84fd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,411
Size: 1.00 vMB
Total Fees: 0.00475448 BTC
Feerates: 40.21 > 0.48 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (462,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,163 452,163 00000000000000000166f79f0c597e307fc4474c684e483c623d001ef6f10011 2,264 1.00/1.00 vMB 127
452,162 452,162 000000000000000000f926d70e6a58459c76e15225a5dde8a7b4e30f728b9f95 1,955 1.00/1.00 vMB 157
452,161 452,161 00000000000000000230061686bbf75770f20a3b17e3012a3fb91b5b1669f859 1,774 1.00/1.00 vMB 113
452,160 452,160 0000000000000000020812b16d0fa151f1783bf3c8ea81836c4db79513c32732 2,948 1.00/1.00 vMB 151
452,159 452,159 000000000000000001351444a8a7f75681d72853b62f52888a5cc817060e0611 2,196 1.00/1.00 vMB 172
452,158 452,158 000000000000000000ac010b1efcac1953d932b813a7c7985718ee1b6a0222c1 2,295 1.00/1.00 vMB 73
452,157 452,157 000000000000000000788f82278532b761d07e5cb072790b84a0e1f650122b66 2,125 1.00/1.00 vMB 74
452,156 452,156 0000000000000000003962fe087ca89e85c0b9664401ea8baf92cec7ae100c61 2,222 1.00/1.00 vMB 113
452,155 452,155 000000000000000001b5750477f15f00439aaf515ae36c86946b09e4cb250272 2,499 1.00/1.00 vMB 159
452,154 452,154 000000000000000001d44e26ee37a3b96fb3b2c424e1c1b85a3f5d9fb6c7f68e 2,135 1.00/1.00 vMB 81
452,153 452,153 000000000000000001d57491c10cd43851d48ab18ffb14e4e71d80eef7658201 2,568 1.00/1.00 vMB 137
452,152 452,152 0000000000000000016aa71afe99e3c8857c9ca25d8a02b2e8580e24a4a42817 2,637 1.00/1.00 vMB 104
452,151 452,151 000000000000000000d46fb9295869f107a9341ba8f439e107d748c7201ddf37 1,675 1.00/1.00 vMB 102
452,150 452,150 0000000000000000027790f71962b933d1f77d8ef875e8c882eb8c81b930ab08 2,381 1.00/1.00 vMB 84
452,149 452,149 000000000000000001429c2ea3ca102c2f64fbfd768673e4ead91adedcd27f6a 2,193 0.99/1.00 vMB 149
452,148 452,148 00000000000000000077e50d982e5747fd46777b8291e3755bfa8da8ae73babe 2,468 1.00/1.00 vMB 146
452,147 452,147 00000000000000000255125d04c692032d73e5c2580fc0de61a2c3a3ff0bf3bc 1,346 1.00/1.00 vMB 111
452,146 452,146 0000000000000000022f9c51e2a9b11ea290700387da8d0defb40198f56a2752 2,888 1.00/1.00 vMB 167
452,145 452,145 0000000000000000022404e798e8d8dc51dc197b6acd158f26d96c8692a579d3 836 1.00/1.00 vMB 84
452,144 452,144 0000000000000000000060e984498dd1e27baf4cd00eb3ed7cc879f63aae6457 1,208 1.00/1.00 vMB 88
452,143 452,143 000000000000000001b5bf891d898153d1c7a7c8a32586f10b190ef815ea4565 2,768 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.08 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.