Loading Tool

Explorer IconExplorer

Memory Pool

83,708 transactions
31.27 vMB
0.09768097 BTC
Random Selection Loading Transactions
Max Size: 191.93/200 MB

Candidate Block

Mining Attempt d33290e79cbdad53d9963f15a6afe2eeec3925740fb53744650a16c04c2cd685
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 85fb16a9505d94a4576e66cd0621300857380f575502a9067ac41cbd6ee11efd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,588
Size: 1.00 vMB
Total Fees: 0.02710116 BTC
Feerates: 301.57 > 2.72 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (492,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,147 423,147 00000000000000000176b5e7c2b2d51308b34dda208df6f2459edbba05ec1b75 1,084 0.75/1.00 vMB 41
423,146 423,146 000000000000000002137c4ab6a210588ea6c6b6952b6f7eecd33e74881cd653 164 0.10/1.00 vMB 53
423,145 423,145 00000000000000000303e2397a1847ddc916877e4dc7b2340071795072f0d837 451 0.35/1.00 vMB 38
423,144 423,144 0000000000000000018bf8f37641a9c07fa87cd53194498b2c55c7b6146ad41a 179 0.37/1.00 vMB 32
423,143 423,143 000000000000000004a5ebd7b9b6ab2b18fc0ba97f6fab23c9a2f9cbc4d13664 1,332 1.00/1.00 vMB 41
423,142 423,142 00000000000000000389671f6cd7b3d5fca73ae9f91e62488530255b1611ec8b 1,917 0.95/1.00 vMB 48
423,141 423,141 00000000000000000000f1d889804727d36b3a5f88d61c53a9aa41ec1719a76e 1,727 1.00/1.00 vMB 81
423,140 423,140 000000000000000003a2054ead870d7f02b00bd47923a166c5030688d696fe01 1,597 1.00/1.00 vMB 56
423,139 423,139 000000000000000002cd9d5003172241294545ae36ceb80e8cff47cc251e33d2 760 1.00/1.00 vMB 24
423,138 423,138 0000000000000000035ef4b0dcd3541efeced2d2ff16fca89ff8b47827631d2d 2,248 1.00/1.00 vMB 57
423,137 423,137 000000000000000000fc8968f99a03206b37e81be7db85658ccd7b6376088271 2,524 0.93/1.00 vMB 84
423,136 423,136 000000000000000004d5627d2a27a3832d6d20c0feedf1114e45ad7e6e3113d4 1,649 1.00/1.00 vMB 40
423,135 423,135 000000000000000001672f6d86394a19fe011760ac8880d513b7393bf5a7f245 1,305 1.00/1.00 vMB 42
423,134 423,134 0000000000000000032a3b3da0afc1a172f3a3b27815961d76f9417b9f85b0a5 2,092 1.00/1.00 vMB 64
423,133 423,133 0000000000000000049874674bc7fa36189e5154145c032f8cf9796415bc54c3 2,026 0.93/1.00 vMB 63
423,132 423,132 0000000000000000016dd671fc896fc2ff4880fef01dce59816fdb882732b5e1 1,967 1.00/1.00 vMB 55
423,131 423,131 000000000000000004bd5fd026702bd5050a91b1957a57c4904632bf8a694418 2,599 1.00/1.00 vMB 82
423,130 423,130 000000000000000004e9799db5cda5f1c8e595579a1e374f20cde0f7d0a20cc7 2,125 1.00/1.00 vMB 67
423,129 423,129 0000000000000000022f531ee871c903e69d671845bfa5cbf3cc045430176364 2,193 1.00/1.00 vMB 69
423,128 423,128 0000000000000000022a3f5067af869e86a5965b7c96c117063b8e933f7c029f 1,273 1.00/1.00 vMB 46
423,127 423,127 000000000000000004aee7fa66bee64066f229fb857185e014b3d9fe9e29c26f 2,837 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.78 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: 709.58 GB
    • Received: 16.92 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.