Loading Tool

Explorer IconExplorer

Memory Pool

38,596 transactions
28.41 vMB
0.07034938 BTC
Random Selection Loading Transactions
Max Size: 144.14/200 MB

Candidate Block

Mining Attempt 105b0e18b0018e098d89e6afaf243ae378c22e1b492d3fb2fc8512464810b827
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root ac003f42a4eb4db773e483c7fa8cf36dc7a31e2c864b8e80621256ccbfc56623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,076
Size: 1.00 vMB
Total Fees: 0.01569156 BTC
Feerates: 150.61 > 1.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (283,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,279 631,279 0000000000000000000a1fffbedb2ecbfc3f68d2ed09cf6ac959f6409faf98da 2,978 1.00/1.00 vMB 219
631,278 631,278 0000000000000000000f83adc3696aeca5e5677207b13b68838ae61c978dd9a9 2,712 1.00/1.00 vMB 239
631,277 631,277 00000000000000000011d455896dc0b279be6d9a5b53d208ca634a92d9860d8c 2,380 1.00/1.00 vMB 62
631,276 631,276 000000000000000000108ad2820af9899d48a7b124c70ae3c219a92fd9c9f9be 2,243 1.00/1.00 vMB 109
631,275 631,275 0000000000000000000768bb08089ad052f00c2ef8a861e37be5fbc11bbd22ce 2,370 1.00/1.00 vMB 229
631,274 631,274 000000000000000000029f7cca29f9ecc699a3b7a55a73672cb7d8615a946eae 2,617 1.00/1.00 vMB 148
631,273 631,273 000000000000000000099833704aa6d05759b501066242ae53ff177ee2889fbb 2,906 1.00/1.00 vMB 238
631,272 631,272 000000000000000000012935705c9d9af369c19db0b8a7772f6ff29b8dcf0073 2,364 1.00/1.00 vMB 86
631,271 631,271 000000000000000000121d5eb374679eb60f4af36d6f15095796c54f7b45abb7 1,331 1.00/1.00 vMB 80
631,270 631,270 000000000000000000000b3303869ae841d294fd59984d756898d6dfaa90a320 2,342 1.00/1.00 vMB 170
631,269 631,269 000000000000000000125bcdb2141c408294972338fcdaeb127269ff0ea0527a 2,446 1.00/1.00 vMB 35
631,268 631,268 00000000000000000008cb9dea2e5153a8e297d7e47a451a9028309683aa5378 3,926 1.00/1.00 vMB 52
631,267 631,267 00000000000000000008b9dc26b4f21660bf115b2ce4becb7ca42f2b851084fb 2,812 1.00/1.00 vMB 153
631,266 631,266 00000000000000000003c6ad808d955d10096230fc226587d0dbe3e866f66b0e 1,909 1.00/1.00 vMB 77
631,265 631,265 00000000000000000004ffff4a0b9206f781d31c0860a97063f359c3b3dac663 921 1.00/1.00 vMB 84
631,264 631,264 00000000000000000002709d6e5bc01f58ce7e787ddba2eb7b8ebc6a13a6639e 1,739 1.00/1.00 vMB 74
631,263 631,263 00000000000000000004609f8870f7655a8e02466fc272ebd7bd09b1d407e25c 2,131 1.00/1.00 vMB 62
631,262 631,262 00000000000000000004614fd4a96f71697929f9d3293f52c02ea7f7f1f6645c 2,261 1.00/1.00 vMB 49
631,261 631,261 0000000000000000000ef8eb7e93fa3e24fcc0e59b12696371f52b57e8c593f5 1,769 1.00/1.00 vMB 44
631,260 631,260 0000000000000000000e391418da1803d94d60e6070d67c51f42b04e4c873120 2,256 1.00/1.00 vMB 121
631,259 631,259 0000000000000000000d1072e393d06f02e254c5c472631545e8f89f395e18b8 2,249 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 781.68 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: 628.35 GB
    • Received: 11.79 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.