Loading Tool

Explorer IconExplorer

Memory Pool

43,848 transactions
28.13 vMB
0.08394922 BTC
Random Selection Loading Transactions
Max Size: 145.98/200 MB

Candidate Block

Mining Attempt 92d5096d7e09c416c756d6e97d6dc97b94a966131124a4bcacf76316aae2f11d
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 7bed97b5dd126dd7f48ae8bfdc7511b83f8db9cf25b7d6bbca16aeafeaf6ed3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 1.00 vMB
Total Fees: 0.02426080 BTC
Feerates: 162.68 > 2.43 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (738,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,600 176,600 0000000000000165e01f941536daec165fd33e5694a1011abc7b7bc2150df3af 36 0.02/1.00 vMB 259
176,599 176,599 0000000000000710f90e93a936ea1d743db16719128748d38912ea8b92515630 19 0.00/1.00 vMB 235
176,598 176,598 0000000000000a30468da8c6494b9f2f20a92ce9b5410568fdfe14f590aaa0eb 38 0.03/1.00 vMB 212
176,597 176,597 00000000000004f1b3e66f379da8ac8a4f3ae1dd497abc4347a3aa0a45cb3008 52 0.02/1.00 vMB 122
176,596 176,596 000000000000043c13312b31d82879e16f9e17ce46ca6de7696d169dad88ae7d 22 0.01/1.00 vMB 73
176,595 176,595 000000000000041d6a29dbdbd3934a1fb4ddd81f3dd9a222f86d7bae1a852c55 15 0.01/1.00 vMB 184
176,594 176,594 000000000000079c1ff5c8633e35f88f59448f2097c9191f20cd6fd534f6009f 13 0.01/1.00 vMB 118
176,593 176,593 0000000000000a3795241f8aa36ec12e32fbc8b2cb66cc12df6eafa2034248ba 1 0.00/1.00 vMB 0
176,592 176,592 0000000000000a055ae6bacef078cbcbf231b7c32df3d2848b16f3418aab62f6 13 0.01/1.00 vMB 534
176,591 176,591 0000000000000383309ee197bb330dbeaa909cddc0952541df41152e38057d99 101 0.03/1.00 vMB 35
176,590 176,590 0000000000000498dd4b626f19cdfab84f43c1d0dbbbeffc4002ebf057cc0679 22 0.01/1.00 vMB 138
176,589 176,589 0000000000000794d42ed1dbe5a1f6168d8c4423de7de88b096552d783fad028 22 0.01/1.00 vMB 36
176,588 176,588 0000000000000265f1d6cd4ee8c132677fbe4f4c7ff8b179edf0c36a85380aeb 27 0.02/1.00 vMB 46
176,587 176,587 0000000000000345b4036735c696ee0c477e993f8fc9f7f9f1e5839f040f2d47 13 0.00/1.00 vMB 342
176,586 176,586 0000000000000886d2c479d7bf364d45d5af5d27b47922d1b6d26d32c23bd129 25 0.01/1.00 vMB 37
176,585 176,585 00000000000007751ba79cfda311f19db28dadf5a608e902a975c789648c1e64 54 0.02/1.00 vMB 77
176,584 176,584 00000000000004fc5a641ba151903950731ca797b2b7804d6d09e62030db0c38 18 0.01/1.00 vMB 75
176,583 176,583 000000000000052bdd33042c635db6f49092cb1dba8d2f4e1986b63b9ee12b44 60 0.03/1.00 vMB 103
176,582 176,582 00000000000002598d76f48019086f709ad07aca5bd1f189740d2146cd66ef84 136 0.05/1.00 vMB 274
176,581 176,581 000000000000046b1981b80a0bc713d7cfdfd0a88e3f4b8d8d329bac57ba2071 33 0.02/1.00 vMB 158
176,580 176,580 0000000000000912e776c8afde7f98189c2cee1a78ac35d2e7116f1dc7ad1d26 58 0.03/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 634.06 GB
    • Received: 12.23 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.