Loading Tool

Explorer IconExplorer

Memory Pool

78,881 transactions
29.58 vMB
0.07209261 BTC
Random Selection Loading Transactions
Max Size: 177.45/200 MB

Candidate Block

Mining Attempt 04b7a8604a66dc4bee56142fcc22b231c0998db74fe3508f34a59046d9f55c43
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 0d7d43d2edad79a067081a10782f4ed278e1a82b86baf335dcb7e90c3c144b0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,322
Size: 1.00 vMB
Total Fees: 0.01198927 BTC
Feerates: 150.77 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (419,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
495,085 495,085 0000000000000000006a2f919c4b31f03db69f7fcf8f07e2059d963aed1259c5 1,971 1.00/1.00 vMB 179
495,084 495,084 000000000000000000401a0cd2e174d86ce94bbe5fdd0f1174fc3806c528f888 2,532 1.00/1.00 vMB 221
495,083 495,083 00000000000000000001669c9903c7ee0db739d1f7f58c8454b02a8e7120d5c4 1,789 1.00/1.00 vMB 115
495,082 495,082 000000000000000000a91d2de0202cf2c1f80391fab547997364392ce3b246f2 2,095 1.00/1.00 vMB 150
495,081 495,081 000000000000000000043cc3b6e2d49338a880cac91dca2c6aa7bb31d5e0556a 2,410 1.00/1.00 vMB 288
495,080 495,080 00000000000000000070bf7ac6b58ef004e8340ec8d0b060aa2797a20dc90833 1,267 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.38 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.45 GB
    • Received: 14.98 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.