Loading Tool

Explorer IconExplorer

Memory Pool

84,900 transactions
31.85 vMB
0.16750793 BTC
Random Selection Loading Transactions
Max Size: 189.57/200 MB

Candidate Block

Mining Attempt b894e9743f29e300ed9fd37a91f9a9e6f6621e35f510f3d31b01d1180b66a3d6
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 578b2403f68219c78f6ac4521d15a60629ed0fbeeb1b8cdb5bf20120e406f441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,027
Size: 1.00 vMB
Total Fees: 0.05296769 BTC
Feerates: 402.75 > 5.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (239,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,194 675,194 0000000000000000000b00ff46610ec16141bfef873a738effe3578216a0d3fa 2,803 1.00/1.00 vMB 125
675,193 675,193 00000000000000000000280d281272829e92877a94c16fb25e76979119c4ec50 1,310 1.00/1.00 vMB 102
675,192 675,192 00000000000000000008811e2b1cca0f32d329677b9b99f9a5d82fc6f6992c9d 2,630 1.00/1.00 vMB 108
675,191 675,191 00000000000000000002fd2daaec0c716aa810049cdf63f42a71c7697afc755f 1,258 1.00/1.00 vMB 110
675,190 675,190 000000000000000000082fbfe452e28b540f0d4197348d0d2838de1f4579d716 2,808 1.00/1.00 vMB 108
675,189 675,189 0000000000000000000aebdf8369544537c019224ae5cdd1d99adab59b70bf0d 2,769 1.00/1.00 vMB 128
675,188 675,188 0000000000000000000b859e00a94370ac26d5a61a8d8791fb1ddbc7d6e2908a 2,346 1.00/1.00 vMB 112
675,187 675,187 00000000000000000003758b2c7aebdaae13d402b12d742e3c6a7fb676421c66 2,540 1.00/1.00 vMB 121
675,186 675,186 00000000000000000005fe8375f0cfb4b9c1df04dcbcc69a48e7cf4791b66bfb 2,279 1.00/1.00 vMB 113
675,185 675,185 00000000000000000007354850f2b21ab7c774e00df6f6bcf6af99840ab664ef 2,609 1.00/1.00 vMB 113
675,184 675,184 00000000000000000005f7f273677ec3cd75f5bc6a2dced9659311326fc0b7c3 474 1.00/1.00 vMB 111
675,183 675,183 00000000000000000001a47442eee2c0d001b5f46dfe053ced0e6c5dbea951fa 2,444 1.00/1.00 vMB 125
675,182 675,182 0000000000000000000a9674e6607c21d32ff0b3f05ca9a41afd91feb1388ab3 2,541 1.00/1.00 vMB 116
675,181 675,181 00000000000000000002771bf7f8c8a571b1b214f8d3314ff638af9ded8a228a 2,968 1.00/1.00 vMB 138
675,180 675,180 00000000000000000001c8d237a76c8fb489ea24586195612a84e69ffba37ad8 2,806 1.00/1.00 vMB 137
675,179 675,179 00000000000000000002ed6cc17b93c7e1ca728d9c111e752929ee00e1a9b5ed 1,700 1.00/1.00 vMB 119
675,178 675,178 0000000000000000000950a4d4573e1469d19b762457ad1c8887336858e03d53 2,721 1.00/1.00 vMB 109
675,177 675,177 00000000000000000004a4cc09c480777f59d8e27226825884b63b86839d013f 2,658 1.00/1.00 vMB 129
675,176 675,176 0000000000000000000ca9fed2129d4b85f4db4bd2ebfbe97b8af44b7a62e75a 2,908 1.00/1.00 vMB 127
675,175 675,175 00000000000000000001f74da10c67bc6242fcd098019b6183c2b4a38d8be3b9 3,019 1.00/1.00 vMB 129
675,174 675,174 0000000000000000000a5f6de99be0df01811f648470936f7bee683f51b64f45 2,739 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.