Loading Tool

Explorer IconExplorer

Memory Pool

72,632 transactions
28.03 vMB
0.06608490 BTC
Random Selection Loading Transactions
Max Size: 166.23/200 MB

Candidate Block

Mining Attempt 9c1800b74470fba3ca496bfcb412db2562c6e28042ed36abca1366159dc15508
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 54070be87a7391d70941d8800efdb7f38c1eb2958a63855cd1036e18ef4f99d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,925
Size: 1.00 vMB
Total Fees: 0.00998128 BTC
Feerates: 150.93 > 1.00 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (422,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,328 492,328 000000000000000000b2b6da4e2d8702d6f7d72653f74ed8e1e6feccc6dc10a6 2,350 1.00/1.00 vMB 21
492,327 492,327 0000000000000000000db22744d8f1745961b3e9f94775646f49fb93d35e1b8d 2,682 1.00/1.00 vMB 120
492,326 492,326 000000000000000000b30a0f096f878ab14489f87cd59acb1e34fb597776c766 2,047 1.00/1.00 vMB 125
492,325 492,325 0000000000000000006b41d3c4e157fc10b53260c8365be45f82df5d5c68a3e1 2,356 1.00/1.00 vMB 128
492,324 492,324 0000000000000000006a09a3d81e13d0f3fcc2eab3f3e2359be76e8230fc298f 2,339 1.00/1.00 vMB 60
492,323 492,323 000000000000000000103240b79447684e123110e37fa3fa4adc477ff4bdc0db 2,167 1.00/1.00 vMB 156
492,322 492,322 0000000000000000000a5c8dadcbf9af9a739a7ee6590d47f92b076a6bf7219e 1,629 0.95/1.00 vMB 117
492,321 492,321 0000000000000000002a2a4a7a977e8a9737ef852ad270e6df2b9d889361c587 2,186 1.00/1.00 vMB 235
492,320 492,320 00000000000000000062a866260f63413e0c15220de54149c862821b8f019715 2,394 1.00/1.00 vMB 242
492,319 492,319 000000000000000000b58f9837e47390e0b0aca9b6164189056f7cb7888010c3 2,502 1.00/1.00 vMB 277
492,318 492,318 000000000000000000afa46a7320364f727a363dee74d82a09ad97043943bb88 1,910 0.84/1.00 vMB 88
492,317 492,317 000000000000000000188b37470ae6caabc6a232bfd4b03516fcd3110cd58894 2,252 1.00/1.00 vMB 169
492,316 492,316 0000000000000000008b7b96caaaf6026b00bf0e5baf76286647c94d7ec4636e 1,746 1.00/1.00 vMB 208
492,315 492,315 000000000000000000ac7eab6ee0376f8268a5b231bc7781460641f925331110 2,365 0.89/1.00 vMB 245
492,314 492,314 00000000000000000059a9a655d258f7ec34d219fa62840c3dfccb7f8d6a6bed 2,717 0.94/1.00 vMB 287
492,313 492,313 0000000000000000009343527ae7fbdba02dfed9dfd1a5b4423439b729266f6c 2,631 1.00/1.00 vMB 253
492,312 492,312 00000000000000000051d04a4a129f62975d7e8f9e2d16011b094ff2bda12d11 1,633 0.96/1.00 vMB 221
492,311 492,311 00000000000000000080d52da4f89f3a78a2a6ab2a265dcb9b608a7cfeb149ef 2,227 0.94/1.00 vMB 250
492,310 492,310 000000000000000000b676618afb596a0ec4fcea2c9056105c600d370e85b687 1,745 1.00/1.00 vMB 180
492,309 492,309 00000000000000000023d99a746b323df7b333952758b788313979d8038fc4a8 1,339 0.97/1.00 vMB 218
492,308 492,308 000000000000000000131bb383b307cea9ecd0df379a9ca4cea47e458a5e358c 2,244 1.00/1.00 vMB 262
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.40 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.