Loading Tool

Explorer IconExplorer

Memory Pool

83,706 transactions
32.17 vMB
0.12974890 BTC
Random Selection Loading Transactions
Max Size: 192.75/200 MB

Candidate Block

Mining Attempt a1e60ee8c4df10022a4d8423787fc0b54aa6c9e40dc6bbe6f0a3563b69116f71
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 9aa8235fb28044f8770e412ef917fb8a1e6771160d9e85f777505b44e1c3a7e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.03636706 BTC
Feerates: 318.30 > 3.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (391,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,193 524,193 000000000000000000226c6e134d19d85d9b82aeb60b3f3c47d69272ff4e1bde 1,128 0.39/1.00 vMB 36
524,192 524,192 0000000000000000001cdc833563f845e841881c2ab87ab474914b95c070f56a 1,838 0.74/1.00 vMB 29
524,191 524,191 00000000000000000037288aa2aa02ec50ce920a6e7409e3f63b6d54442e05ef 1,573 0.72/1.00 vMB 14
524,190 524,190 0000000000000000001d1681520092942979ef12992615c2fb61e82cc2fe0725 2,692 1.00/1.00 vMB 54
524,189 524,189 0000000000000000000fd9f918c77b71f70e932662d61852efa8af672b71afcc 1,092 0.44/1.00 vMB 21
524,188 524,188 00000000000000000011835225b8859cf66b39e11a86e8eb2336309cb2461aea 2,805 1.00/1.00 vMB 55
524,187 524,187 00000000000000000039c6f4dc71b7d7e604884b0f1f8721b2cbe66f263c8ae6 1,421 0.52/1.00 vMB 36
524,186 524,186 000000000000000000259ebb816c1197ff11f57646c8f459dabd079f3896f05e 1,063 0.45/1.00 vMB 23
524,185 524,185 00000000000000000015160e370975d01beb15e63c16aa2083a63b94a259bc20 842 0.36/1.00 vMB 27
524,184 524,184 000000000000000000368db6784dea8bcadb89ebfd62c9ad86727fa88e9c7838 775 0.31/1.00 vMB 25
524,183 524,183 000000000000000000287f3be8f38aa52e12abb3e831bd30655647d5ae43e991 1,523 0.66/1.00 vMB 21
524,182 524,182 000000000000000000174d52492ef80e3e357d3040e8ead0ac0376cbd495b803 1,814 1.00/1.00 vMB 37
524,181 524,181 0000000000000000003ca48cf8c52dac613c0e6085bdc16050a413dbdf3ba7b6 2,783 1.00/1.00 vMB 6
524,180 524,180 000000000000000000164cb6f8aac7cdf7e022e3bec5036b5ce6a3093e8d57ee 2,310 1.00/1.00 vMB 53
524,179 524,179 0000000000000000001cc0d2a13b2d7701a7bd11d422de9b232b0cf797872794 3,508 1.00/1.00 vMB 11
524,178 524,178 0000000000000000003b76f7604a8505e9ff2f63d230ef2067d9caf6af89bc0d 2,368 1.00/1.00 vMB 61
524,177 524,177 000000000000000000280fe4dbf0fd9064b11aec5d05bdf7a4fd7d862d9e7b58 1,681 1.00/1.00 vMB 59
524,176 524,176 0000000000000000001cb8d23e76f43bd2ce005d009893c7eab2dec6c25e5c1b 2,994 1.00/1.00 vMB 49
524,175 524,175 0000000000000000003670a329b9d596fa82ab044d6dcd97664c4aa68ca10056 1,785 1.00/1.00 vMB 57
524,174 524,174 000000000000000000257905f3a98a6c7cd05ac0c020fbb00685ff2ec9ebe608 532 0.19/1.00 vMB 26
524,173 524,173 00000000000000000033a2e7c61da5743871fd73f1f35c1a5fd73f76c59e0669 1,391 0.50/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.00 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: 718.83 GB
    • Received: 17.96 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.