Loading Tool

Explorer IconExplorer

Memory Pool

77,069 transactions
28.77 vMB
0.06980234 BTC
Random Selection Loading Transactions
Max Size: 172.13/200 MB

Candidate Block

Mining Attempt 78d8c0601cb4be6e6c3ec8583d58a9bac6c5c6218631cb250bfb11cdbc29df22
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 9917831a41bb9f75231b6602ec41f10f893760531f2b309ea47f11205a065e37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,156
Size: 1.00 vMB
Total Fees: 0.01172785 BTC
Feerates: 150.77 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (329,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,531 585,531 000000000000000000167490d73524667f75d54eefa9f73d34c24c9558d9ab9f 2,594 1.00/1.00 vMB 58
585,530 585,530 000000000000000000091f2244b3e1ef41c1465aa85856b0f7776d6a42dab7b9 2,551 1.00/1.00 vMB 70
585,529 585,529 0000000000000000000bc0bfc54e7a4e731f6d389f0f3a98540cf06153204eac 2,427 1.00/1.00 vMB 61
585,528 585,528 000000000000000000066d55ea6b01e506b0357b7cec4b3a3e54c1a3a9a630f6 2,910 1.00/1.00 vMB 58
585,527 585,527 00000000000000000006f76e8f503bc3e0d376f1437488677a62c5662981aa09 3,045 1.00/1.00 vMB 73
585,526 585,526 000000000000000000005eeada0f8610760b87abb1025ceef77ea8ec680fc1f4 2,667 1.00/1.00 vMB 69
585,525 585,525 0000000000000000001564136c50a3aea68d8f487d2e709abe75c5482b4ef4e8 3,129 1.00/1.00 vMB 107
585,524 585,524 000000000000000000023076b7ca838fd4556bfa4302450cd3e4507dbad9b9f8 2,048 1.00/1.00 vMB 51
585,523 585,523 0000000000000000001ac7f91a7692d52f52e7e4e7fe5e686da387dedd26764d 2,438 1.00/1.00 vMB 45
585,522 585,522 0000000000000000001b6cd3bd97982e051b96fd5126f0f742ea811726c09ef0 2,717 1.00/1.00 vMB 62
585,521 585,521 000000000000000000019a1ca624cc949c3ae21d6a46a7342db4db8032e4638b 1,771 1.00/1.00 vMB 42
585,520 585,520 00000000000000000016711797dce55f6f47eb70f4c5d1769240f387ed33f020 1,369 1.00/1.00 vMB 53
585,519 585,519 0000000000000000001b9cd95fdeee69a38691ece7e20354ed7527b2f041d392 1,442 1.00/1.00 vMB 54
585,518 585,518 00000000000000000006e805b538acfdc05a25d2432b33c600e427710c776ba0 3,300 1.00/1.00 vMB 63
585,517 585,517 0000000000000000001b9c9bec5bdfe016e25923021164924c20947d46180bbd 2,303 1.00/1.00 vMB 64
585,516 585,516 000000000000000000080ab21ca497d0c0174d2583cd57a6fe733531f6aca13a 2,302 1.00/1.00 vMB 92
585,515 585,515 00000000000000000002a13328e4b73cece31a3b3a523b26f260f51a08eb1976 2,587 1.00/1.00 vMB 32
585,514 585,514 000000000000000000041b65d8deb910f5dac772aa3349ca1e3fc2f613d20f9c 3,033 1.00/1.00 vMB 48
585,513 585,513 0000000000000000001a87041808d3182f9af59428c5ac48a22fe0bd32c89379 2,643 1.00/1.00 vMB 62
585,512 585,512 0000000000000000000ffc617c47d5c1c14d8cddc193e2240759bb2bcec63689 3,377 1.00/1.00 vMB 74
585,511 585,511 0000000000000000001093d0e790587fcf724ef520d493a4c7ac18f77675e622 2,759 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

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