Loading Tool

Explorer IconExplorer

Memory Pool

74,055 transactions
27.33 vMB
0.06489020 BTC
Random Selection Loading Transactions
Max Size: 166.93/200 MB

Candidate Block

Mining Attempt cd3f04ce80a0b9ae676030fafc45fe1249517abbe868a64ffd4af4c109a16b47
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root f859b9b0a6a54c99e3b68085d52fe7af3a3d18acef30d17c965168b19be6e354
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.00684129 BTC
Feerates: 100.53 > 0.69 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (408,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,511 506,511 00000000000000000037eac809da6abe33318b04ae9c49979ebfae195cc798a5 1,861 1.00/1.00 vMB 177
506,510 506,510 0000000000000000006542f607e8bf93b9d14c9cc714090625c4894b1d13f6af 1,949 1.00/1.00 vMB 12
506,509 506,509 0000000000000000004d959616e57fea4162a0b361434e701b56e837640bdd43 2,025 1.00/1.00 vMB 51
506,508 506,508 00000000000000000061fd4d9694f1fe731a29fa439dbf81186747a31444b02c 2,138 1.00/1.00 vMB 112
506,507 506,507 0000000000000000001ba4b03115374c952c714c78cdccd7336eabafeff3d02c 2,024 1.00/1.00 vMB 190
506,506 506,506 00000000000000000054bc6c1a264906daafa5207a9eab804b3d9842852cf8fc 2,078 1.00/1.00 vMB 84
506,505 506,505 000000000000000000517b6f720f9080b45f0bc81d56575bc39792fdaa38a2ef 1,986 1.00/1.00 vMB 210
506,504 506,504 00000000000000000030ec426529b2d2b049fdd406d535f01ca50583b4f534da 1,711 1.00/1.00 vMB 199
506,503 506,503 000000000000000000653184035ddc5c1c771ecbe4f6d4a622a4163a41f9dda4 1,878 1.00/1.00 vMB 153
506,502 506,502 000000000000000000437a161a558062041881d825082d8eaa79888eed1511db 1,917 1.00/1.00 vMB 185
506,501 506,501 000000000000000000531180cd506a2923021945f0a6303bb01d02f8043a8b47 2,049 1.00/1.00 vMB 159
506,500 506,500 00000000000000000000b2368e32c4b734314ed7c1164edc84f98d19d74a1acb 1,745 1.00/1.00 vMB 126
506,499 506,499 0000000000000000000c997738abb9ed6c96389dab251542fdcd54dc5c91ad3d 828 1.00/1.00 vMB 112
506,498 506,498 00000000000000000066e574bf2ab9afac3c0b125dbd0cf527a7f769750ff1eb 1,656 1.00/1.00 vMB 196
506,497 506,497 0000000000000000006b4731cc0bfbb551f86d73818bc5f08548e9dfd527d18e 1,230 1.00/1.00 vMB 177
506,496 506,496 0000000000000000003b6f00c3e5262d59cdef21ef6c2d422d0cfbba259095a3 2,195 1.00/1.00 vMB 188
506,495 506,495 000000000000000000288e63f65f4d97ef52b14c30e4d22b26dd700743bd30f4 1,619 1.00/1.00 vMB 84
506,494 506,494 0000000000000000004341ccb4ad91a67254ed2ed91a58723f1ac517e1df2548 2,007 1.00/1.00 vMB 83
506,493 506,493 0000000000000000005a3a49a6e94bb9c3b0368046d33bf49848166857167bc5 1,947 1.00/1.00 vMB 225
506,492 506,492 00000000000000000066db277b5e2ae3eeea7c108c52dd17e96ee6a757f3d4a7 584 1.00/1.00 vMB 62
506,491 506,491 00000000000000000061bd3ef5fb8b0fc45bd66ed3681b74d8b4d4a041307395 408 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.