Loading Tool

Explorer IconExplorer

Memory Pool

17,515 transactions
8.35 vMB
0.05545257 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.07/200 MB

Candidate Block

Mining Attempt 4d853507aa2ad5a717a79175be7171564a7056607405cfe93cd43b939a26a311
Version 20000000
Previous Block 00000000000000000001005dfa86df5a453e2a43d8c4c0524838bc7347298bbb
Merkle Root f28cc8251f12342c3e781495e4fcff0a5d68657b208890fb45e52a0ba3d2971b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.03701141 BTC
Median Feerate: 1.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,385 (702,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
211,341 211,341 00000000000000b80fdc0ce20b9ace54e6c94e584f7a82a83ef619d4ae04c65c 291 0.18 vMB 123
211,340 211,340 00000000000004ddcd389f8030bd14686714d4e7ae4b12dbbee1516f9061a19c 97 0.05 vMB 159
211,339 211,339 00000000000003cdc2871bef0679d9d26fa40ef9dc6459394e5add4ccb45a9c1 157 0.07 vMB 142
211,338 211,338 00000000000000d664a44e56ab64fa4f621a499e409316a39fd796378f8d7be0 110 0.07 vMB 114
211,337 211,337 00000000000003004add533adf08f1239e066cc7df4a97e96dd887323d29365c 313 0.15 vMB 185
211,336 211,336 000000000000003cd927803c0ecb3933f47dcc00de6a2d4934294a8645a41420 34 0.01 vMB 125
211,335 211,335 000000000000015058528dcc4a0355864366f0ef8f0049acff779c7aeef18198 42 0.02 vMB 90
211,334 211,334 000000000000049379966ecd3bc4b98857d57f6f9a58ef5850a01d1ef480e29b 8 0.00 vMB 153
211,333 211,333 000000000000031eab145b343fdde1fdc31f88f78c27092021e691c1b453a139 178 0.09 vMB 401
211,332 211,332 0000000000000267507a219823ba0263124a7af5a5b862efc0c1785588736ffa 48 0.02 vMB 160
211,331 211,331 000000000000026af7a35e2b3f3cb0b41bd4f2f16c702b8871c8ede7313aed4c 238 0.10 vMB 171
211,330 211,330 00000000000004b52cd0d1fee5d45d4d2a28104e746c5e5b7879d6f84f197c0c 109 0.06 vMB 143
211,329 211,329 00000000000002acfebaf5233e0847b850678f2361285758eca72ecab3eb6f36 104 0.04 vMB 160
211,328 211,328 00000000000002eea4bcc575a060371f808d959d1dc72c54b1d209da7df542a0 15 0.01 vMB 317
211,327 211,327 00000000000002d14786889a6f89822da6c05bffc86713375510b434e8d59fa5 41 0.01 vMB 151
211,326 211,326 0000000000000298c7a1af0e4e0357494febef121c2db23d9d65710a8ebb884f 206 0.10 vMB 165
211,325 211,325 000000000000040a6fe29a953a368e98d81e7aedb51db2b69524689a9827c63c 124 0.05 vMB 288
211,324 211,324 0000000000000099991a86b8373c7fd321fa25f562bc637a118fb6cdebc97373 120 0.05 vMB 179
211,323 211,323 000000000000021924a43abc8607d2c4dc4865da04a46a5c728a5113027ddc1c 174 0.07 vMB 157
211,322 211,322 000000000000010cdf6d2cb280bfc6d729dca903fdaa917cb895c0ab76b62fd9 10 0.00 vMB 68
211,321 211,321 000000000000028f3579a104f7ccde0a60b11b75be01f686cc7de23f477e4892 24 0.02 vMB 83
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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