Loading Tool

Explorer IconExplorer

Memory Pool

35,307 transactions
25.78 vMB
0.08276795 BTC
Random Selection Loading Transactions
Max Size: 130.88/200 MB

Candidate Block

Mining Attempt 2ccd823801a281ba07373fe272963d51401da9bdcea71981cc35936b4278968c
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 06792d047a1c53278dbde95baa912e9b4a7b2a1b6a027fda6926f52824fea457
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.02975502 BTC
Feerates: 150.71 > 2.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (463,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,243 451,243 00000000000000000043bdf1c504d6d1e6bd1a287e59255e95bb26ef07f08742 2,236 1.00/1.00 vMB 137
451,242 451,242 000000000000000001e2d65cbbe76b5dec7efec7fda15365e051a5bfc45856bd 2,427 1.00/1.00 vMB 74
451,241 451,241 0000000000000000016a20c0cf49220bc61e9d15ef8493b37e540fc0966da46b 2,426 1.00/1.00 vMB 116
451,240 451,240 000000000000000000b35420501aa4404bca08aaf9c6951462ead5cfa6887a2e 1,868 1.00/1.00 vMB 90
451,239 451,239 000000000000000000bf344eaff88ea80c744b0de3fe60965ddfe7b9d978b518 2,154 1.00/1.00 vMB 92
451,238 451,238 00000000000000000225b2e9539928fecf366f8a6ddc8f75b72defc859f84959 1,484 1.00/1.00 vMB 89
451,237 451,237 00000000000000000023b778c1232ec9b51ea8f23e948ac77b71bf791c044621 1,522 1.00/1.00 vMB 93
451,236 451,236 000000000000000001d1fe70101772ac9d9a7f0fd79e83a14a3b26fdcdaae3be 2,263 1.00/1.00 vMB 105
451,235 451,235 0000000000000000022b8197868dbc902e4e487787f353b2a7b29cedbae8eaf7 2,268 1.00/1.00 vMB 108
451,234 451,234 000000000000000001589fdf55f3d039534b1be7c25e831a7613d9c83825b998 343 0.10/1.00 vMB 209
451,233 451,233 000000000000000001c56ea8cb1583c7c8ba199d307a8c3313cb5d5266b475ce 2,576 1.00/1.00 vMB 126
451,232 451,232 000000000000000000516015a58d2288aaf5f9c89439f946e154357661030c4d 2,607 1.00/1.00 vMB 123
451,231 451,231 0000000000000000013fa1143876aef7952925d92b125c49e1d3054bf176b01b 1,377 1.00/1.00 vMB 76
451,230 451,230 000000000000000001dc13258d1594c5f194360477fe52692c1d398b8f782b6b 2,909 1.00/1.00 vMB 67
451,229 451,229 00000000000000000059f60a73af310d4df3e2a6e38fe6b994398f847c2f17cb 1,591 1.00/1.00 vMB 83
451,228 451,228 000000000000000000289428fd6b0d7ecabbe4a52247a54d9bc8c4b6bb3848b1 2,309 1.00/1.00 vMB 109
451,227 451,227 0000000000000000014ca02bc9baf68e6b3e8b1c27e4486327e9cc689283be93 1,422 1.00/1.00 vMB 130
451,226 451,226 000000000000000001c523d732213a638605ed9e8e66d86cc572c4564d795d91 2,262 1.00/1.00 vMB 126
451,225 451,225 000000000000000000f6ede83ab6ef7be1cead066dabc88c7f840715875d8789 1,596 1.00/1.00 vMB 88
451,224 451,224 000000000000000000e36923e4cae36b424132bf033119c881da9282f207a58f 2,161 1.00/1.00 vMB 112
451,223 451,223 000000000000000001a74b28c82d143d49360f7bf7f1501efa1fbbf1fbebe5bf 2,146 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 781.87 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: 642.87 GB
    • Received: 12.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.