Loading Tool

Explorer IconExplorer

Memory Pool

56,628 transactions
32.15 vMB
0.18400285 BTC
Random Selection Loading Transactions
Max Size: 173.12/200 MB

Candidate Block

Mining Attempt 5ca45049ceeeb8e5c06c749cc75d8cb3744ac94d7df8de4f42a240ba5eaa9f9d
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root fe31aa3c65e0541867cc1d1ca0a1c3c0caa74a294dfbff881b5041e6eec707be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.07260275 BTC
Feerates: 465.21 > 7.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (419,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,177 495,177 0000000000000000008e610d22df0ab81ad339a870294085d512c4a1eb64e009 1,821 1.00/1.00 vMB 143
495,176 495,176 000000000000000000752d4f5fa5c0e797a0c2681e557b7db6706d69bce8e58f 2,135 1.00/1.00 vMB 221
495,175 495,175 00000000000000000007a7585e2eb29bdb23eca4cb1b653252b08d46bd6fffa2 2,212 1.00/1.00 vMB 240
495,174 495,174 0000000000000000002a1cc3942824e998c30e173b15749e27aa74bb2e8f8778 1,570 1.00/1.00 vMB 63
495,173 495,173 0000000000000000009a7834a247d950773da358ba1f4ce6056242175123fca8 2,073 1.00/1.00 vMB 295
495,172 495,172 00000000000000000003b596a4f68fde7fc69deca28e04eb28e7368ba16e21bb 1,857 1.00/1.00 vMB 88
495,171 495,171 0000000000000000006cd3009c706f2271a763d066b869de17bae6ed9b1bb055 2,281 1.00/1.00 vMB 207
495,170 495,170 00000000000000000083612f773b381a8b0ecbeef5d9c55e97737b2b4069291a 2,294 1.00/1.00 vMB 96
495,169 495,169 0000000000000000007b96e4d7f23b9851e6f88203a1751e78a908c2e76b92ef 1,759 1.00/1.00 vMB 201
495,168 495,168 00000000000000000052b5b70fbacd01ae8ef66ede970364a5a8f36c339cdfca 2,223 1.00/1.00 vMB 310
495,167 495,167 0000000000000000007cc730b4227debb0c31690d3cec1a76db9173d72aa91e5 1,805 1.00/1.00 vMB 219
495,166 495,166 000000000000000000ab7dd826b7f35b1029094696e8e49e5311180b15b92d3b 1,931 1.00/1.00 vMB 308
495,165 495,165 00000000000000000042eaae0ce8a97f5c85c0d3d89b500105e882abd9410741 1,635 1.00/1.00 vMB 201
495,164 495,164 0000000000000000007cfb8d7ea53e923b82edf4af1cf98793749bf514c11c9b 1,512 1.00/1.00 vMB 139
495,163 495,163 00000000000000000078cbb06e551a8586a76c6c2dc3ce76a383b40129ed7057 1,521 1.00/1.00 vMB 132
495,162 495,162 00000000000000000091fb38cdc24bbd47c83d55f971f5b0e2b1970b965ccebc 2,180 1.00/1.00 vMB 203
495,161 495,161 00000000000000000084d9153fa9f89fd7cd5d34eddd33f2c3f2c69436d30026 1,773 1.00/1.00 vMB 183
495,160 495,160 00000000000000000079479e8c92f14ffa5e396abeeac39f8e224bde55583448 1,745 1.00/1.00 vMB 71
495,159 495,159 000000000000000000045d3d5de235d75ccce8c1b71134e100a167208807e2f2 1,597 1.00/1.00 vMB 282
495,158 495,158 0000000000000000006bc80ef3704474631ab98b6e211560f1a072ef9c48e38c 2,362 1.00/1.00 vMB 201
495,157 495,157 00000000000000000048bf220200ae02088649dcc730c94be508837f5ba83334 2,403 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.