Loading Tool

Explorer IconExplorer

Memory Pool

79,289 transactions
29.72 vMB
0.11777917 BTC
Random Selection Loading Transactions
Max Size: 179.36/200 MB

Candidate Block

Mining Attempt 55c1684434fbf3e90f47ebb881bef0a20ed9c94575e2031a6f25fbe1e73b4ed2
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root dae56123a0b15b275566db48b4f1f43d3eaa42b8c7c422107ec2a6c153fcc1de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,187
Size: 1.00 vMB
Total Fees: 0.05387449 BTC
Feerates: 150.75 > 5.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (640,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,303 274,303 00000000000000019cf5a2801629b129803fd06d8867ec38250a1b77c8d6a2f7 75 0.03/1.00 vMB 139
274,302 274,302 00000000000000041afdc20844e5e5d9b435122971e9dd60e4ffd2034878f95a 111 0.04/1.00 vMB 52
274,301 274,301 0000000000000004385358285193199e99548e226151a77853d2e32633c8ce4d 683 0.30/1.00 vMB 55
274,300 274,300 0000000000000002c5827e161e996c056cf5f0fd8b6e5a2e2a68fade99115178 408 0.17/1.00 vMB 61
274,299 274,299 0000000000000003642e41f11122e372ae4a5f345f43fed900c16b0faeb69959 702 0.36/1.00 vMB 70
274,298 274,298 0000000000000002ecb66728fea5d2b6833d810c80626a2aa9c65218c14c6280 262 0.15/1.00 vMB 46
274,297 274,297 00000000000000048399f06d53ecdb64b5755f8d71f4dd65f7ea973e4cec3f0a 1,065 0.59/1.00 vMB 48
274,296 274,296 00000000000000023f8a0ababb74343ea64ec0ba317bc3697ee541084fa7fa83 659 0.39/1.00 vMB 42
274,295 274,295 00000000000000044cc4eb296665ee7b9a3bde28f69c51f82e2fc65a004c3edd 80 0.03/1.00 vMB 327
274,294 274,294 00000000000000005f6d5e4da6101f5c1300c8a1fb7b2a26187fa1d47dcc6ff3 553 0.25/1.00 vMB 30
274,293 274,293 00000000000000010f36b463e61ec0be740d320c5731151bc1b2516c5b0b1f3a 779 0.25/1.00 vMB 94
274,292 274,292 000000000000000085cc101c1d342e1cea66b21c4b1b4443ef9609273b4c0ca1 178 0.08/1.00 vMB 45
274,291 274,291 00000000000000046c7bc44323c9e16115bdb11ca17f4974f56953c365abba85 169 0.08/1.00 vMB 56
274,290 274,290 000000000000000262212b3e353b505b61a5c8ac9db3bc2696b8b833ff8b7573 748 0.34/1.00 vMB 51
274,289 274,289 000000000000000019ef49de2a43030e5e524979f4ccd3dd83af0ec976555162 155 0.07/1.00 vMB 44
274,288 274,288 0000000000000001fb672e9ddf25c6eb455a620975ae3602a8252b540df64985 55 0.07/1.00 vMB 39
274,287 274,287 0000000000000002ca9e5e0d1fcd329f3d12d7d5257de6cb6eb4e8db7226c9b3 299 0.15/1.00 vMB 49
274,286 274,286 000000000000000396f71c527bf1577d9da86799a0316a049762dff70f66950e 203 0.09/1.00 vMB 52
274,285 274,285 0000000000000003edde363e9fe772c2b1e96abe39f27689033bf0ea1b7f2dbc 180 0.06/1.00 vMB 55
274,284 274,284 00000000000000011901bdc21a609bef349586bf9ac3f410aaebfa6b41e5ad3c 334 0.14/1.00 vMB 47
274,283 274,283 00000000000000038cbfc7da4ab7707f21242c1dd86cad0bb68dcecbda201b4e 474 0.21/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.56 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: 670.23 GB
    • Received: 15.84 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.