Loading Tool

Explorer IconExplorer

Memory Pool

82,951 transactions
31.98 vMB
0.11613078 BTC
Random Selection Loading Transactions
Max Size: 191.77/200 MB

Candidate Block

Mining Attempt fa352e4989cbf8791ebd7d59fd51701475442d2ec14224e79889ef97a0b657eb
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root efdbcc8b42df72cd597a7fae63af5791c9197bb92ccca2254b55ba8970f52e00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.02841490 BTC
Feerates: 100.36 > 2.85 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (751,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,340 164,340 00000000000009609475200710a5dc8385a76dd2e9d2c5b4b5c37e8c385dbb24 12 0.01/1.00 vMB 7
164,339 164,339 0000000000000b66ac04ee3af816ac46576441a2be50ccf7180e80cdc6daaf4e 82 0.05/1.00 vMB 125
164,338 164,338 000000000000016703dcafe9d4a8517640b11a2ed41eee72656a052e8e90fe0a 15 0.01/1.00 vMB 8
164,337 164,337 0000000000000235eaedae007aa2c7c0e2a254d8ce36553719d80f470d5acb80 84 0.03/1.00 vMB 47
164,336 164,336 00000000000004dec6186d0ddae4bd54a5c9a8fe827e01289266e5e322069148 52 0.03/1.00 vMB 41
164,335 164,335 000000000000040d579aef6bec6ba449de04fba1275a7b044ab6799f9fe0facc 32 0.05/1.00 vMB 61
164,334 164,334 0000000000000401a5c939bbf679a4d6879cd695f89580089592deea0ff1b67d 41 0.02/1.00 vMB 91
164,333 164,333 0000000000000b2f203f35b3a50cb30e9ab776973a91dbf678aceae139c31e73 38 0.03/1.00 vMB 1,056
164,332 164,332 000000000000000550628db3d1c27cccaf823abf8195c79c953254adef7a129b 80 0.03/1.00 vMB 118
164,331 164,331 000000000000031ba2a5f4ba0e4adc994b5b52474030bd7155838143737cb2ce 65 0.03/1.00 vMB 1,176
164,330 164,330 0000000000000c29172763761ebe825bf6b30940f10d36224163b6b15dde3953 34 0.02/1.00 vMB 74
164,329 164,329 00000000000007b6bda929ff23fd5146f08f890c94079e9d860b8a78224bedfe 59 0.02/1.00 vMB 5
164,328 164,328 0000000000000bd049b1bc5c9d6ebab136eb9b46dcdf4471cd28b4bc18e4ff46 20 0.01/1.00 vMB 283
164,327 164,327 00000000000006f50e589f3e034681d6c8e185083608f2c9a51085fc689fa2f8 11 0.00/1.00 vMB 344
164,326 164,326 0000000000000294156fc68fe1cc8bc3c7c3cd5adee6dfe7ca52cc250f48f984 81 0.03/1.00 vMB 172
164,325 164,325 0000000000000b3acb217cb1f41d81e7b57103ccbbaa1e4ae45e5ef53b1ccff7 16 0.01/1.00 vMB 32
164,324 164,324 00000000000004fba838feb2a9c4363b8c76d1fe8af2ce477b5620a633f90d97 29 0.01/1.00 vMB 95
164,323 164,323 00000000000004339c084a6edf82b5cef9eaec8bfc1b0424d3e1aa12b4163191 54 0.02/1.00 vMB 172
164,322 164,322 000000000000091d17f8747ded57bcbfc5828ed7891e705ae02483e01dd610f5 27 0.01/1.00 vMB 1,826
164,321 164,321 00000000000001064d1a9cd41c2e5ccb8449a3a66f079959d2266f26a9028f6d 152 0.05/1.00 vMB 108
164,320 164,320 0000000000000b4cb3f62cd8eeea83474f62b1c2c506b75cf88216cc504c2e9f 94 0.04/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.04 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: 720.43 GB
    • Received: 18.16 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.