Loading Tool

Explorer IconExplorer

Memory Pool

79,572 transactions
29.94 vMB
0.07123377 BTC
Random Selection Loading Transactions
Max Size: 183.41/200 MB

Candidate Block

Mining Attempt 17caf4d6ee8699bb1a9b110f1689c4cfa33c29f58c1a6ffbac5e5b0a7d78de85
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root eb44e0d65850ef72b0c5d3d6b527ded050f6910a9b9ea32210a473812ab2e7e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,960
Size: 1.00 vMB
Total Fees: 0.00479068 BTC
Feerates: 40.20 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (450,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,326 465,326 000000000000000000d43dd632c57fdad0289048129b198963d556dd09952916 2,387 1.00/1.00 vMB 209
465,325 465,325 0000000000000000013ec0648206ce40fa4f3fca4a4b4107e4f9d8ec0829850b 1,913 1.00/1.00 vMB 365
465,324 465,324 000000000000000000b9348b5c08df027a93e4a3ec26e562e6f23137f87911e1 1,966 1.00/1.00 vMB 262
465,323 465,323 000000000000000000dac261e373358c36b1a17429da70cf11142c440be65f95 2,331 1.00/1.00 vMB 217
465,322 465,322 0000000000000000014f882b82b779f07ee79a6b27e76acb9bf00fd53322952c 1,950 1.00/1.00 vMB 184
465,321 465,321 0000000000000000005d8827700258e29d6523b8ae29e088fde47613c39d6925 2,665 1.00/1.00 vMB 172
465,320 465,320 0000000000000000011dfaa5f1c6803f158e4b5a488c296e923cb729ba2ca673 2,472 1.00/1.00 vMB 264
465,319 465,319 000000000000000000fb2601547dc10b36b09db4b4ed85d7e8920ae10ec8a3f3 2,548 1.00/1.00 vMB 162
465,318 465,318 000000000000000001c111c1153b7110d98484361b644e2100079bfed5c5eb1c 2,267 0.99/1.00 vMB 198
465,317 465,317 0000000000000000002ab5f111c80671d339f95a4c6cabd9d2e95170446fc8e4 2,655 1.00/1.00 vMB 248
465,316 465,316 000000000000000000b3a611045a0fd5aa81371d77f7159597fd49838b9f1603 2,371 1.00/1.00 vMB 208
465,315 465,315 0000000000000000010ca7066af79a1f555a0a5c84d02a140501216a9a759411 2,916 1.00/1.00 vMB 269
465,314 465,314 000000000000000002062e599dce2a598c9dd00e669afc220100c20db454d4b3 2,804 1.00/1.00 vMB 288
465,313 465,313 0000000000000000014cc1907159ac84d94f7a844e4116a120d89fa984f7f6d4 2,534 1.00/1.00 vMB 240
465,312 465,312 000000000000000000bdeb70bb7c9469fe997ddccee7f8ebe5d8118275120f7a 2,364 0.93/1.00 vMB 194
465,311 465,311 000000000000000001f8f1b7f39f6179b724a2af3d614bf47f683e722ec549f2 2,437 1.00/1.00 vMB 199
465,310 465,310 000000000000000001eb772092ff3d546608181e60d8f20853245b6286fe4121 2,513 1.00/1.00 vMB 195
465,309 465,309 000000000000000000b40b5da384bd80c8d027c6161e3f35384a7ce95300f5d6 2,929 1.00/1.00 vMB 323
465,308 465,308 000000000000000001fe8bd9cc962eb4fa1b8daa6cf08a4e223f81874c6f278c 1,240 1.00/1.00 vMB 215
465,307 465,307 000000000000000000d0f94566697715ab2e29fda915e3f38918d45a5de8fb11 2,730 1.00/1.00 vMB 220
465,306 465,306 00000000000000000125f00019e1d3550c1d75bff10198c00e34df021da9d5bf 2,224 0.75/1.00 vMB 304
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.