Loading Tool

Explorer IconExplorer

Memory Pool

40,321 transactions
18.89 vMB
0.18612768 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.81/200 MB

Candidate Block

Mining Attempt c7b2aa2178f2e3828f554598f1ffd0126601722dc7a755718607930290790bf6
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root bced5f087b4dc270507db0146738c9e6f56b536b2bbe2d90410eb95fa3543055
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.05539637 BTC
Median Feerate: 5.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (702,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,148 211,148 0000000000000011628740414d13224a800bf171228a3e2d690f84afec1e4751 358 0.15 vMB 202
211,147 211,147 00000000000002616ff5f18c205b877c73e6518b2a1440a68220f4273e8f74c4 87 0.05 vMB 99
211,146 211,146 000000000000006f35cfef58af94388b909a98fdaaef514b73c7def0c3e96df2 610 0.29 vMB 184
211,145 211,145 000000000000038712e2469385632131b0e41bb2b4bed77898d6dd5a7e069665 72 0.05 vMB 102
211,144 211,144 0000000000000320af5faf083c4ae89863a62462f996085e0ab4492e7e7eac68 353 0.20 vMB 140
211,143 211,143 000000000000044d35a7c2f7801c941394e9ae8adec53f318c3628d496d25eab 12 0.00 vMB 208
211,142 211,142 0000000000000297e6207a6a04f2cdb0bfac324a916e57f8403c31530f5680e7 258 0.13 vMB 195
211,141 211,141 0000000000000046467ffaf8fdb4feb6dfaf06fd3af554bd2ef7304aa7c18900 411 0.41 vMB 93
211,140 211,140 000000000000005cc2ea8e960a61a55bf881a9d29d6fd298f274e2263c0f8d78 307 0.14 vMB 167
211,139 211,139 0000000000000343cb6bea8777fbbe122cba938c34f7e8405073b7c54d5505d0 495 0.19 vMB 202
211,138 211,138 000000000000033549ef4261781d4c72ec89a45c89c4ea6c9ae90a1429b4d01b 742 0.38 vMB 137
211,137 211,137 00000000000004330330a9cec7eb3b9faaf09f022de20c4b9ffb1cea8f8639db 128 0.05 vMB 188
211,136 211,136 00000000000003f6e8efee635116e4e3c0f003d435d6c18dea7cb6fca3912c11 10 0.00 vMB 180
211,135 211,135 00000000000000f565efc14e9524fd87342fda36d6af997012268fbe747a0165 12 0.00 vMB 39
211,134 211,134 000000000000035757b57060daafc6e2a12bba0131c4d2138ee44732bc266b0d 409 0.21 vMB 152
211,133 211,133 00000000000004cd3f545d5ead9f69d95626a63398dab8191d10a52839c7576c 130 0.08 vMB 127
211,132 211,132 00000000000003a391f34292c4ad252077db982aad84040999500604cda1defb 142 0.07 vMB 161
211,131 211,131 00000000000001f68f004ad2061c420b13f25da9646270e6c919502486dceade 310 0.14 vMB 164
211,130 211,130 00000000000004bbde3536975c751417667a9419a988840fcd1e095f63603bae 429 0.16 vMB 217
211,129 211,129 00000000000004bc203c8386c377320e7b8e52ec6ff8e5c90889d550bb5a5b31 133 0.04 vMB 1,328
211,128 211,128 00000000000004ad1b269858c8b9741973b21154da6a1ae7c3b79800fa09eca9 396 0.20 vMB 113
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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