Loading Tool

Explorer IconExplorer

Memory Pool

86,577 transactions
31.66 vMB
0.14987163 BTC
Random Selection Loading Transactions
Max Size: 190.97/200 MB

Candidate Block

Mining Attempt 312d433a6a8e10f487db60c5f38640accc45e5f6a1822c0ec6caf6403d7b1a64
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 42358b963f93332c4646cfc424209ffc68e4261f3b921a60a124bde9d74ab1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.06671481 BTC
Feerates: 214.31 > 6.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (419,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,108 495,108 0000000000000000008854cdc0e5dcdbe80f87849bd793feb82af93320032dd4 2,575 1.00/1.00 vMB 227
495,107 495,107 000000000000000000cc71cb35546b54f256b8ef759fc456d773b1ad2c19fe92 2,450 1.00/1.00 vMB 237
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
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.