Loading Tool

Explorer IconExplorer

Memory Pool

24,344 transactions
5.69 vMB
0.02858163 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.19/200 MB

Candidate Block

Mining Attempt 7b6977504a49b3a8a1b233c0c71c37fd00de95d6d1d28bd48c6b91ee68ddc79e
Version 20000000
Previous Block 000000000000000000016cbb047fea21369dcc5471d305238a88ca18763fcb9a
Merkle Root c96b7970032a5dfb61eab6e49e9e0a9e19b3996548384b756dc1115cfc747938
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,804
Size: 0.65 vMB
Total Fees: 0.01540948 BTC
Avg Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,112 (701,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,152 211,152 00000000000003006b99511bc17ae574b8f3fc33cd554daf63a3dd55d294c88f 0.20 MB 429 160
211,151 211,151 00000000000000de62d8347967fe56d8eb31f28048deac873857c69412ac0f23 0.35 MB 351 99
211,150 211,150 00000000000001f748a4a14415626c075572798b42e062c978504ed980cc9ab8 0.25 MB 624 241
211,149 211,149 00000000000000925f965b52f958dfcda332043b1acf8e702000b61b3e3880be 0.26 MB 347 111
211,148 211,148 0000000000000011628740414d13224a800bf171228a3e2d690f84afec1e4751 0.15 MB 358 202
211,147 211,147 00000000000002616ff5f18c205b877c73e6518b2a1440a68220f4273e8f74c4 0.05 MB 87 99
211,146 211,146 000000000000006f35cfef58af94388b909a98fdaaef514b73c7def0c3e96df2 0.29 MB 610 184
211,145 211,145 000000000000038712e2469385632131b0e41bb2b4bed77898d6dd5a7e069665 0.05 MB 72 102
211,144 211,144 0000000000000320af5faf083c4ae89863a62462f996085e0ab4492e7e7eac68 0.20 MB 353 140
211,143 211,143 000000000000044d35a7c2f7801c941394e9ae8adec53f318c3628d496d25eab 0.00 MB 12 208
211,142 211,142 0000000000000297e6207a6a04f2cdb0bfac324a916e57f8403c31530f5680e7 0.13 MB 258 195
211,141 211,141 0000000000000046467ffaf8fdb4feb6dfaf06fd3af554bd2ef7304aa7c18900 0.41 MB 411 93
211,140 211,140 000000000000005cc2ea8e960a61a55bf881a9d29d6fd298f274e2263c0f8d78 0.14 MB 307 167
211,139 211,139 0000000000000343cb6bea8777fbbe122cba938c34f7e8405073b7c54d5505d0 0.19 MB 495 202
211,138 211,138 000000000000033549ef4261781d4c72ec89a45c89c4ea6c9ae90a1429b4d01b 0.38 MB 742 137
211,137 211,137 00000000000004330330a9cec7eb3b9faaf09f022de20c4b9ffb1cea8f8639db 0.05 MB 128 188
211,136 211,136 00000000000003f6e8efee635116e4e3c0f003d435d6c18dea7cb6fca3912c11 0.00 MB 10 180
211,135 211,135 00000000000000f565efc14e9524fd87342fda36d6af997012268fbe747a0165 0.00 MB 12 39
211,134 211,134 000000000000035757b57060daafc6e2a12bba0131c4d2138ee44732bc266b0d 0.21 MB 409 152
211,133 211,133 00000000000004cd3f545d5ead9f69d95626a63398dab8191d10a52839c7576c 0.08 MB 130 127
211,132 211,132 00000000000003a391f34292c4ad252077db982aad84040999500604cda1defb 0.07 MB 142 161
Previous 10 blocks ↓
Total Size: 779.05 GB

Node Details:

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