Loading Tool

Explorer IconExplorer

Memory Pool

43,284 transactions
27.96 vMB
0.06353172 BTC
Random Selection Loading Transactions
Max Size: 147.70/200 MB

Candidate Block

Mining Attempt 89d6a02d9bb1fa68005d5e1cd264ffd738e5189244f4609a124a0cec8c724907
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root c7355988c291c4429aac67c17bf4c3acb6432c2415be79294e7f6a65139897a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,502
Size: 1.00 vMB
Total Fees: 0.01092846 BTC
Feerates: 92.00 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (138,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,444 776,444 00000000000000000002632cc5c05d1a61fc7e82030bc0144e66595c508b4805 1,108 1.00/1.00 vMB 9
776,443 776,443 00000000000000000006218b2f0f32fd712545979507a8f63cb9e01b1ee0405e 1,969 1.00/1.00 vMB 14
776,442 776,442 000000000000000000024c5d69de80d7b4a5ca8ac5f33ccd0a438ba001974d75 561 1.00/1.00 vMB 2
776,441 776,441 0000000000000000000375e64130db9d7bd399fe2002472d9139c103c76af1a6 2,594 1.00/1.00 vMB 3
776,440 776,440 00000000000000000003e63b7ea69f99e8d8feefab1f0e2361010719dcf8b651 778 1.00/1.00 vMB 5
776,439 776,439 0000000000000000000257b0a1c0db5fa8b09ae25de6c9f0766bcd72546d9c4c 1,175 1.00/1.00 vMB 10
776,438 776,438 000000000000000000013960ee4b0c04830210223ac340b15fd3d4159b83050a 1,472 1.00/1.00 vMB 11
776,437 776,437 00000000000000000006d5be5366c23a4e15f2f729a34ae3b1ad86914c159bfa 1,903 1.00/1.00 vMB 23
776,436 776,436 00000000000000000005de36844ce2dc93ce321b01ce87e785cc54ed5cbceae6 870 1.00/1.00 vMB 6
776,435 776,435 00000000000000000002f4358f3ac922cb58d520381f8e7538a5ead87dbc68cc 981 1.00/1.00 vMB 7
776,434 776,434 00000000000000000004e8b4bd2608c93e8378acc96158c892ca9c7d8196c2e5 1,376 1.00/1.00 vMB 11
776,433 776,433 00000000000000000000da5d77610dafa7785a994c93f3d170c48bbb5f6f3a6f 1,499 1.00/1.00 vMB 9
776,432 776,432 0000000000000000000028be8ec2886e46d26c9a6405948c5c81024c15289938 1,400 1.00/1.00 vMB 10
776,431 776,431 00000000000000000003b3f14acccf18b3a399188a08c073c84c7aa1ab23ee3a 1,608 1.00/1.00 vMB 15
776,430 776,430 00000000000000000002cd9e51c5dc8aabec69d8df9e8c7cc52bd06e0cb98daf 1,370 1.00/1.00 vMB 10
776,429 776,429 0000000000000000000380f769823149f31a372cd45356bbe2e60bc5c1101dae 1,510 1.00/1.00 vMB 11
776,428 776,428 000000000000000000028cf0f46a512233c5bccc0592b6c54f2df2ca3d332fbb 686 1.00/1.00 vMB 4
776,427 776,427 000000000000000000067d02e2444ca1f57913ce95b27d596dfbd45b75f29820 823 1.00/1.00 vMB 6
776,426 776,426 0000000000000000000694faa33cc21f364857fb5264ef9b1b12595c2068dce3 1,135 1.00/1.00 vMB 9
776,425 776,425 00000000000000000006a2bdf9d2c474e7c6707df004bba378f39885612a2a90 501 1.00/1.00 vMB 6
776,424 776,424 000000000000000000030daccebc337a8d55164bfed6a11c3dfd4a20bc251629 200 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.10 GB

Node Details:

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