Loading Tool

Explorer IconExplorer

Memory Pool

81,872 transactions
32.10 vMB
0.12394516 BTC
Random Selection Loading Transactions
Max Size: 190.94/200 MB

Candidate Block

Mining Attempt 93a194023f03abc8726e7194a610c327ddbb2ea1121473176626567b4408b91e
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root eab45fd76140f08d50878d26a7b50546f29c6654f6d22e0c81851811fe8c6891
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,668
Size: 1.00 vMB
Total Fees: 0.03177634 BTC
Feerates: 254.50 > 3.18 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (655,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,987 259,987 0000000000000021f7d94c8a3b3cfdaaeaf28390b4fd6749fbbcdaa8cc7bbf62 38 0.02/1.00 vMB 75
259,986 259,986 000000000000001c1fa39a92837032b5660e9c6c6be278813edaedbe1ebf114e 26 0.01/1.00 vMB 146
259,985 259,985 0000000000000008d1a17c91d87d37718cdf4728cae391a2fe3e6f5152f8c0ff 41 0.03/1.00 vMB 84
259,984 259,984 0000000000000016a8853601f6cdb198faea86cc48656b9bcf6e7d8a6d3c4aa3 108 0.05/1.00 vMB 100
259,983 259,983 000000000000000b1738315e32ce8e54114d6d2e54815986f6811a9a9df7a16d 194 0.07/1.00 vMB 118
259,982 259,982 00000000000000035261d96c92a46697ec79de93d355df476f38edd7c8d21832 100 0.04/1.00 vMB 103
259,981 259,981 000000000000001d70a4684b69458e2b5dc7dda50227f4fe9067359e9dfea71d 39 0.01/1.00 vMB 63
259,980 259,980 000000000000000f324fbb7093fcbec7c92b66c95a57f3b94cd6c4c661a3c0dc 304 0.16/1.00 vMB 81
259,979 259,979 000000000000002092898b3251599fa4a75b4ff1b2eb46c3e33f7489a686fd7b 77 0.04/1.00 vMB 107
259,978 259,978 0000000000000004b68b404bf66c4437a16d011eba1baa77e56932a535ec773c 372 0.15/1.00 vMB 98
259,977 259,977 0000000000000015b04d6ba180a47f4df9085784be01b7c2d59036d163ec9f52 49 0.02/1.00 vMB 86
259,976 259,976 00000000000000068a25b71dc032702b2a6ece8176a6289697f8c53d5aef5105 138 0.07/1.00 vMB 117
259,975 259,975 000000000000001c28d283c242237844c13d43224647acb707f6f8c1471c8a63 26 0.02/1.00 vMB 58
259,974 259,974 00000000000000203a5ef5cd83aef19fd4268058fecab9260e951e9e73fd059c 277 0.12/1.00 vMB 2,418
259,973 259,973 0000000000000020c9672018010aba3d6e8f36afa122a75b6fb176a3cc41e21f 82 0.03/1.00 vMB 69
259,972 259,972 000000000000001cb3075b5d97475c26cb6548aed64003b463b0f16d0de0fde6 361 0.17/1.00 vMB 90
259,971 259,971 00000000000000218bfcc425616a101efd04acf3795fb506928727892c39d391 267 0.09/1.00 vMB 109
259,970 259,970 0000000000000016824ccc6e7fe67c162a8e03b2b0418311caedcfa0c383fa48 43 0.02/1.00 vMB 119
259,969 259,969 0000000000000003b5de720e836e05d21bbfb17a24f974fe4b37feb5b72f1ed8 37 0.03/1.00 vMB 44
259,968 259,968 000000000000001900e7a9cb697caba6bd7d1a44cd9c36a51820f1b3685e9106 17 0.01/1.00 vMB 66
259,967 259,967 000000000000001bcb5423c0d4be44b6ef9b96c5aef01934f5196c39806e5b14 74 0.03/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 783.08 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: 724.06 GB
    • Received: 18.41 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.