Loading Tool

Explorer IconExplorer

Memory Pool

51,254 transactions
28.83 vMB
0.07686963 BTC
Random Selection Loading Transactions
Max Size: 155.10/200 MB

Candidate Block

Mining Attempt 23618b037b70d6fc8a1dd5274eb3380d22b3036cab91685950eacc3dc9f48e14
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root b0f07d1cf70b319b1cafb1290899d877e72dffb2785758fbd01339fdd081a515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,505
Size: 1.00 vMB
Total Fees: 0.02100494 BTC
Feerates: 122.12 > 2.10 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (138,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,451 776,451 000000000000000000014c9c4f0b2208ae4df09425b68a74e8a48dde9171a2d0 642 1.00/1.00 vMB 8
776,450 776,450 0000000000000000000058f6543dddb1aff0fa1baa319d8b684a22a1a0bce91c 1,168 1.00/1.00 vMB 10
776,449 776,449 00000000000000000003139c60cd0f23f7eb1cdda5f3ddadfc0c15e0f58bc5ca 1,777 1.00/1.00 vMB 17
776,448 776,448 00000000000000000001311e0d0c1874eaed0052b7e7d24bd556eadb759c096e 3,028 1.00/1.00 vMB 20
776,447 776,447 00000000000000000006696d87a9311382b84472a6893950abb9936805d2183a 1,351 1.00/1.00 vMB 14
776,446 776,446 000000000000000000024cce5bfddb4a3294dd569a6e4e0eddb3827b4d03cdf2 3,054 1.00/1.00 vMB 15
776,445 776,445 0000000000000000000091e6eab87c46e1a1922097f983126a5f01e00a91ebd6 2,677 1.00/1.00 vMB 25
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
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.