Loading Tool

Explorer IconExplorer

Memory Pool

46,214 transactions
28.17 vMB
0.07481089 BTC
Random Selection Loading Transactions
Max Size: 149.13/200 MB

Candidate Block

Mining Attempt 319efc0fd6f01f4f67b3ffda9b5e6e1ed88bfda8d1659d4a89af480c0b767f28
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (502,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,344 412,344 0000000000000000002fcde77ec78db32f26f68cbf8286aa75da1cb4ab30e85b 851 0.92/1.00 vMB 21
412,343 412,343 0000000000000000057118a582c0f3acc797d9c9f7417699efba191b710c4cc0 1,744 1.00/1.00 vMB 48
412,342 412,342 000000000000000005782c6175f6dfc3023baa94c6702c085a116d7b97d4db2f 1,305 1.00/1.00 vMB 31
412,341 412,341 000000000000000001a3114d50259b69ab089894eafbf2338e0ce420d4561b9c 813 1.00/1.00 vMB 25
412,340 412,340 00000000000000000017aea4559086a0c7f0dc2f56e4746e25ae85fb6d63990a 383 1.00/1.00 vMB 18
412,339 412,339 00000000000000000064b2d666ffa9dd9d59dcbd820eb2f84c4f9989bb78a985 2,365 1.00/1.00 vMB 54
412,338 412,338 0000000000000000056164b58f9fb064a1e755b04a588f9e402333710b1fff36 1,635 1.00/1.00 vMB 33
412,337 412,337 000000000000000001ba54e1234395019a98eaf3e72a3b0e86c8d654130f4617 1,829 0.93/1.00 vMB 35
412,336 412,336 000000000000000000b6c0f4df3f3ecd5209dca515b8b37135ccee88bd543631 2,142 1.00/1.00 vMB 44
412,335 412,335 000000000000000000e6daacb340abb59b4de1d7a89e5af658b412244d9b4520 2,537 1.00/1.00 vMB 69
412,334 412,334 000000000000000003f8a2a8f1ffc66a8041855820209f95f98017354d3e0d5f 1,764 1.00/1.00 vMB 27
412,333 412,333 00000000000000000023f7e127b92a945068565ffac6de6debce27304e975cb1 2,575 1.00/1.00 vMB 34
412,332 412,332 000000000000000002fbe30e56295ae36a6aa276e6cca68e3aad0994ac95ce04 1,962 1.00/1.00 vMB 34
412,331 412,331 000000000000000003d1b526d2c1a292e1a7ff844a7ff658f22ad52eb659e4d1 1,853 1.00/1.00 vMB 37
412,330 412,330 0000000000000000009ee26d1b0f1d8aa327e55269436420738ec58823c83ddd 2,486 1.00/1.00 vMB 51
412,329 412,329 0000000000000000013c8d89f54cc8e08dcafa1e5b44bcd58adca36365f17130 2,785 1.00/1.00 vMB 70
412,328 412,328 000000000000000003c3b93ea7fe08b327fb515b3d544e80e40b44fffab76130 2,581 1.00/1.00 vMB 84
412,327 412,327 00000000000000000057b464844178ad41429fb9739b45a32d91adb9cc8c5b21 2,103 1.00/1.00 vMB 49
412,326 412,326 000000000000000003a8fc4b9789cb9c99b52641f45fc4e6a172b84784f4b8f0 2,985 1.00/1.00 vMB 78
412,325 412,325 000000000000000005838f0ffa14d2c8afe254586f520b0d8c77d551c5ede065 1,726 1.00/1.00 vMB 42
412,324 412,324 000000000000000003e25da89338846255c1046686e00c20b7ba24e11adcb728 2,682 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.