Loading Tool

Explorer IconExplorer

Memory Pool

87,008 transactions
31.92 vMB
0.13375002 BTC
Random Selection Loading Transactions
Max Size: 192.71/200 MB

Candidate Block

Mining Attempt 5ca5d8c9acce0c5a3623d33307dfd77c453be05e8a1bcc5a5b049378bd2ecdcb
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 4aff19e955662ec2bf0ed3b965caab817f3d0751c456d1afca2ac785248bfdb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.04784909 BTC
Feerates: 911.92 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (453,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,193 461,193 0000000000000000019900f9dfb9a19b8fa4bddafa2c20e5e5617d3178ee0667 2,259 1.00/1.00 vMB 155
461,192 461,192 0000000000000000020074bca875d75a205c8f74652e79b8dccc2c6223703024 1,655 1.00/1.00 vMB 111
461,191 461,191 000000000000000001d0a1f4fe5a11724049121e231b48f8ce868b7c12983858 1,704 1.00/1.00 vMB 124
461,190 461,190 0000000000000000007723d74dc8a4d6b2413ddf0a16807acfcd896e6e2d955a 2,453 1.00/1.00 vMB 169
461,189 461,189 0000000000000000011fb28c809cf31b927f13ff6dfd5ed9917ebbe2ffad07b2 1,514 1.00/1.00 vMB 80
461,188 461,188 0000000000000000005890cb6ec93fe610f1faaa8d4d61a3c53532209a80aee4 2,426 1.00/1.00 vMB 171
461,187 461,187 000000000000000001f9e0b6739bb330c1d7a042cf9def30e30c9cbc4a870dc1 1,258 1.00/1.00 vMB 79
461,186 461,186 000000000000000000beb164df242cfafc43ee85b7b7933c0f6c260e62c0182b 1,725 1.00/1.00 vMB 116
461,185 461,185 000000000000000000c821a2894ff52537eb104167b00ff81742217ca62e4893 765 0.43/1.00 vMB 94
461,184 461,184 000000000000000000c9cdfaf11b80643a097daa504c952fa892e8b16723bd09 885 0.44/1.00 vMB 131
461,183 461,183 000000000000000000a269bb4c455b465c6327cf1e8654d6b4a249b9c471cbc8 742 1.00/1.00 vMB 41
461,182 461,182 000000000000000001377cd203af154582815e33f4fa008b52cf9c355e672d55 196 0.44/1.00 vMB 142
461,181 461,181 000000000000000001a1eac4b79b2cc869ab4c8fc4e255c81d7e16df8f9e7e0d 577 0.38/1.00 vMB 146
461,180 461,180 00000000000000000218466db97ab64cd08aea15baa566705f0b4b280e25cf97 1,824 0.92/1.00 vMB 145
461,179 461,179 000000000000000001d3736c1bebd7869eb6a517198bcc4acbb04daea42395e5 912 0.63/1.00 vMB 123
461,178 461,178 000000000000000001577da549c608e0ebcde0ec4caa2227ef99b3a2fde0ca67 1,853 0.96/1.00 vMB 110
461,177 461,177 000000000000000001ad9a0635352374ea6cad4b076518c81d318c9238043326 1,172 1.00/1.00 vMB 105
461,176 461,176 0000000000000000010f5d73869672c264bc37a2eb5f1f579590eb8c3761f9ed 2,308 1.00/1.00 vMB 140
461,175 461,175 000000000000000000c947f6f62d9971b8598ed71d88fe1a897a04b6e172fb1b 2,123 1.00/1.00 vMB 187
461,174 461,174 000000000000000000ae3e78b6c8be91c7cde4e97264c92f9e74fdeb02491519 511 0.41/1.00 vMB 116
461,173 461,173 0000000000000000006b86c6209408a2a0e7f67ac9eb368bb2f3a7d672bfc8d5 2,393 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.34 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.98 GB
    • Received: 14.78 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.