Loading Tool

Explorer IconExplorer

Memory Pool

46,630 transactions
28.76 vMB
0.07247235 BTC
Random Selection Loading Transactions
Max Size: 153.32/200 MB

Candidate Block

Mining Attempt 0765941da5c090c3d907a7753bfb6816eb26e4500075481a8a337fc97945239f
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 135976f283e303956dff0df2a1a87408d95e9824e20adb87959384f1792908b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.01770716 BTC
Feerates: 73.20 > 1.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (454,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,254 460,254 00000000000000000220a7d9f04fa7930cac5f376109433fc1f23b2a6f3b8169 1,557 1.00/1.00 vMB 160
460,253 460,253 000000000000000000e5772194e9fb5412b6375120bb0bc41a86e4e7484d9b50 2,619 1.00/1.00 vMB 156
460,252 460,252 0000000000000000001f51bea6c28d78009220c35756162d66eb4c3c6e5cbeff 2,828 1.00/1.00 vMB 133
460,251 460,251 00000000000000000095cf3d62b6dd37dcf6cf3a5b5da36bd64f5c20fa2b61fe 1,993 1.00/1.00 vMB 124
460,250 460,250 0000000000000000006d8bc8e905330281d4fd1ff56eedf95f7c1ce93eef3f9d 2,268 1.00/1.00 vMB 158
460,249 460,249 0000000000000000022d017b8f086935a50462dc13d2c16e501470fbbdb1aace 2,415 1.00/1.00 vMB 185
460,248 460,248 00000000000000000033dc972ce404d5b7b71bb59d8fb8e32649470530510b1e 2,113 1.00/1.00 vMB 188
460,247 460,247 000000000000000000817a81979d0d14507ddada9989772b2067bf3100ecc867 2,474 1.00/1.00 vMB 205
460,246 460,246 0000000000000000020199f1d428ff7d59885521239aebdd976d74d70e015a1b 2,117 1.00/1.00 vMB 157
460,245 460,245 000000000000000001ca4e4b54e2a6f0b4c62382f3145899c3e919fc55659274 1,977 1.00/1.00 vMB 144
460,244 460,244 00000000000000000125f6b58627f8d04a3052f2a018957e06a66f2bce5589c6 1,993 0.99/1.00 vMB 150
460,243 460,243 00000000000000000093c2de13b0da6c29bd030d52e53b3e3831ec9ae4d1ff7e 856 1.00/1.00 vMB 155
460,242 460,242 000000000000000001796a7b2b39a994e9186f715f72e5635699cffd04fc91c9 1,875 1.00/1.00 vMB 216
460,241 460,241 00000000000000000050226abffe6d85d8338c2f60a4961f6b44877a7b418ca5 1,509 1.00/1.00 vMB 159
460,240 460,240 00000000000000000027703caade579de416da4524b07651c6c78c1bf356cf6f 1,818 1.00/1.00 vMB 217
460,239 460,239 0000000000000000016f72d06a779ea328fde4adb5479e2ffaa5dce5adce7358 161 0.07/1.00 vMB 216
460,238 460,238 0000000000000000015d39a07c42475c0a81c6b281543972b47776adc8478cb2 1 0.00/1.00 vMB 0
460,237 460,237 000000000000000001e1fe7daa5f134695118c5d78813572077164b67cd452af 1,699 1.00/1.00 vMB 186
460,236 460,236 0000000000000000021e8e16c85e9699d24e5702229d0a35a141df1d95372efa 2,109 1.00/1.00 vMB 197
460,235 460,235 000000000000000001459f2538538da2f530729cab34409df3572209161770f5 2,472 1.00/1.00 vMB 214
460,234 460,234 00000000000000000098b1508b8c9a6a45180c6197a5b1190eaeaeb58246ef55 2,134 1.00/1.00 vMB 210
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.