Loading Tool

Explorer IconExplorer

Memory Pool

81,021 transactions
29.98 vMB
0.07726776 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt 0c705a2f7477829a1c30398850c44eef8e649c35bae37082ea3541a08c5f7948
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2037a6564c9ff1839069fcae887ea51a22f063fc040f482583ab47e63cb0d127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,078
Size: 1.00 vMB
Total Fees: 0.01571237 BTC
Feerates: 502.67 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (289,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,975 625,975 0000000000000000001059a07694e56ec7ac9425d948a9c60d452c6af155b16b 2,621 1.00/1.00 vMB 27
625,974 625,974 00000000000000000002ee93e5a55633b37a67e4b72d31da5ba16f6ea114e7dc 2,835 1.00/1.00 vMB 24
625,973 625,973 0000000000000000001234868b47f25a4a8f24ff365a5d1aa0945b9eb1b77a23 2,699 1.00/1.00 vMB 25
625,972 625,972 0000000000000000000040e8d1c5c00315702d44e2da405440d99f8268e77b8a 2,302 1.00/1.00 vMB 18
625,971 625,971 0000000000000000000319741e9b86117e93d81a52f5867579282296876f3d45 2,493 1.00/1.00 vMB 30
625,970 625,970 0000000000000000000fe187ddc7d076b6392b8b7bb21c137ad46abe451c7fb3 2,937 1.00/1.00 vMB 22
625,969 625,969 00000000000000000006d5cf7979bc87710814597bc972da1f7ec60f81629b61 2,711 1.00/1.00 vMB 22
625,968 625,968 0000000000000000000f53b625509ee738c2c3d2418aaeecd012fe1432f72b2c 2,469 1.00/1.00 vMB 21
625,967 625,967 0000000000000000000ac65813b0923d73c85047e509db9e672079bab99c7eb0 2,685 1.00/1.00 vMB 34
625,966 625,966 0000000000000000000a1adacd2201bfe088148b8345d51561ccc1b83757e445 1,823 1.00/1.00 vMB 21
625,965 625,965 0000000000000000000356418c9c95df830da357d20385fbe092407cbf89c3cc 2,812 1.00/1.00 vMB 30
625,964 625,964 0000000000000000000b9e9c3d6f93fdb7790ee4acf4952df8caef340479fa8a 2,513 1.00/1.00 vMB 23
625,963 625,963 0000000000000000000bedef0537e1ad14be6830222377c3e9b2c53ff72bdf2e 2,582 1.00/1.00 vMB 31
625,962 625,962 00000000000000000005371bb53841da0d6018ab7d465e37aa60b4bfd47c1f4a 2,036 1.00/1.00 vMB 24
625,961 625,961 0000000000000000000fa05c59ad0ab561e2cf3c145ad5cc0a094f8fe3cd5c5f 2,716 1.00/1.00 vMB 35
625,960 625,960 0000000000000000000ed420d9d48233ed63bcfa2f312201896a3e9acb70d51f 2,801 1.00/1.00 vMB 18
625,959 625,959 000000000000000000063ccdaefc776b9773ae0f2c0430356212446d5cfb64c4 3,122 1.00/1.00 vMB 18
625,958 625,958 0000000000000000000b36bb4b80591c7bfad5695e012ab48b397221fbaee967 2,794 1.00/1.00 vMB 23
625,957 625,957 0000000000000000000cf8e31619cd77e0a0a290884eeb002d52126ce275eaae 2,291 1.00/1.00 vMB 29
625,956 625,956 0000000000000000000b3a636932c1c0e67aa6625d1a104cc17b427cbd6c0fc6 2,036 1.00/1.00 vMB 26
625,955 625,955 0000000000000000001068472d8dc0d3f6e849b6eb5f19b2c760914aaabc88e1 2,599 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.