Loading Tool

Explorer IconExplorer

Memory Pool

47,487 transactions
22.70 vMB
0.11771638 BTC
Random Selection Loading Transactions
Max Size: 126.93/200 MB

Candidate Block

Mining Attempt f8e847ea2dc97a6b557b3a2b4db67554feff46f6da67e3de6496dcae423671c8
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root 7a54c8ed68e704cb25093ca7e7ce2592d30ba5905b759553687fc3b6d1339972
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,841
Size: 1.00 vMB
Total Fees: 0.04942480 BTC
Feerates: 192.68 > 4.95 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (853,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,648 60,648 0000000005a440c515ec7e4d2ef1596367e4016094255401387002997fe74a27 1 0.00/1.00 vMB 0
60,647 60,647 000000000e7613770bec53849f52eb90f162f27a6e8388e582e63589365007f9 1 0.00/1.00 vMB 0
60,646 60,646 00000000098cd33522d7a063bd00f3ee7aed18adf88baa1303d2962cf4e09662 1 0.00/1.00 vMB 0
60,645 60,645 0000000007bcce2e206a280d22215905644c1aace2175f7557215f896eea5502 1 0.00/1.00 vMB 0
60,644 60,644 000000000e2c881bf29252d77716091181045586d8a63a9a81019c55b6adc9dd 1 0.00/1.00 vMB 0
60,643 60,643 00000000093f04eb7e5053a4f704d881040e7703559da59156495276862aeb22 2 0.00/1.00 vMB 0
60,642 60,642 000000000e2f85376780c8c4cf7d9485436a31d5dca32e86e73cbc6c174737c5 1 0.00/1.00 vMB 0
60,641 60,641 000000000202c99b50703b47381947e4dca38c0c2de4ab9193b4e6911e34e199 1 0.00/1.00 vMB 0
60,640 60,640 000000000505e0797c2f3291ad2213c0d4772bb8f729ccedac1c3bd313c80c52 2 0.00/1.00 vMB 0
60,639 60,639 0000000001c37097159e6d38310d625243304ffff8c341cc95a44c24be77b2eb 3 0.00/1.00 vMB 0
60,638 60,638 00000000023c447d9941179c9f95b1592df12bcd2ff7b572fb9074184f91be81 2 0.00/1.00 vMB 0
60,637 60,637 00000000041992db9454c221cea6e28e93d47c29314632b3feb59b5909cfdb08 2 0.00/1.00 vMB 0
60,636 60,636 00000000066ceccf8fe1cd10af13e4c4e8cbed77c38ea44664ab28ee8fa7e53f 1 0.00/1.00 vMB 0
60,635 60,635 0000000005ffbf3d6d8b8fcb68d2dce5ea878a0072c85ff34447b1835ce3d96f 1 0.00/1.00 vMB 0
60,634 60,634 0000000005fe74a022f65020fd7ec12f7ac68a9e09b8f0a8f45f0aa9f9d8d195 1 0.00/1.00 vMB 0
60,633 60,633 000000000d6abdaee764b2c0fe51097af93c6ccdde249e9499eb1f07a2fcf21c 1 0.00/1.00 vMB 0
60,632 60,632 0000000001e631678ed3d0ae45191b172c4a28ba574926eae43a2f9bf458afd5 1 0.00/1.00 vMB 0
60,631 60,631 000000000580846b237a7df526331870a06dd772c350789fc7d19936b870a71c 1 0.00/1.00 vMB 0
60,630 60,630 000000000889b3aa40fd385ccac625b318d0e8bc6a35c591b0c79cb65d38cd07 1 0.00/1.00 vMB 0
60,629 60,629 000000000d1d498884668b1eb15283ae1c3c1c4b9d6b4c270a8a836b45b357a5 1 0.00/1.00 vMB 0
60,628 60,628 000000000b1e1447025704399f227fb66c31596cbe07b590e7a7d15f7f26fb0e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 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: 557.94 GB
    • Received: 7.09 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.