Loading Tool

Explorer IconExplorer

Memory Pool

77,199 transactions
28.78 vMB
0.07899648 BTC
Random Selection Loading Transactions
Max Size: 174.09/200 MB

Candidate Block

Mining Attempt 7915058a74eec695d9dd6b163a557c17f0bbc5b5964a2a8939ab0fe8cec003ad
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root d35fcbf138982be12024b32e83ebea807d7995e3173dfab3e6f1d1d876fe6cec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01915165 BTC
Feerates: 100.17 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (650,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,762 264,762 00000000000000011805c800e2f9fff87149106437738e42f0f89728609e2d03 641 0.25/1.00 vMB 127
264,761 264,761 000000000000000b7c26cea374fe0518c74ecf3e04cf51683a2272e162d6954e 388 0.21/1.00 vMB 50
264,760 264,760 000000000000000a9666c67f75e7662b169995ba5d80bd865aa61a3fb507c2b2 549 0.25/1.00 vMB 185
264,759 264,759 000000000000000ad5e0cbc9438203b9cf2dcae776774f59575e38fcefa802ed 113 0.06/1.00 vMB 91
264,758 264,758 000000000000000fe7ba6f5b18759bada47bfa32797a8607fd5dd67331215326 48 0.02/1.00 vMB 97
264,757 264,757 0000000000000006bd83581312dbab3f947c5a3dc54e7d5df4820e1218c462cc 9 0.00/1.00 vMB 85
264,756 264,756 000000000000000f7c520d182db0040de55beecc37e4e1ca2606c66ec086b93a 262 0.11/1.00 vMB 106
264,755 264,755 000000000000000ecd61ffafedafd175fee3a71f545aeb81ec740d353a5092f4 240 0.15/1.00 vMB 65
264,754 264,754 0000000000000002c1888d6019306b2d3209754c5b912daf68505881de330fa5 289 0.13/1.00 vMB 118
264,753 264,753 000000000000000baaab27d49068512c72af77d0ad697fb0b10420140ee9a741 279 0.11/1.00 vMB 92
264,752 264,752 0000000000000009f61ec0c8eef055efc91296aa566aaa4e16a5549211094028 123 0.06/1.00 vMB 97
264,751 264,751 00000000000000077ae55fe8254b9fea281da6f94df54d88333a6e6db6790028 184 0.09/1.00 vMB 102
264,750 264,750 00000000000000067692b7620dbacc05e72caec3ba6a4ccbbf812b05976f453b 69 0.02/1.00 vMB 112
264,749 264,749 0000000000000003f4d7fde5715582d26574923443493ed3e82df63f5350cce4 19 0.01/1.00 vMB 166
264,748 264,748 00000000000000088867cb1880217b52301ea5c2ab16b0050e99c7e1a4f12372 45 0.02/1.00 vMB 137
264,747 264,747 000000000000000703ed3588d84e839ae0b563c405eb7617aac4c67c953f5578 133 0.14/1.00 vMB 51
264,746 264,746 0000000000000002bc099329991eb95ba997d66bcf9a763f987e5b8e68af7ffe 10 0.00/1.00 vMB 120
264,745 264,745 000000000000000ab8981a8b0c43a18e9435d2f7a26b364cf37df10cb6771b23 77 0.06/1.00 vMB 75
264,744 264,744 0000000000000001982aa2f771125c88095de8384bd071061d764d432ee342ee 196 0.11/1.00 vMB 118
264,743 264,743 000000000000000cb72783b835754380a622c6cf569c7ff26b2884944e3bff66 132 0.14/1.00 vMB 57
264,742 264,742 00000000000000092081eff2cfae7019cd3eab46cbade446577a65ebedbc6bfe 282 0.10/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.63 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: 672.13 GB
    • Received: 16.15 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.