Loading Tool

Explorer IconExplorer

Memory Pool

38,464 transactions
31.50 vMB
0.07865216 BTC
Random Selection Loading Transactions
Max Size: 156.35/200 MB

Candidate Block

Mining Attempt 1f970ea2434b9d17f605c420f4166f1cfa6c8b53a0a232f30e097fad891be774
Version 20000000
Previous Block 00000000000000000001038ff6006ec53e65a3cf7a999848f50701fb06387fa4
Merkle Root de40cba4223cc97ee1b8b88f7c1507ddbf8280d3482e1462fbf589165f8ee4e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,201
Size: 1.00 vMB
Total Fees: 0.01487715 BTC
Feerates: 160.84 > 1.49 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,330 (866,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,158 48,158 000000003553ead4804b24a80ec0e50359e9365dbbb7c9411d5aabc457844480 1 0.00/1.00 vMB 0
48,157 48,157 000000002512138c5d96c7634f1400e1f9b859528dc19f8e0855a2e490b0d4fb 1 0.00/1.00 vMB 0
48,156 48,156 0000000007c024f5cc060b8f286784ba212fce6452d056a7791a1680f5c2ee0c 1 0.00/1.00 vMB 0
48,155 48,155 00000000008ea755b695af654171d26c22b6ca6e8dbf8cda6f52fe5c3360950d 1 0.00/1.00 vMB 0
48,154 48,154 0000000024d2a8f26009ea12d387c300e25274acba35de39aacbf3cbe15f2a24 1 0.00/1.00 vMB 0
48,153 48,153 00000000365daf0851101de8edfde2bf40928e2e3026b88e2ba0e8e0d54f52ea 1 0.00/1.00 vMB 0
48,152 48,152 0000000005354e49e0bd0d073b078893424f07bb80d846ab2bc04f346e86cf91 1 0.00/1.00 vMB 0
48,151 48,151 0000000029c7a2859bcf2b35cfc75851967f78d2f3ce0b2de127c30337051a79 1 0.00/1.00 vMB 0
48,150 48,150 0000000007c2f202268a642a0e56ffd9189719c53d80afe165d155890b71c334 1 0.00/1.00 vMB 0
48,149 48,149 000000003034418d1640743bbf81a1f1b778abe9f302c5d813818e5e7aabd683 1 0.00/1.00 vMB 0
48,148 48,148 00000000094c6571789710a7344523843293e84dc8145fe3b37067e202961da0 1 0.00/1.00 vMB 0
48,147 48,147 0000000027c9142b3151aac16ad6c2014f1f15be5da74f132f00d0fe7a6b1216 1 0.00/1.00 vMB 0
48,146 48,146 000000000afaafb088edcae60d2a020d57e447d654304c161e55d18e8e0a581d 1 0.00/1.00 vMB 0
48,145 48,145 0000000004e414152693e11483e1a53e21763c1f357712cc95216acf318ad570 1 0.00/1.00 vMB 0
48,144 48,144 000000002ff1295ae2019b193cd557efbcfc0b3d9bf56dc9bcbb63b82b634446 2 0.00/1.00 vMB 0
48,143 48,143 00000000066a2e39b755f21c1b9a8f3a1862259fd9b6f8dd177ceb874dca0ff4 1 0.00/1.00 vMB 0
48,142 48,142 00000000369438231c342be3d5fb07ce5cca036c38894e2520e345f42a5e77cd 1 0.00/1.00 vMB 0
48,141 48,141 000000000da9b5d29db9a702d822acbcc1bd12f8300770aada37b320e802941e 1 0.00/1.00 vMB 0
48,140 48,140 0000000027a1450f778fb1510fb41102badc1e6fc0d2a94beaba49619d955833 1 0.00/1.00 vMB 0
48,139 48,139 000000000532b7b35b96a0ec058d32e3b19245fc27f1c176515251c28000ec4b 1 0.00/1.00 vMB 0
48,138 48,138 00000000116a7bd189b8a1fe8d89faea60e14195e870e991c3d2d4312e98d4d1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.18 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: 582.91 GB
    • Received: 9.32 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.