Loading Tool

Explorer IconExplorer

Memory Pool

75,616 transactions
20.51 vMB
0.05676713 BTC
Random Selection Loading Transactions
Max Size: 138.08/200 MB

Candidate Block

Mining Attempt ba010065fe19b648eb3a27ecbf8c583a4ea0fb1599e562294126c542d1915c8e
Version 20000000
Previous Block 00000000000000000001ec54eb6b028aceaf3d43a246dd6a23a3c7fdbd6c36a9
Merkle Root 27259076fcd3edb3fe0769e705701fa71e9eeb08429b664b3543a8c56cab9d9e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,332
Size: 1.00 vMB
Total Fees: 0.01195650 BTC
Feerates: 800.00 > 1.20 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,017 (864,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,151 51,151 000000000f4383bfd230ad14c729e962324a7172515cf571f6eb50b843f77441 1 0.00/1.00 vMB 0
51,150 51,150 000000000a68a1ed62978470ec838afff58f0d3c8808b5c43a89c5836a8e7e35 1 0.00/1.00 vMB 0
51,149 51,149 000000001750b5f52e0657555391d34af158b6424810961b779e5aff35548dbc 1 0.00/1.00 vMB 0
51,148 51,148 0000000014564abb3ab340f66b9a84e0bf2582839f3cafb34f11e07d1df7c45d 1 0.00/1.00 vMB 0
51,147 51,147 000000001731b7d7fc5fad1a8cbe2be2908d96782f8a8e702ddeb0573dbf0ffb 1 0.00/1.00 vMB 0
51,146 51,146 000000001dd2350dc1e5099ea61dca2883476b50da8ddf53fff8a3824a3d1574 1 0.00/1.00 vMB 0
51,145 51,145 00000000134042e9b36f202e3e49b27a5a1eab20f5f55712a5c9a5c1d07bcc7d 1 0.00/1.00 vMB 0
51,144 51,144 000000001732f85802afe0ff3680ce45f62c21e03b6924054df5993c3def3c85 1 0.00/1.00 vMB 0
51,143 51,143 0000000002a5a4503b56e432dea4647e99037ac20b9499d27a0782d7c2fc417a 1 0.00/1.00 vMB 0
51,142 51,142 0000000013484b73eff09514abc3f916b319eb9f43c55f051be9e760ad2210d0 1 0.00/1.00 vMB 0
51,141 51,141 00000000127100b0bcdde9e9f363ae231c73e885e2d527821ef9ce0457930494 1 0.00/1.00 vMB 0
51,140 51,140 000000000cb26981ebc264e3f8e6af24eedd59ab1b432c8f48e462e022c4fd37 2 0.00/1.00 vMB 0
51,139 51,139 000000001483462c775e042791a8d08d9074c455e4fda9f0b5c86fe5f594724a 1 0.00/1.00 vMB 0
51,138 51,138 0000000003556d5afb93431246a613a1ebeb69ca77b79251924e3ff8e8f909f1 1 0.00/1.00 vMB 0
51,137 51,137 0000000010f5158737185a850b49db1c2301c0656c2382147cac76eb8092f210 1 0.00/1.00 vMB 0
51,136 51,136 000000000fc13e446ae571097e210a8c3209f50cbe1584323fc5574d8e4d4a6f 1 0.00/1.00 vMB 0
51,135 51,135 00000000031b068add195f3015adf44bf34ba8e65a621e5e52f285ec4af974b6 1 0.00/1.00 vMB 0
51,134 51,134 0000000006bb4901f5e90abe239e97bdd05edcaef2f84aaedf1324a6c54d81bd 1 0.00/1.00 vMB 0
51,133 51,133 00000000170f5dd702c3bdd802fc03ac3672fe0017a51e59003ef24f0ea5a3a2 1 0.00/1.00 vMB 0
51,132 51,132 0000000001c62f70adee8b1b8bccf4c179678c96b2e0ba890799d953271eb8b9 1 0.00/1.00 vMB 0
51,131 51,131 0000000006e27cf9ebf68e848b2fbd02d4693506fc37b5804ae6308d0be6ef64 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.15 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: 810.53 GB
    • Received: 23.39 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.