Loading Tool

Explorer IconExplorer

Memory Pool

37,527 transactions
19.02 vMB
0.04322305 BTC
Random Selection Loading Transactions
Max Size: 105.22/200 MB

Candidate Block

Mining Attempt e5e41e8a0a9bc9816a930950036a7bff530c9a4c92da6291e78e98b1b6b2f651
Version 20000000
Previous Block 00000000000000000000750cda13cb2faf3c1a95cd574d16602cff3e58023ec1
Merkle Root 04cd5ae0df14ff93f46eeedd57da6296363f1369e80e300bed9e6345d2f2e10e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,670
Size: 1.00 vMB
Total Fees: 0.00676919 BTC
Feerates: 139.41 > 0.68 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,958 (707,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,281 206,281 000000000000042fd4ce3cc9ab92ef95b3241b12a3d1e3f1f211c3af71b7c870 25 0.01/1.00 vMB 73
206,280 206,280 00000000000003d617f8c71ee2b167a3567853be923b1a8aa98369180b4cb173 169 0.08/1.00 vMB 293
206,279 206,279 0000000000000449906e9a558ac961c1493c7bdc254a2a5dcdb94786c0e52597 111 0.04/1.00 vMB 126
206,278 206,278 000000000000022b87c2f8cad02fffe74476733b9beeb417ec222c81250d6573 70 0.07/1.00 vMB 81
206,277 206,277 0000000000000107c79e98fe5b5ca3f99ff08d8e5a1710b8a42f962d9f1ef370 13 0.00/1.00 vMB 167
206,276 206,276 000000000000041e017c6573705b9ff9392fc01df8631d66344c7b70a6b6115a 6 0.00/1.00 vMB 0
206,275 206,275 00000000000004536b2f8d110eb40ca476eec282573ad45414548d8c481e103f 72 0.05/1.00 vMB 141
206,274 206,274 0000000000000350310ad48b8eac338fbd45cea5c17ee6b4133be64398b5e7d7 69 0.02/1.00 vMB 193
206,273 206,273 0000000000000250238d5d281bd329cfd6c74a931b7a7b423e9890dfe8ce3498 83 0.03/1.00 vMB 202
206,272 206,272 000000000000043bf4dae0d2b22be156c052cc052c3ab4420f7d7f50c9694c6a 155 0.08/1.00 vMB 178
206,271 206,271 00000000000001986641ad9f1126868ee65f434265399e487c0a7c9d6fe5b5d6 36 0.01/1.00 vMB 126
206,270 206,270 00000000000004e9abde98e4309f5715d2669e8690849bb7c75c7d2cb49f7a47 66 0.03/1.00 vMB 122
206,269 206,269 0000000000000482b2387a316dbd3aeba45ae19fecc3afced1be7bbd77961ddb 162 0.08/1.00 vMB 181
206,268 206,268 00000000000002d27caf99462051395ca2084dfdd63430106efe97d76126c843 151 0.05/1.00 vMB 322
206,267 206,267 0000000000000442c930839b4674f2d9af4b58de25b1ff362eb9dc300a65d666 6 0.00/1.00 vMB 31
206,266 206,266 00000000000000d2cd812aa489af2114fdb00f01c96b739ac63162c4e362b4c9 214 0.09/1.00 vMB 165
206,265 206,265 00000000000004a6b03a16c22275852c76d2fb81659c70e7c108aaee6257737e 32 0.01/1.00 vMB 236
206,264 206,264 0000000000000144fc2f3c7bf23986e7f325d069a0530e794a595cdf41ac9b2c 320 0.13/1.00 vMB 187
206,263 206,263 00000000000001cdf7811ab7cf6b1878d9ad831aa0a78e8eb3eb5795f63de9a4 138 0.26/1.00 vMB 95
206,262 206,262 00000000000003a40bcd4c7883f4c8c36d22f2bb5f143949aa6bd752a4c8d6a8 12 0.00/1.00 vMB 970
206,261 206,261 000000000000033a564574828588fa94c14c415f9f24f8294f46aa92556c92e6 357 0.17/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 780.53 GB

Node Details:

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