Loading Tool

Explorer IconExplorer

Memory Pool

82,245 transactions
31.12 vMB
0.12144455 BTC
Random Selection Loading Transactions
Max Size: 188.84/200 MB

Candidate Block

Mining Attempt 040a17a04c477e1e1a8232ff03f1560ab3c9336b1335fa97b8850d2393da730d
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root fe1d2d3faffff30f907527a70006a49fe07b28f4c7338e3958dab5112a7db8c5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,195
Size: 1.00 vMB
Total Fees: 0.04183706 BTC
Feerates: 318.30 > 4.19 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (434,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,182 481,182 000000000000000000eb146a939c30dc7c31645ee1aa3c91836a136e2036eb40 1,920 1.00/1.00 vMB 220
481,181 481,181 000000000000000000bc2d886769aacb1f37ed00b99b1408ae93c83fdf87b0ca 2,137 1.00/1.00 vMB 303
481,180 481,180 00000000000000000031bffba3fb80b0e626bb0eec85cde35d9055043c8f20aa 1,077 1.00/1.00 vMB 171
481,179 481,179 000000000000000000972190f34a25bad47d4c8b6eb232704634bb5719fbeece 2,074 1.00/1.00 vMB 264
481,178 481,178 00000000000000000001052e7b8f7929740f9e813947a9913fc0a528d366229c 1,550 1.00/1.00 vMB 284
481,177 481,177 0000000000000000000349c2f1f7a8f0e5670789a91da5b5d754b6a45fedbb66 1,423 1.00/1.00 vMB 209
481,176 481,176 0000000000000000007e8491215f981c54a3d2defbeda8a07d6d382f80521251 2,420 1.00/1.00 vMB 286
481,175 481,175 000000000000000000891b19cc5db97d2768b1eaec4347aa4223ff1a0aea5b4a 1,185 1.00/1.00 vMB 217
481,174 481,174 00000000000000000066d1f699334d2fc01e4a9692b6450fc8cfce9fa461573d 270 1.00/1.00 vMB 42
481,173 481,173 000000000000000000a7d86b0eb8228da3bebc0cd06523507ace3ed0a5944c94 1,779 1.00/1.00 vMB 90
481,172 481,172 0000000000000000004913b6798cb075b3adec44f80e808f2a2f55e29746269e 1,502 1.00/1.00 vMB 117
481,171 481,171 00000000000000000092efeab34eb82bb3040377280dcf050cea0925dd688a61 1,557 1.00/1.00 vMB 79
481,170 481,170 0000000000000000011385c5900b078d166a617864265f3dd7b8ac753c8a5697 1,650 1.00/1.00 vMB 167
481,169 481,169 00000000000000000109979cb5ab5f73936540ac705167e3915b153d22fe67a5 1,638 1.00/1.00 vMB 99
481,168 481,168 0000000000000000003783ddf4e2fa8b7c0b319e7096bbdc3fc7f51a23f510f1 2,132 1.00/1.00 vMB 215
481,167 481,167 000000000000000000fa8d5136b4960b7b7a9e3486fd92883dacaeb322f631a9 2,315 1.00/1.00 vMB 311
481,166 481,166 0000000000000000002fdea0d2fdc2c04437987b5859b77f1682020d5ee4cfdd 1,969 1.00/1.00 vMB 118
481,165 481,165 0000000000000000007b03e71ae555c44e0c4e9614970c8d1dd9fe671256d8f4 1,647 1.00/1.00 vMB 175
481,164 481,164 00000000000000000110ca029553bf0293be5f5fa196c4712927ae324c4c3605 2,143 1.00/1.00 vMB 328
481,163 481,163 00000000000000000059204e0ef5b32c706b4f9a60655a1c2dca97b57c90fd08 2,039 1.00/1.00 vMB 273
481,162 481,162 0000000000000000004c837e94d2644de29f5d2b221b641cb7ec1edf97e3d90b 1,805 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 783.08 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: 722.01 GB
    • Received: 18.39 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.