Loading Tool

Explorer IconExplorer

Memory Pool

78,697 transactions
30.01 vMB
0.11462179 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt 28fd37fef2cad5d0d2f863017f9fdfbc384cee6e4acfc46bfb66a4112fb2cf98
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root e1d498463ec4c1b651bc9f0b2f22e30b1793b746fdc9dd3cebb076cd8ce29367
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,033
Size: 1.00 vMB
Total Fees: 0.02727312 BTC
Feerates: 109.82 > 2.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (728,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
187,019 187,019 000000000000098c425aae8f2fd8f6d4d819e0cf845d14baff5036c6dd87ef48 39 0.02/1.00 vMB 163
187,018 187,018 00000000000008b38dea95830ec489fb30b7270b58ed053d29e2d18656581ad1 143 0.09/1.00 vMB 142
187,017 187,017 0000000000000508d5e9b9939bf4aacad22f9a996d8a58a8452298b6abed8152 11 0.01/1.00 vMB 63
187,016 187,016 000000000000098d82496a21cb1a93fe7b672785abaa88da0c4d0a0dc031a091 169 0.05/1.00 vMB 117
187,015 187,015 0000000000000255d437b54dd658dc9fce7affc1b7d2332ce0ace50fd392521a 111 0.05/1.00 vMB 84
187,014 187,014 0000000000000927f6e03f78da0b2cd4a0226f4d3a7e2ec919b2d893dc1460dc 10 0.00/1.00 vMB 15
187,013 187,013 00000000000000782d7ac1eabb85e45201b5255aee6382ca03ee60449060c2f7 10 0.00/1.00 vMB 89
187,012 187,012 000000000000027603506faa31546d01bf03e0feaab89c9836f77f2b1d1e28e4 82 0.03/1.00 vMB 32
187,011 187,011 00000000000001d2d3fa937473ac630650450a45042936ed4de1810a61a8a004 381 0.16/1.00 vMB 157
187,010 187,010 0000000000000699dddd820d7351593b1af519c0d894759561c16dac75b85618 256 0.11/1.00 vMB 101
187,009 187,009 00000000000003184fda10a08686d03fe6c1a6432147a63f9b8e01f5b23042a7 258 0.14/1.00 vMB 125
187,008 187,008 000000000000066a13e73e12f7e4db05b52a5224f0e80a49a889f7c68f2c6f4a 164 0.05/1.00 vMB 43
187,007 187,007 00000000000008268692020cff5e7d5fa3d4c178d06fca95380007fd8347edbe 61 0.02/1.00 vMB 78
187,006 187,006 00000000000006fc95928d07aedfa839200d25bc7bb542654baec3832dcda82b 10 0.00/1.00 vMB 15
187,005 187,005 00000000000004ec9085299a104cfb4b99de05af5fdddcfbbd4e9211361f20cd 52 0.02/1.00 vMB 128
187,004 187,004 0000000000000274e10b9e51d3696e4c1d35ffd219a2737640e39cb6f1b26e8c 29 0.07/1.00 vMB 57
187,003 187,003 00000000000004452de8d97fec76fb0a4549858046ecd6d99b65646564965a7b 128 0.16/1.00 vMB 59
187,002 187,002 00000000000004010cc10d5ebc16e8c86edd0016b3eabd069601ccb6bc212e85 38 0.02/1.00 vMB 85
187,001 187,001 00000000000001591ab1919c101be910ed4d5c0d62f3cb5ca5d3a1a094b2ee52 69 0.03/1.00 vMB 115
187,000 187,000 000000000000095cc058085cf175b5f61427e0b505ce6444f2abf359f7d5542e 98 0.06/1.00 vMB 121
186,999 186,999 000000000000009727c9560c8e2bda59623d30bc1c44868f0f7c678342d952e2 35 0.01/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.91 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: 714.18 GB
    • Received: 17.52 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.