Loading Tool

Explorer IconExplorer

Memory Pool

48,200 transactions
28.82 vMB
0.09927082 BTC
Random Selection Loading Transactions
Max Size: 152.27/200 MB

Candidate Block

Mining Attempt 8be5a992d51ffbff5dc8c4b2f0eddb1ad251cb66bb1c9cd039d0a11e6e99093e
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root 19b01836760810dde10cf7f6e1403ab509684b97fa0a3616f5b0a20f307b2dd5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,863
Size: 1.00 vMB
Total Fees: 0.02412126 BTC
Feerates: 70.48 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (804,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,153 110,153 000000000000a2e222e024bec45e3098bdaeddee6ba6cd360db11bbcd27bb36b 8 0.00/1.00 vMB 0
110,152 110,152 0000000000001ac4fe7b5bae29d8fc4b2de21183d02df41f140b951290c3099a 13 0.00/1.00 vMB 0
110,151 110,151 0000000000018885c68143d20dcc833a11f41cbdca422d6bfaf1e9821ba59a53 10 0.00/1.00 vMB 0
110,150 110,150 000000000001648a8d0bba9b5316d9ab91117a02e4b6638c4cc3f4f07d01bcad 15 0.00/1.00 vMB 0
110,149 110,149 0000000000007f98197d4c3682ee10d68a199c223f1f6b625e2d0d9fce189018 7 0.00/1.00 vMB 0
110,148 110,148 000000000000a726254e729d985b6b9990bf88423ff78465ec22f7a91d87b4fa 12 0.00/1.00 vMB 0
110,147 110,147 00000000000035be67ed0594bdea7f2055dada1d42ab95c3a2be388b407156ef 12 0.00/1.00 vMB 0
110,146 110,146 000000000001321512caeac29745f9d31a293f6b73382710f05401d448e32ae1 9 0.00/1.00 vMB 0
110,145 110,145 0000000000010c54da7c459e89111c18cf92527c86180381ce98748b0aa018e0 12 0.00/1.00 vMB 0
110,144 110,144 000000000000678ce129b2e964984a1c0a796edf51e210293c70641dfa117c1a 13 0.00/1.00 vMB 0
110,143 110,143 0000000000000467474a1744ad8c2f83184e2e766cb578fc13f1b8e9ea64655e 12 0.00/1.00 vMB 0
110,142 110,142 00000000000159d0b3b5035e2d8b015cd10ddccf2231f6c8c98a8ea422074f97 5 0.00/1.00 vMB 0
110,141 110,141 000000000000eeac8dea5912adc4c89bed166e6b1baa6af17216c9827ca04351 12 0.00/1.00 vMB 0
110,140 110,140 00000000000127e33f05d8a2012a4320baf09a91015f401a29285f60ad5b733d 12 0.00/1.00 vMB 0
110,139 110,139 0000000000006f879f36b8696814f478a7cf1b27b3251dc0d323266feab22fae 18 0.00/1.00 vMB 0
110,138 110,138 0000000000012b3420fe333253b5ed7518b88df14ed1c85c5091c0c4eed8e028 5 0.00/1.00 vMB 0
110,137 110,137 0000000000014fd955215f6ed1dbf23f630301c096843f3462d46d793282e200 8 0.00/1.00 vMB 0
110,136 110,136 000000000000e3289fbe232f8c8bfa48b9a0223422e635843c30ea73c31757f1 8 0.00/1.00 vMB 359
110,135 110,135 000000000000e98fe8fa972d33af38131e7d40b1a4340cdbc035487cbd702a8b 4 0.00/1.00 vMB 0
110,134 110,134 000000000000da0a7f91a61b2b95eecfdb64b9571756d08d8f8d5b68d05437f3 2 0.00/1.00 vMB 0
110,133 110,133 00000000000021a011adf5e76eead4de4b91a6a9606431df981460192c786f59 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.