Loading Tool

Explorer IconExplorer

Memory Pool

84,884 transactions
31.95 vMB
0.11572629 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt 51331e9cb46f68318dcfb2c85cd35636d1369c901f6d78c83d290f2eecbd1344
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 673c19766bea68d27f848cb45724701d1980c8a3a3d69b47caf1e49470ad3148
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,667
Size: 1.00 vMB
Total Fees: 0.03719946 BTC
Feerates: 301.05 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (240,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,200 675,200 000000000000000000018e9038f30bd7da5020b38970328e4ec0d5afc1930ced 2,860 1.00/1.00 vMB 129
675,199 675,199 0000000000000000000bc22fc03c060d5ce65c3dc1645d544f3677a703fe86b4 3,190 1.00/1.00 vMB 90
675,198 675,198 000000000000000000088629f20321b0431bbe8208525a00eed5bc33364b2bbd 3,233 1.00/1.00 vMB 93
675,197 675,197 0000000000000000000c219126e2d134b12b8addba5d69857234a38923efd6fc 2,408 1.00/1.00 vMB 118
675,196 675,196 000000000000000000027c8b2d761058504ce24ca8427cd13635ec9c54171863 2,318 1.00/1.00 vMB 97
675,195 675,195 0000000000000000000bfb99047cafb4eb94c515cc2d0cb974dfa84b4f4892ed 2,499 1.00/1.00 vMB 116
675,194 675,194 0000000000000000000b00ff46610ec16141bfef873a738effe3578216a0d3fa 2,803 1.00/1.00 vMB 125
675,193 675,193 00000000000000000000280d281272829e92877a94c16fb25e76979119c4ec50 1,310 1.00/1.00 vMB 102
675,192 675,192 00000000000000000008811e2b1cca0f32d329677b9b99f9a5d82fc6f6992c9d 2,630 1.00/1.00 vMB 108
675,191 675,191 00000000000000000002fd2daaec0c716aa810049cdf63f42a71c7697afc755f 1,258 1.00/1.00 vMB 110
675,190 675,190 000000000000000000082fbfe452e28b540f0d4197348d0d2838de1f4579d716 2,808 1.00/1.00 vMB 108
675,189 675,189 0000000000000000000aebdf8369544537c019224ae5cdd1d99adab59b70bf0d 2,769 1.00/1.00 vMB 128
675,188 675,188 0000000000000000000b859e00a94370ac26d5a61a8d8791fb1ddbc7d6e2908a 2,346 1.00/1.00 vMB 112
675,187 675,187 00000000000000000003758b2c7aebdaae13d402b12d742e3c6a7fb676421c66 2,540 1.00/1.00 vMB 121
675,186 675,186 00000000000000000005fe8375f0cfb4b9c1df04dcbcc69a48e7cf4791b66bfb 2,279 1.00/1.00 vMB 113
675,185 675,185 00000000000000000007354850f2b21ab7c774e00df6f6bcf6af99840ab664ef 2,609 1.00/1.00 vMB 113
675,184 675,184 00000000000000000005f7f273677ec3cd75f5bc6a2dced9659311326fc0b7c3 474 1.00/1.00 vMB 111
675,183 675,183 00000000000000000001a47442eee2c0d001b5f46dfe053ced0e6c5dbea951fa 2,444 1.00/1.00 vMB 125
675,182 675,182 0000000000000000000a9674e6607c21d32ff0b3f05ca9a41afd91feb1388ab3 2,541 1.00/1.00 vMB 116
675,181 675,181 00000000000000000002771bf7f8c8a571b1b214f8d3314ff638af9ded8a228a 2,968 1.00/1.00 vMB 138
675,180 675,180 00000000000000000001c8d237a76c8fb489ea24586195612a84e69ffba37ad8 2,806 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.