Loading Tool

Explorer IconExplorer

Memory Pool

46,212 transactions
27.18 vMB
0.07768368 BTC
Random Selection Loading Transactions
Max Size: 143.62/200 MB

Candidate Block

Mining Attempt 6e13f95fd4557fa4ce795f54e1e1fc222ca23e52a39514a0db53765d8521bc76
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root acd9dad961fb6ae62c94a2c91fc1afa9f85520937c076d65754bd3402bf8222e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,273
Size: 1.00 vMB
Total Fees: 0.02699210 BTC
Feerates: 298.51 > 2.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (242,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,213 672,213 000000000000000000081fcd1b845499bd1ccacfcb6ee737967b617978cf2821 2,320 1.00/1.00 vMB 139
672,212 672,212 00000000000000000003abd7a217a8c86e116c005bab28f2e0287ef4402ee9dd 2,718 1.00/1.00 vMB 98
672,211 672,211 00000000000000000008dee53c709b7e57ec4b3aa6d48d9d74ace801b297517f 1,677 1.00/1.00 vMB 147
672,210 672,210 0000000000000000000063fe85b3b1d5be209e53b6058cf9268c06c8c8d56900 2,710 1.00/1.00 vMB 166
672,209 672,209 000000000000000000040c22d0d29246e569ef129f98bbb970f99363e35779ed 2,337 1.00/1.00 vMB 131
672,208 672,208 0000000000000000000aa1ad273112a6f08ad8cc70ddafe04274a7fd5da13ad8 1,602 1.00/1.00 vMB 127
672,207 672,207 0000000000000000000bb8a07e6a3c23a57d743b2f6ab03efccf4b4bc988a766 550 1.00/1.00 vMB 145
672,206 672,206 0000000000000000000b07a046dddca1cfafc0f429fda6f0baf580caf01a5d09 2,459 1.00/1.00 vMB 160
672,205 672,205 00000000000000000000a4d73bc036f99fd089051fad2e55a16df979f5fcda34 2,077 1.00/1.00 vMB 145
672,204 672,204 00000000000000000008983611d3a14d5b1dc3ce1b2dfc09b11e97c543ba982e 2,806 1.00/1.00 vMB 162
672,203 672,203 00000000000000000002763a069244f18e0a3fd1ec49ff7d6a6dd2ae4ecb0e59 2,748 1.00/1.00 vMB 162
672,202 672,202 0000000000000000000a6edb7939e598d5304d45a57b52cfed0271205711fc0d 845 1.00/1.00 vMB 148
672,201 672,201 0000000000000000000955fb78336ccaf2f748ef80256caf2d764a4fd9581703 1,658 1.00/1.00 vMB 157
672,200 672,200 0000000000000000000445d42a9d472e9e0eeb86ffdb8037ba868bea2c8cb1cf 1 0.00/1.00 vMB 0
672,199 672,199 00000000000000000002a6648a66d2ebedb53558be3ffb9080b4761a721f8067 2,269 1.00/1.00 vMB 107
672,198 672,198 00000000000000000002a71cd3d7fde491a237f9bf96af503d0d9f5667df3450 1,985 1.00/1.00 vMB 88
672,197 672,197 0000000000000000000287e4610c2171daf380a3b607b2824edbf3d73a1b7706 1,923 1.00/1.00 vMB 106
672,196 672,196 000000000000000000083b456967e87825f0929ada35b7c309e1f55dc238fd69 2,338 1.00/1.00 vMB 96
672,195 672,195 000000000000000000096a12e39c41fc07c1808742a0de47249e768fefe5042f 2,456 1.00/1.00 vMB 90
672,194 672,194 000000000000000000040744846938089d441a38eb984be7eef7443a0cadf18d 2,353 1.00/1.00 vMB 86
672,193 672,193 0000000000000000000a1e9357d53396bb912332bc715426178c5a05942c6b8e 2,364 1.00/1.00 vMB 147
Previous 10 blocks ↓
Total Size: 782.00 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: 648.90 GB
    • Received: 13.10 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.