Loading Tool

Explorer IconExplorer

Memory Pool

60,104 transactions
24.25 vMB
0.17349820 BTC
Random Selection Loading Transactions
Max Size: 140.75/200 MB

Candidate Block

Mining Attempt 032919a0f3a4d0e07cc7cb5d1f9dd824a2b5b86f327230cfba8b316018076095
Version 20000000
Previous Block 00000000000000000001b1c03d1dbbee706dadc0b8d4b17136cd5e823957c970
Merkle Root febec42bb7b82688c3442d17e017887a2a81d3d6ca2d7af1c02cb0e4bd1b151b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,916
Size: 1.00 vMB
Total Fees: 0.09022035 BTC
Feerates: 220.56 > 9.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,921 (289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,632 913,632 00000000000000000001b91c0ef384467c1091a9b2bb6c2b0bb8142febdb33c5 1,956 0.62/1.00 vMB 3
913,631 913,631 000000000000000000005869b6f02e2e1fce11201d782ea6634520bd8fcbaa28 1,148 0.43/1.00 vMB 1
913,630 913,630 000000000000000000009410a49da7d8e0e9a7d81a5874556a98bce4c9dd25f9 4,038 1.00/1.00 vMB 5
913,629 913,629 0000000000000000000008b4f9fc51709a9751dd02004dc2c95f216dd0195c59 2,421 0.64/1.00 vMB 2
913,628 913,628 00000000000000000000a467ad5015fa9fec2a6bd3793c4f43fb0165dceca392 7,091 1.00/1.00 vMB 0
913,627 913,627 00000000000000000000c020b24d15f646e9022e64c6ab19212b760bcd341088 4,489 1.00/1.00 vMB 1
913,626 913,626 00000000000000000001c502407c79329580e06b9e8b8f002d0c95031ee97480 5,919 1.00/1.00 vMB 0
913,625 913,625 00000000000000000001e7c45d4ac10931ac78b8bf7a7faab9fcce3066ef624f 3,669 1.00/1.00 vMB 3
913,624 913,624 000000000000000000015c351a6326ff5f4ed3c94ef9e16345a26a06c2a4d16c 3,352 1.00/1.00 vMB 1
913,623 913,623 000000000000000000000152ef431df255965eaa75faebb743672d88185b6317 3,366 1.00/1.00 vMB 2
913,622 913,622 000000000000000000005951823b1e5620028cff0d13492685dc59b62d0ff5ea 3,542 1.00/1.00 vMB 6
913,621 913,621 000000000000000000018a8003492cbdec5695b2cec8197f7ffb6a62f2878539 6,186 1.00/1.00 vMB 1
913,620 913,620 0000000000000000000207ffcf459eecfaf8824779406c0edceaace30effecb9 270 0.06/1.00 vMB 1
913,619 913,619 00000000000000000000fb1630496c7e34e063b71d939ab902e384e9efb99f59 6,676 1.00/1.00 vMB 0
913,618 913,618 00000000000000000000ad14c729a8d4bbc6396f1f53a1fa854fac9b38dbedb2 6,708 1.00/1.00 vMB 0
913,617 913,617 0000000000000000000115399d8005a98a4507eb861c3153a21740072f0170e6 5,112 1.00/1.00 vMB 0
913,616 913,616 00000000000000000000b9b9e05790eb9491b20ac20d2d605330859680048819 3,834 1.00/1.00 vMB 3
913,615 913,615 000000000000000000019bd8eacb07bf2ff53a28712cce82a4fa3ad7b4389a63 3,249 1.00/1.00 vMB 3
913,614 913,614 000000000000000000019cc34fdb6ed057a81c821edf01a280ed6b61e30e884e 5,261 1.00/1.00 vMB 1
913,613 913,613 00000000000000000000b57e1e50d1f152c56cdec5b71d8faf89d57a79b32778 5,069 1.00/1.00 vMB 4
913,612 913,612 00000000000000000000670a8663c76bbf570ea8793ccbddeabf789645d8bde4 3,573 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 528.56 GB
    • Received: 5.65 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.