Loading Tool

Explorer IconExplorer

Memory Pool

41,145 transactions
27.39 vMB
0.06596609 BTC
Random Selection Loading Transactions
Max Size: 141.57/200 MB

Candidate Block

Mining Attempt 865b7ad7f63cb892c0d2585d52103665e44b62e215de477fed3d1ea673adbb55
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root eea444d6b520e5ae0f0380eebf6bf9d4f2672c3b190f21cbd94cd114025f978f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,725
Size: 1.00 vMB
Total Fees: 0.01343119 BTC
Feerates: 100.53 > 1.35 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (287,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
627,052 627,052 0000000000000000000a1a8c3d1fa1ca5ab086b6115a840a87efa3d979810098 2,723 1.00/1.00 vMB 15
627,051 627,051 00000000000000000011862ae91cbee2e97edefbeeca63030517efbe4a7f2bf9 2,522 1.00/1.00 vMB 24
627,050 627,050 0000000000000000000c8ec9dce20f1e51a55aa4164aa713f64d69b5d1e6ab70 2,891 1.00/1.00 vMB 33
627,049 627,049 0000000000000000000dd6178e5b92e827d8dbac466ddc77c728fe942c5dc6a5 2,969 1.00/1.00 vMB 17
627,048 627,048 00000000000000000001897fdc48236064326ed7de9126f2a9ce06f35754e483 2,782 1.00/1.00 vMB 19
627,047 627,047 0000000000000000000652f0847c74665fd72abae917de6dac9f73b61d001ee2 2,504 1.00/1.00 vMB 27
627,046 627,046 000000000000000000070dca30922ac8135bfb2727b89616bd1be1c2e2735640 2,537 1.00/1.00 vMB 19
627,045 627,045 000000000000000000097e02a5f203b9c78e6f9442b8ab20a54d07fc7ad2fb42 2,857 1.00/1.00 vMB 35
627,044 627,044 000000000000000000041eb72da8f7673c73b0fbfd211c775d4b824eda06a353 2,994 1.00/1.00 vMB 19
627,043 627,043 000000000000000000028442d77c56aa706bf4ff2b260271324706d20e796193 2,805 1.00/1.00 vMB 25
627,042 627,042 0000000000000000000b631e838e553828bdae894d7aa9785af32484467e7d54 2,849 1.00/1.00 vMB 17
627,041 627,041 0000000000000000000095af0ca6438c36bdab92a9c062f9b368c0f542a0800a 2,730 1.00/1.00 vMB 22
627,040 627,040 0000000000000000000b799019474dc2812ad0cf3556af2468b8a9b164d0c0a6 2,148 1.00/1.00 vMB 11
627,039 627,039 000000000000000000109d5511f814aea9193907f544ffcd0dc36a67c99d98bb 2,920 1.00/1.00 vMB 27
627,038 627,038 0000000000000000001119a5f7a7cbba144bcc59a3e94644cf3f8a8d3377aa0c 2,778 1.00/1.00 vMB 18
627,037 627,037 000000000000000000098ea610264fc19383e1a15ef3ad08ee8bba9ac83762ea 2,672 1.00/1.00 vMB 18
627,036 627,036 000000000000000000059c4a6346a5b709c9ac0352ba49b1febcf69b6de100da 2,558 1.00/1.00 vMB 34
627,035 627,035 0000000000000000000e5fe82af0313733f2bb095f332e509fdd3045a831f1ca 140 0.04/1.00 vMB 15
627,034 627,034 00000000000000000005b5c4608b31434eb70d1d58908640b3abb865a2afca92 1,860 0.69/1.00 vMB 15
627,033 627,033 00000000000000000008935c1e6d92bb4bdd34a514408b20d8cdd82b883162ac 2,445 1.00/1.00 vMB 18
627,032 627,032 00000000000000000001a7083a8fe93af3adf2e4192455f3417bc25c22f28773 2,700 0.98/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.22 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.