Loading Tool

Explorer IconExplorer

Memory Pool

77,179 transactions
28.73 vMB
0.07032971 BTC
Random Selection Loading Transactions
Max Size: 174.26/200 MB

Candidate Block

Mining Attempt 04c0695cb2165779e17bcd8c79f3dcf77a826b740782523bb5ef636c0bed31cd
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 382b4a54156bf55f5e59cc27b084ff6e90c61589afaf35256390f01db9ffecc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,080
Size: 1.00 vMB
Total Fees: 0.01051048 BTC
Feerates: 82.75 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (417,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,561 497,561 0000000000000000007b15f3d6fdf0344c67045007948ec85b266797ebb7e650 2,632 1.00/1.00 vMB 117
497,560 497,560 0000000000000000004f07187aab90da934c38289f78ddc8b69a09f1b5684d56 1,975 1.00/1.00 vMB 168
497,559 497,559 0000000000000000009a0ad54fa7874826091af54ab567874957ad8a0a4f44f5 2,347 1.00/1.00 vMB 153
497,558 497,558 0000000000000000009191a22d48839938ab108d7515b9b6f904b8bee3d1be67 2,540 1.00/1.00 vMB 130
497,557 497,557 000000000000000000bbf89e21ff3270c28dd4d946854392676d531bb8013646 2,267 1.00/1.00 vMB 174
497,556 497,556 000000000000000000b66cfa2b9b0346c2c441f91c551b23822b4207a0093afb 2,208 1.00/1.00 vMB 188
497,555 497,555 000000000000000000567172c8599879d18e46ab1749e3c82f81a6436ee3fe25 2,473 1.00/1.00 vMB 151
497,554 497,554 000000000000000000315f2ee2f741a0dfc70895d05ed227a9209eaa29cfd266 2,159 1.00/1.00 vMB 181
497,553 497,553 000000000000000000ab879060bc7364261e59ac0d3ce707e5a028a2cd8c9e76 2,625 1.00/1.00 vMB 133
497,552 497,552 0000000000000000006afad3317ad689be750918100803bfaf885b16d1432d9a 2,200 1.00/1.00 vMB 176
497,551 497,551 0000000000000000009d98473913600e9f5997cb7f0f3f0bab2ef78d1dd6728c 2,217 1.00/1.00 vMB 193
497,550 497,550 000000000000000000211dd35a9b4001956a5309bf5be887dea463b4fde54f9a 1,839 1.00/1.00 vMB 123
497,549 497,549 00000000000000000077180bd978078b4ce9b84add4757fe689239e7b3ea056f 1,227 1.00/1.00 vMB 258
497,548 497,548 0000000000000000002acea318ca749c1083a69eb6cdf51fb2c22c566b06c27e 1,892 1.00/1.00 vMB 255
497,547 497,547 000000000000000000250ac7fdf99643542c13015ad0d6b1a3acbad1fc6b2857 2,234 1.00/1.00 vMB 136
497,546 497,546 0000000000000000004e28e2bff1b7a29bb66d0aaa8e95cad58f4697336f9308 2,738 1.00/1.00 vMB 138
497,545 497,545 000000000000000000bc43eece79a5f4f3061519009f25b1cd22a8681aa7e082 2,138 1.00/1.00 vMB 155
497,544 497,544 00000000000000000085e780f79b1bd413a262172ef8c7ed763984f2562f28f7 3,079 1.00/1.00 vMB 112
497,543 497,543 000000000000000000428a8f3fc2fd493b0841ae9a28627b9e6956ea7e2f0de4 2,214 1.00/1.00 vMB 130
497,542 497,542 00000000000000000088cece59872a04457d0b613fe1d119d9467062e57987f1 2,608 1.00/1.00 vMB 135
497,541 497,541 000000000000000000565214f4acfa447de72c71194ada50a38be147f1d49e2c 2,258 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.