Loading Tool

Explorer IconExplorer

Memory Pool

79,587 transactions
29.59 vMB
0.08695213 BTC
Random Selection Loading Transactions
Max Size: 178.84/200 MB

Candidate Block

Mining Attempt c0ea14ab11acbbe01e6a18a6748e91d09f219a3e63794bf42b6fad2602d8696d
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root ecb7f9875a688f8ded29b9bfa5980dedd49405979d77a221ca99e96e4910a8f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,749
Size: 1.00 vMB
Total Fees: 0.02434555 BTC
Feerates: 100.11 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (506,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,369 408,369 000000000000000004946b5c09f3683377a9399a7c45603ee5c3c5c4f6e3c7bb 1,268 0.62/1.00 vMB 35
408,368 408,368 000000000000000000441149f7a2134837111debd70cfdf4467d718feb8ed5d3 1,787 0.99/1.00 vMB 31
408,367 408,367 000000000000000005f443b7699ee611124c417000b55f81fbd38e9aa6117184 144 0.12/1.00 vMB 16
408,366 408,366 000000000000000004852d4fb8ad81b5972b40e0f2a3ad1fecf45723366de71a 2,293 1.00/1.00 vMB 38
408,365 408,365 000000000000000004786dae37ca6f2ceff14b678ba604a32b3ab6f55abf018f 1,047 0.68/1.00 vMB 27
408,364 408,364 00000000000000000175fa066ee1388ee273a577fdc2423f55710019ffdaa5d2 71 0.04/1.00 vMB 35
408,363 408,363 000000000000000002bacf01199682a2245a961598a65b7b3be5ab2d1b8dea8f 1,564 0.70/1.00 vMB 39
408,362 408,362 00000000000000000421a879f22f47c5f486f6ce33ad50956f4e0b10fe70ee70 353 1.00/1.00 vMB 5
408,361 408,361 00000000000000000088d8af67de671c1b7334380eb29f56d8e9f53ba603b67e 429 0.34/1.00 vMB 38
408,360 408,360 000000000000000001e4c596c08cdf393727fe9df5be53f3ad30baa86110f721 384 0.99/1.00 vMB 13
408,359 408,359 000000000000000003edfc3fce09f335fa1b2efba22d4c49ee7972bac4df7be8 809 0.76/1.00 vMB 19
408,358 408,358 0000000000000000017b289c636ce1b27b3b0945310b9f5d28ed277ea8dc5cfe 3,009 1.00/1.00 vMB 54
408,357 408,357 00000000000000000221c25791d830590506dca117af444710ebbd78e8f6dc8b 188 0.08/1.00 vMB 36
408,356 408,356 000000000000000001af95f4b145151d86fdc98206dea39c98a2e3311a1ac3b4 843 0.49/1.00 vMB 33
408,355 408,355 000000000000000000985387866d0dd63a5c961e2997490e8d17cb669efbd430 1,690 0.69/1.00 vMB 39
408,354 408,354 000000000000000005ba780acd1008e0650301db125ce2a66ca2019162fd990b 1,110 1.00/1.00 vMB 23
408,353 408,353 0000000000000000003b1b827899f48bdccecc4e98b2c4bb3e8fc3bf9ce63fc0 2,059 1.00/1.00 vMB 42
408,352 408,352 00000000000000000587972fbbe450cf23e5a4be50b79bd3a3ae62ba9efd2d30 3,267 1.00/1.00 vMB 57
408,351 408,351 0000000000000000031f2cd2eeaaad4acdf4d2730b65d1116a4b0fe1e8b55a6f 1,625 0.82/1.00 vMB 36
408,350 408,350 000000000000000004fa7ca99c0f05dfb0f8784e20a9aa413d6670ca7c82be2f 972 0.54/1.00 vMB 39
408,349 408,349 0000000000000000030a3de31a9135a88a463d87e16c24413920226d1f10d82c 1,053 0.79/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.