Loading Tool

Explorer IconExplorer

Memory Pool

78,891 transactions
29.53 vMB
0.07090568 BTC
Random Selection Loading Transactions
Max Size: 177.49/200 MB

Candidate Block

Mining Attempt b58afdd40ff10fe31189b75f9dd9b33a9022f709946488a02386e649a42462db
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 92e38c774985ed38bdf09e7e8eab1d6bb9d69d9fc2a2ae92f5045dba289fce66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,719
Size: 1.00 vMB
Total Fees: 0.01089421 BTC
Feerates: 150.93 > 1.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (419,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,106 495,106 00000000000000000091da0072a63a2296c6fc2eceb3625650b34a9a83935ec9 1,206 1.00/1.00 vMB 81
495,105 495,105 000000000000000000b7011bd9d40ef7032648b0f4dde711b2b5d515e53cd7f3 1,956 1.00/1.00 vMB 72
495,104 495,104 00000000000000000013d7fd2786a0fa15bacd5f97407d818499cd1b208418b6 2,505 1.00/1.00 vMB 56
495,103 495,103 0000000000000000007793801df82f749cc99d859a1bfb69fa62fb397b0414a9 2,477 1.00/1.00 vMB 83
495,102 495,102 000000000000000000ad81140db41e2f84fd7cc6d547dcdab097463aea18028a 1,915 1.00/1.00 vMB 104
495,101 495,101 000000000000000000c4c71cf3a39a6552a5873f48465d0aa3bfdb9f753b45fb 2,234 1.00/1.00 vMB 214
495,100 495,100 0000000000000000003ab99337531faf58553e0cfd6bf87eaba3f6ce3729414a 1,934 1.00/1.00 vMB 214
495,099 495,099 0000000000000000003e385a3ad9f6e51a24be6aec1aea30529ce365eeab0412 2,693 1.00/1.00 vMB 244
495,098 495,098 0000000000000000007cb5fa7a01d38545962df75b35a24a401dd4c6517dc4c2 2,517 1.00/1.00 vMB 410
495,097 495,097 0000000000000000003b7650886c7808a4ae493de9e93d617d4c321c16287cd1 2,472 1.00/1.00 vMB 295
495,096 495,096 000000000000000000322db0fe6a013e9e304320b7269f774299154f3bf2ba91 2,197 1.00/1.00 vMB 244
495,095 495,095 000000000000000000c7261a25c6852842344f6a7e7b77f9b99e8dccf0410de2 1,638 1.00/1.00 vMB 259
495,094 495,094 0000000000000000007d8d9210a5600d173798111a9a2b11cdc5f0855c06a8a2 2,263 1.00/1.00 vMB 222
495,093 495,093 0000000000000000007b103777cfbb28aea26450de78e38ac950d2a5919d2224 1,713 1.00/1.00 vMB 442
495,092 495,092 00000000000000000025a37ca17be895ae79cc08ea68d33d5acb79a3bdf2cdb3 1,749 0.90/1.00 vMB 335
495,091 495,091 00000000000000000094943ed12b73e07dc869ad1a734db08508b9bbdc04d683 590 1.00/1.00 vMB 40
495,090 495,090 000000000000000000ae1679f9714b377403acc73dedf1250355d82b4af7db2b 2,263 1.00/1.00 vMB 123
495,089 495,089 00000000000000000088c721aa2835d7bef44ac2533bcd4437535439814bfb75 2,576 1.00/1.00 vMB 61
495,088 495,088 00000000000000000045fe3810baad9d860b45d4b6a94868813424cb1af639a1 2,505 1.00/1.00 vMB 274
495,087 495,087 00000000000000000019f57f8254b598aa209e4c4a4ffe68c676a7bb3cddf20e 2,152 1.00/1.00 vMB 262
495,086 495,086 000000000000000000144d5f25eeb6481406bfd2554233073d935fbd5288fe5b 2,370 1.00/1.00 vMB 398
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.