Loading Tool

Explorer IconExplorer

Memory Pool

79,205 transactions
30.08 vMB
0.12514235 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 3aaeaf9325e0c6e96865c701182e5c4460875a8befd2d11bb4259decd77e7b4a
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 4bfc8f2dbe0127e3f1cf2b20ca84cec2090c96e30f83a2a96354e396a4c96a58
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03886689 BTC
Feerates: 673.02 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (122,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,002 793,002 00000000000000000000585a7808ed95ebd6b55d9a0fef93568480ecc0b3435f 4,012 1.00/1.00 vMB 56
793,001 793,001 000000000000000000056281bbefe13f74d3552aed2a05b0bcc9e2c78422bfa0 3,650 1.00/1.00 vMB 65
793,000 793,000 0000000000000000000210268788e1bb7c1d73eff1878d5108d2a437e86898c0 2,823 1.00/1.00 vMB 79
792,999 792,999 000000000000000000056159bb0db1390851815c5050f78901000e41ddb35448 3,440 1.00/1.00 vMB 77
792,998 792,998 000000000000000000035f55483cb149607a4326db16a36477e00159bc341f7f 3,476 1.00/1.00 vMB 69
792,997 792,997 000000000000000000000215b4b1fc4d0a240f58c466b805a98592c1ff8832ed 3,058 1.00/1.00 vMB 84
792,996 792,996 000000000000000000038ee6e5d387e9aa349da2befb0136c1e96f23192b3ab8 1,573 1.00/1.00 vMB 64
792,995 792,995 000000000000000000032a40fb88ad00c55dc7a0221160f2ab6b4cfc7d8361e1 3,398 1.00/1.00 vMB 73
792,994 792,994 000000000000000000018f23c6a64fd3f0f31d558a3811cf0c288ee426fa3a28 3,031 1.00/1.00 vMB 94
792,993 792,993 000000000000000000034f66734937b9bcdcd5ca460f90e7f85485ec137079f5 3,467 1.00/1.00 vMB 80
792,992 792,992 00000000000000000003218bd5acef236ff913bbe21092c621aff3a3d5b80ff5 3,240 1.00/1.00 vMB 71
792,991 792,991 000000000000000000034785368fdb54a7f3c033ce9c8b2ef51461d2385352e2 3,165 1.00/1.00 vMB 84
792,990 792,990 00000000000000000001169b97ea06896d974f600f10c05d844fa32fc749061f 2,980 1.00/1.00 vMB 60
792,989 792,989 0000000000000000000401504be2c96126fa8e50d5bcb08f06fd9c2149ef140e 3,099 1.00/1.00 vMB 73
792,988 792,988 00000000000000000002673d7a6f22239d8983a3b5d946cb10aac4ef0e042709 3,165 1.00/1.00 vMB 72
792,987 792,987 00000000000000000004f667ae2e4e463ff687fd179de882abdf02e4b2b3a3b8 3,996 1.00/1.00 vMB 48
792,986 792,986 00000000000000000000a805b2eb63f1a5ba2257e94f64d92606516c31ee90dd 4,330 1.00/1.00 vMB 55
792,985 792,985 0000000000000000000503440ab3f00d96afe29f9132800fa04d0ed607251f61 3,010 1.00/1.00 vMB 53
792,984 792,984 00000000000000000003cff9d64249ed39765d7efccf1f73cbc0c72413b61a96 4,135 1.00/1.00 vMB 58
792,983 792,983 000000000000000000018167ace74bf1047a5e4ac0a7ee82110b92ae44c8f1f1 2,479 1.00/1.00 vMB 63
792,982 792,982 00000000000000000004e7273118f75ba35e015e3d69b12a0f214c43062e544e 4,515 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.