Loading Tool

Explorer IconExplorer

Memory Pool

27,937 transactions
27.98 vMB
0.07862949 BTC
Random Selection Loading Transactions
Max Size: 134.23/200 MB

Candidate Block

Mining Attempt 5e27bacc9d4af89d6c957a2ee08cd87d0ba4b63e270451e02f21765d0264cf36
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 8ec5a90e8f78af58653011e5d2591497cbdc43dce02ea31bed01d3d317d02b5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.02507252 BTC
Feerates: 150.73 > 2.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (464,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,468 450,468 0000000000000000015f3c783d83744a75bee2fa83b47b77982daf0deb6945ad 553 1.00/1.00 vMB 95
450,467 450,467 000000000000000000cdad24b419ddf89f65798e09482935a215cd023046d9b4 1,543 1.00/1.00 vMB 116
450,466 450,466 000000000000000000f32661c8a2b0fa02d3aa60f0b25e657492a476038d1f66 2,369 1.00/1.00 vMB 86
450,465 450,465 000000000000000000d0e17ba3f53b88d338055e2a2a19703b8dcb125cce845c 1,047 1.00/1.00 vMB 98
450,464 450,464 0000000000000000029d5a59f033350600b61ae73f7abb0825bf9758910c8dfa 892 1.00/1.00 vMB 112
450,463 450,463 000000000000000001688ffd869cd7160e0a1218949b6cfa6f654be6157f8635 658 1.00/1.00 vMB 98
450,462 450,462 0000000000000000013b2a7fe8c9d81073b563bcf84f3150241848cbbab91f59 2,033 0.99/1.00 vMB 136
450,461 450,461 000000000000000000da43d40ed16fa5cce5d0827ec48b16b4c6e2e9950831bc 2,283 1.00/1.00 vMB 73
450,460 450,460 000000000000000000374dff4fef2f3966ae1870fe8286d57cfb987fdc3297a1 1,143 1.00/1.00 vMB 102
450,459 450,459 000000000000000001f480fc1e6b9403048fbd8965ac1602b9fc69575ec57bc5 1,230 1.00/1.00 vMB 115
450,458 450,458 000000000000000000b4a9bda06d084ce343586cda7f6120ff81bb8a3ba71157 1,792 1.00/1.00 vMB 95
450,457 450,457 000000000000000002a9554ea768a81ebaa4cf0b0855e3d5753b15caf0a6adc4 978 1.00/1.00 vMB 110
450,456 450,456 0000000000000000011c5dbedc3b50f2c023dc61ce2256509cab23cc11fbdcf5 1,130 1.00/1.00 vMB 111
450,455 450,455 000000000000000000947f3f17c9b366ca7201d33e014abcfb564c6728d8cc56 563 0.27/1.00 vMB 125
450,454 450,454 000000000000000001b9e1d594fcdd1f0778acf34b3e3e7e2cb9ea73a112cceb 952 1.00/1.00 vMB 107
450,453 450,453 000000000000000000c6a627a74b18465054b0847a123c72a3bcb719aa663711 1,007 1.00/1.00 vMB 112
450,452 450,452 0000000000000000015a43f592d3c330a5bd9e465e6a6cb5b2fe0b5469cb8a9f 1,828 1.00/1.00 vMB 120
450,451 450,451 00000000000000000165b1666cdcd5ac345398c74d66648a7b2c9efeeedac65f 1,968 1.00/1.00 vMB 78
450,450 450,450 000000000000000000b37df4b886b633a31f1f849ba2691d1caf585c5f20ab2c 1,341 1.00/1.00 vMB 137
450,449 450,449 000000000000000001e898e6c539be3f98fbcf2b627fc75609ea121b12062ad2 1,692 1.00/1.00 vMB 85
450,448 450,448 0000000000000000020b2d409242555502d4289af5e418153338ebc1d8777563 1,981 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 781.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.85 GB
    • Received: 10.75 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.