Loading Tool

Explorer IconExplorer

Memory Pool

38,805 transactions
26.55 vMB
0.06418156 BTC
Random Selection Loading Transactions
Max Size: 136.94/200 MB

Candidate Block

Mining Attempt 46eaa250a0c16d1aef3a86c062cb1f2689f0c3159e7cd07d73afbdd8f3bbd675
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root a44ba0aa503576eaf61c3f612fb54dea2d6dccfc4f6cb9d375fa44695ad16108
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,195
Size: 1.00 vMB
Total Fees: 0.01462742 BTC
Feerates: 201.06 > 1.47 > 0.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (630,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,778 283,778 0000000000000000f8ce25b4353baaf956dc499735c1e263914f12b1084594f8 137 0.05/1.00 vMB 54
283,777 283,777 00000000000000019bccd185fd37551c583ea1d8fb12c8c730c6c1ac80433f70 186 0.05/1.00 vMB 99
283,776 283,776 00000000000000002cfec01533917143022965a67f4bd9688835de3a63a62767 151 0.05/1.00 vMB 61
283,775 283,775 0000000000000001b0544cd63cdcfd045514be9de087abbcefe641cf13968439 212 0.09/1.00 vMB 19
283,774 283,774 0000000000000001817f73d70c37c2cc6389ac03c3eab402146e4a4e2c81c231 441 0.33/1.00 vMB 22
283,773 283,773 000000000000000098717615d867cba9b461614244daa341cd988a2475d317ee 189 0.05/1.00 vMB 49
283,772 283,772 000000000000000174c9833a6156d97bf010f39256eee9b4495f72bad4117c58 178 0.05/1.00 vMB 110
283,771 283,771 0000000000000001301770d8ed67f0ed84ee6c074eee658e23092fb646370226 82 0.05/1.00 vMB 53
283,770 283,770 0000000000000001858fd2438e01424dd4bf25bc63d80288a6d584008a52edce 108 0.05/1.00 vMB 33
283,769 283,769 00000000000000000cf10bb4fc482e78a86aabaa5f5caf5a466eb12f3d10a6c1 223 0.10/1.00 vMB 24
283,768 283,768 000000000000000129153303d4a1e87cfb6d1288acfe79d110a607f4440c8a1c 341 0.15/1.00 vMB 47
283,767 283,767 00000000000000000c5303b956b3d2bedf08d2cb073d10769c7e2aed1d900a51 295 0.14/1.00 vMB 32
283,766 283,766 0000000000000000cc260199c3f047d2fcefaf38ab78be85c0c20e1f5534b33a 407 0.23/1.00 vMB 36
283,765 283,765 00000000000000018d4e363f3d10f77540cac963491d7d0ef2156eaafb5576a9 455 0.26/1.00 vMB 41
283,764 283,764 00000000000000013c3a25160221342fe12e1b5a1d5bc044d68739407166bfe9 312 0.15/1.00 vMB 41
283,763 283,763 000000000000000196683af940b3fd143da188f9e75ed10472bdd72c3f85b574 700 0.34/1.00 vMB 40
283,762 283,762 0000000000000000e318524b709f2a5e31ce1a54187f13f68d2d929901f76bd7 168 0.10/1.00 vMB 25
283,761 283,761 0000000000000000cda101ce3f4d52419dfa0707626c565ba0858c6f67433147 526 0.30/1.00 vMB 40
283,760 283,760 00000000000000011cb007708937354c33ec978cfc40b646780262dd14dd2380 294 0.14/1.00 vMB 79
283,759 283,759 000000000000000090fae7716703c4bdf675538f50d4660e1490cd3319facf70 453 0.25/1.00 vMB 36
283,758 283,758 0000000000000001242261603cf60bbf7c3bb1673ba7772387241ab44ab41f89 51 0.03/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.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: 636.92 GB
    • Received: 12.39 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.