Loading Tool

Explorer IconExplorer

Memory Pool

38,999 transactions
27.46 vMB
0.06996459 BTC
Random Selection Loading Transactions
Max Size: 139.72/200 MB

Candidate Block

Mining Attempt f2ec5096e51a733f930974f2ab36dc04fcaaa26a5c4d17aad6aae93df7456658
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root c918d55935246abfc9c34d3ad84baf4576462da33543f1b792fd72d4a8d851ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01755568 BTC
Feerates: 179.53 > 1.76 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (347,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
567,612 567,612 000000000000000000102335f99db2ef3189946468a164adcd2cb3690a2c4f38 1,891 1.00/1.00 vMB 3
567,611 567,611 0000000000000000001d59aa5dc69c802358cfc8ae59c0a79abc5b4852f2af18 2,142 1.00/1.00 vMB 15
567,610 567,610 0000000000000000001c6120b07c3fc7d33c904fbe294a20fe9f58d20252a5d6 2,327 1.00/1.00 vMB 15
567,609 567,609 0000000000000000001e4a3268f021f977f892a03d916d53ede62262c13a6759 2,920 1.00/1.00 vMB 12
567,608 567,608 0000000000000000000376bde6aba2f449b9e02cd5cc74c599129a31da7962c8 2,585 1.00/1.00 vMB 37
567,607 567,607 0000000000000000001ce11041a448c232975fe46978129f1abe0b1bb40df1da 2,667 1.00/1.00 vMB 30
567,606 567,606 0000000000000000002981fac4ab73549ffa7ea6b5bcb4735d87bf20bebb3c94 2,045 1.00/1.00 vMB 7
567,605 567,605 0000000000000000001a4d001d3555420b76992354ca77b2ead13389af2bb0f0 2,197 1.00/1.00 vMB 27
567,604 567,604 0000000000000000002171e69e5d542ba9bb917edb2966315cf866e125d2f3dd 1,786 1.00/1.00 vMB 6
567,603 567,603 0000000000000000001d0ae017e146dea33fe7c2da3911dc7d7bb1a472eb5e25 1,844 1.00/1.00 vMB 21
567,602 567,602 0000000000000000002595fdd94952d5b47403f96cc2aedb310cb68fe69f5d33 2,363 1.00/1.00 vMB 23
567,601 567,601 00000000000000000013ec8a89ce4faf160eead53128c61173cbe62fb720bc7e 3,039 1.00/1.00 vMB 34
567,600 567,600 0000000000000000000adcfdf1f8647c31ea7b875470dcbc5ea5f047af10ae57 1,781 1.00/1.00 vMB 26
567,599 567,599 000000000000000000186d9e5244fe7115da684383caef3aee41bde9e6184333 2,725 0.93/1.00 vMB 18
567,598 567,598 0000000000000000002dfa67018a9b0aa67088226d52aa1b6c9aba7c87de0c60 2,433 0.90/1.00 vMB 19
567,597 567,597 000000000000000000254b3d64bbfac3966bcc79cd1e347085ce4d1a9a38cbc1 254 0.09/1.00 vMB 14
567,596 567,596 0000000000000000002c1a048a647d7d24f1a1b45b587000d8f98008482bb029 152 0.06/1.00 vMB 64
567,595 567,595 0000000000000000000c95b7267d645f40ef9d65a48b8b4a5c2570636eb24e17 375 0.19/1.00 vMB 14
567,594 567,594 000000000000000000284bfe6b2ea284a90f16b6d902ada840b1448b1685487b 309 0.11/1.00 vMB 19
567,593 567,593 0000000000000000002b357c7e82a385615b2620b945c7c7861b516c30292788 244 0.07/1.00 vMB 23
567,592 567,592 0000000000000000001051f7bcbc11daa8e6e498eaccdd3f06dfd6b54d4834ce 1,796 0.64/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.76 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: 632.17 GB
    • Received: 12.10 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.