Loading Tool

Explorer IconExplorer

Memory Pool

78,906 transactions
29.55 vMB
0.10374019 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt e209946bb249fac2e5ace1b72c884c6316dcb00cb90a3f6205d14e637af4005f
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root d7e56e1b7e60c16e9857497f36252179cb1934163a865ceda46e06b0f000cc22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03879724 BTC
Feerates: 164.34 > 3.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (263,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,342 651,342 000000000000000000029ea8d0e97e6269c724bcadd85fd7d61bd82bc4b68ad6 2,189 1.00/1.00 vMB 16
651,341 651,341 00000000000000000006ef710c2529be0c0afeca165253438376b811feff00d0 2,288 1.00/1.00 vMB 44
651,340 651,340 00000000000000000005761a39f20efe35068837724bb4c0bc2875b66dab399b 2,705 1.00/1.00 vMB 86
651,339 651,339 0000000000000000000cfe7fc0e88fde4a9a98fbaf0462ebebb6f1c3524f0fc4 2,276 1.00/1.00 vMB 41
651,338 651,338 00000000000000000002fb0a2231e3f57989502fe79f534a9580b71ff11403fd 1,660 0.72/1.00 vMB 7
651,337 651,337 000000000000000000059631bfb8869e7a7dae3f93dad9ed62040a7e2ce2bc34 2,065 1.00/1.00 vMB 73
651,336 651,336 0000000000000000000044287026ee4a6513b40f6d4be2fd5f02bc50e13d7b8d 1,005 0.40/1.00 vMB 50
651,335 651,335 0000000000000000000313bb4d6633dcfc381a6f684e39882af8ef460d5cb2f0 1,593 0.76/1.00 vMB 34
651,334 651,334 00000000000000000009a2de6c832036bb5533422e5aa2423544112d581f29e0 1,943 0.84/1.00 vMB 39
651,333 651,333 0000000000000000000dcca297116b46c9a458818eb7dff5172b5f3156bdeac7 1,187 0.51/1.00 vMB 39
651,332 651,332 0000000000000000000e41e2a6f5c619d7cf62095c15b5498f13f9e97c92e829 227 0.08/1.00 vMB 40
651,331 651,331 00000000000000000006907ba15e8b3b7c2f4ca5b8a009f9a63e94fcc81905cd 2,148 0.74/1.00 vMB 51
651,330 651,330 0000000000000000000501898cd4b9fca08a8cd137716411d0c08ade0e84085e 1 0.00/1.00 vMB 0
651,329 651,329 0000000000000000000c0ab926f6a569b4e25889b9f4abab8bff0ae7a4a0e6f4 2,164 0.86/1.00 vMB 33
651,328 651,328 0000000000000000000ae5be9fa1334b4d30b8d2273613ac89308bd0f224d604 2,115 1.00/1.00 vMB 35
651,327 651,327 000000000000000000035cf3d3c2c6705c9001ba2cdf8d6f71f33ddf47724c99 2,345 1.00/1.00 vMB 73
651,326 651,326 0000000000000000000b1e960189233d522a3716f83c6286abe40ad58913cabc 1,946 0.82/1.00 vMB 23
651,325 651,325 00000000000000000003d4b8fec12bd4a994aa8e542f503d30cebfcd40a45f4f 2,127 1.00/1.00 vMB 32
651,324 651,324 000000000000000000080852cf3d6db2d1a5e277874dc08514132ebebdd993c9 2,139 1.00/1.00 vMB 99
651,323 651,323 0000000000000000000a99f5e8176f8b420380e419b396b62cb027196b68c4a6 2,204 1.00/1.00 vMB 10
651,322 651,322 0000000000000000000aee4f82c0630c2800221388c3ed638cdbd8e65f9d9984 2,104 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.