Loading Tool

Explorer IconExplorer

Memory Pool

83,136 transactions
31.01 vMB
0.09283688 BTC
Random Selection Loading Transactions
Max Size: 189.67/200 MB

Candidate Block

Mining Attempt 43f65fc2d689ef39c33798f788e73f635a38520fb202de0e704ea8a9a411cdc6
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 864d7516cf0f5c082e2187958884791af0a3f17ae2eedf850c93dffd3a68a739
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,127
Size: 1.00 vMB
Total Fees: 0.02100975 BTC
Feerates: 150.92 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (48,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,304 867,304 00000000000000000002b662460a3a052a968b10c648a91c273b88ab2f2a2923 2,826 1.00/1.00 vMB 6
867,303 867,303 000000000000000000021fb4d3df9fd836a44df6bff7d1c8a48d23a7322f023c 725 1.00/1.00 vMB 6
867,302 867,302 00000000000000000002b87033db95c45804949d5d9824f31d44f31ceaa8fde1 792 1.00/1.00 vMB 6
867,301 867,301 00000000000000000000bc33e135cb3e30482f29e0d5d961fc303806a3970dd3 4,696 1.00/1.00 vMB 6
867,300 867,300 00000000000000000000aadfeaf651cb9df3dd24c0a04adb9abb38a85a8f8765 3,402 1.00/1.00 vMB 27
867,299 867,299 00000000000000000002c7f568df70942266ec9a3ec35cea6d1f7a5154e89f61 3,358 1.00/1.00 vMB 9
867,298 867,298 00000000000000000000c964a2a8f37a8c46dae1de8f214bc2c7ccc97c792d22 2,320 1.00/1.00 vMB 24
867,297 867,297 00000000000000000000d99e678b83abb13e3f4fab1034857483d376aa9fdc76 2,877 1.00/1.00 vMB 17
867,296 867,296 00000000000000000000edd374716fb4c42d1bfaf85f03ea8c258a84df36e08c 3,205 1.00/1.00 vMB 21
867,295 867,295 000000000000000000008da1ee40e530eb71b46fde8024d194d8d3b7ac847a7f 3,301 1.00/1.00 vMB 11
867,294 867,294 0000000000000000000138a90b7dce1f24df601ceb0443a62cd2251919cfed31 2,852 1.00/1.00 vMB 23
867,293 867,293 00000000000000000001220f8735774e9a9456c02381c31c7235da31ee7e3899 2,769 1.00/1.00 vMB 9
867,292 867,292 000000000000000000018ab3d3c7b426411baaeb89aca98528d5f36dcd232b02 3,966 1.00/1.00 vMB 10
867,291 867,291 000000000000000000010a5049b9e7fcc9bccad009427a99751b13bc41724835 3,819 1.00/1.00 vMB 6
867,290 867,290 000000000000000000012ab42dc4b0925ea3545122d07a2602518a4693647f82 3,611 1.00/1.00 vMB 24
867,289 867,289 000000000000000000000d19f203c2d835b724d2eb2e739f09c7eebe9f590fc2 3,119 1.00/1.00 vMB 23
867,288 867,288 000000000000000000012255731b23c694c2afd3073b0aa677c7e704a4a75107 3,885 1.00/1.00 vMB 35
867,287 867,287 000000000000000000012384e69a564987bf162e1a08b8ced6f95406a698b4c1 3,305 1.00/1.00 vMB 33
867,286 867,286 00000000000000000002c0f5e88782f0acfefd9b828b7f0bd3e4142569314b88 2,270 1.00/1.00 vMB 6
867,285 867,285 0000000000000000000137c6093bed37366ea654ab5ef97f51f6ec53054391aa 3,551 1.00/1.00 vMB 7
867,284 867,284 00000000000000000000e602cf99cb41ae87e1efd6a09260371e878cd9408b25 3,883 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.02 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: 719.30 GB
    • Received: 18.02 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.