Loading Tool

Explorer IconExplorer

Memory Pool

45,653 transactions
28.68 vMB
0.13500154 BTC
Random Selection Loading Transactions
Max Size: 151.68/200 MB

Candidate Block

Mining Attempt 2a26cecf1693aaf316120f79cf310e7c5c2e4fb3d6ffe22c75c02b14b8e90ef3
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 49a540928efcc3bfc7680c0008ceaf74545fe91c6cff4b3d37cf883e7be960a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.07565916 BTC
Feerates: 15,654.48 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (796,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,440 118,440 000000000000032a43032dd4adf75644e88ac71745d350b5161d187fcfcfdf16 6 0.00/1.00 vMB 338
118,439 118,439 000000000000c2fd96bd7df1d9956e6406ddb0641bf17ba81599fb23329ec422 34 0.02/1.00 vMB 0
118,438 118,438 0000000000009f202bae664843ba640963db2f1fdeb8281621e0075acc93ac65 1 0.00/1.00 vMB 0
118,437 118,437 0000000000000bc2f3a3ecc3d0103eaa15919cb5207bbbda4f7a28f2d0295e5f 13 0.02/1.00 vMB 60
118,436 118,436 000000000000b2ee311808c39d5292bbad1d01ace1b3b1a275970e3d7db5347a 12 0.00/1.00 vMB 333
118,435 118,435 000000000000a76b06460519a9267197a6edf2255f15c69cfa3b932327a5b2e1 12 0.00/1.00 vMB 0
118,434 118,434 000000000000590998399a9f1951b9507fc1bd74211c69fa469c88594eeb5174 9 0.00/1.00 vMB 0
118,433 118,433 00000000000084b3975a15f82d3d483dff880fee170ddd6ba1c18511e25c4797 8 0.00/1.00 vMB 249
118,432 118,432 00000000000040f0ca66cb3615fd1affd359f63916a5dd33e8d4d6a6d6056f1f 1 0.00/1.00 vMB 0
118,431 118,431 000000000000b507be67ac794a4da0dc12bee811ec7da7f472a6b43e6cad327a 10 0.00/1.00 vMB 0
118,430 118,430 0000000000006bd0b7d85a75e68c3f578720189bf5a55fd2e2ccb0cfe75b78f6 6 0.00/1.00 vMB 525
118,429 118,429 000000000000ad42421bed64290a99b3dda10c23060fd154b8b7c212f30eacbd 5 0.00/1.00 vMB 0
118,428 118,428 000000000000490553b9810d1a5cfde92fa529bff21e0174ad13b134d84d5553 11 0.00/1.00 vMB 309
118,427 118,427 0000000000006c111ddca9cbc37af70d1007a213bc1048bda800b339e295309b 44 0.02/1.00 vMB 103
118,426 118,426 000000000000825d664ad104c48c873e2b94e83f4aa0ed1a71ecdd8f1fb3e6a3 8 0.01/1.00 vMB 162
118,425 118,425 000000000000af8faf839738ecbc8b76dc6ab668ef45218cd2f3c5d0cf8b41eb 11 0.01/1.00 vMB 0
118,424 118,424 000000000000775de985afa22078f68c95622f41f422893a8c32d14c56007fd3 9 0.00/1.00 vMB 0
118,423 118,423 000000000000c33a2722e5a9ac31465b18c4aa950d2fa07d833ff9f51d5ec6d6 9 0.00/1.00 vMB 0
118,422 118,422 0000000000002ce25f502f6f9215e5842e2f70c103ac89156b522e149f761f8b 7 0.00/1.00 vMB 0
118,421 118,421 0000000000002f06a04d96ff775e27680bf50a88bb5d091044fd6d1d8fbee28e 6 0.00/1.00 vMB 0
118,420 118,420 00000000000006440354fd2a1b5fbf057119a54d850a5f9578dbf766fcb8340b 16 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.