Loading Tool

Explorer IconExplorer

Memory Pool

74,889 transactions
27.62 vMB
0.07535243 BTC
Random Selection Loading Transactions
Max Size: 168.56/200 MB

Candidate Block

Mining Attempt 4a4b3283e6e62f30bd27fdaa374417aa6a99fb0e8ffb6ca76848901584b29576
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 7bb6b804631f5278cc1449144815dda608c447e98d464f6be34bc25d5a45615d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,317
Size: 1.00 vMB
Total Fees: 0.01641767 BTC
Feerates: 301.57 > 1.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (74,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,294 840,294 00000000000000000000ebbb563aba9bd8797f4653d9ee557727b504c61d0900 3,469 1.00/1.00 vMB 156
840,293 840,293 0000000000000000000261674cf8066408778bbcfbfc7b6af5ee67a0bca03829 4,381 1.00/1.00 vMB 130
840,292 840,292 00000000000000000000a6028bb05dd83d8bd41016509eb091276f65191a8651 3,331 1.00/1.00 vMB 121
840,291 840,291 00000000000000000001ca655f9c9bba8fc781982563e67e369b1c3b5ddcccd9 3,504 1.00/1.00 vMB 111
840,290 840,290 00000000000000000001716b4a069bfe94586ba4eb35fe93b2ba1871e770be33 3,835 1.00/1.00 vMB 178
840,289 840,289 000000000000000000012838f21141e833dadde292f90abe1fb12b73e448fce6 3,259 1.00/1.00 vMB 94
840,288 840,288 00000000000000000000c2d3fa247c99a6c6e09bc92d26c9f6c7266ee94b7a6d 3,997 1.00/1.00 vMB 127
840,287 840,287 000000000000000000004e805aff3078627eb16d9dc5e1e60ac80fddbac91134 4,438 1.00/1.00 vMB 179
840,286 840,286 000000000000000000028652d3df6d93feba90795e0783255c3e43d263d22c3c 4,680 1.00/1.00 vMB 175
840,285 840,285 0000000000000000000313c62857d18572a45b742a5776949a181d69886f5424 4,523 1.00/1.00 vMB 204
840,284 840,284 000000000000000000031e1576c6a084e17e16c2ff2538edf30eef96826d71c2 4,254 1.00/1.00 vMB 139
840,283 840,283 00000000000000000002b69db25263a6d3a66a64340dd14f0c7169236b3e1f65 4,286 1.00/1.00 vMB 326
840,282 840,282 00000000000000000002dc94893946696bbbd59100ec6619ffc93d3cc1a0094d 4,066 1.00/1.00 vMB 139
840,281 840,281 000000000000000000026e08435493f23adee600be0924b5536802590b75263c 3,645 1.00/1.00 vMB 111
840,280 840,280 00000000000000000000c9f0749f63791fd04486de8dd9f4d37910e3febe6407 5,366 1.00/1.00 vMB 166
840,279 840,279 00000000000000000001ab71fa4bdd06ecdb7977f0cc5232481539833ff0d0cf 3,020 1.00/1.00 vMB 87
840,278 840,278 00000000000000000000f9f538dba8b29bf4e6ffedd01d49d5dafd0cd4d93269 3,723 1.00/1.00 vMB 100
840,277 840,277 00000000000000000000faad5d7aff55e8d6404f01d14ed03c42a386de810849 3,881 1.00/1.00 vMB 102
840,276 840,276 000000000000000000031f880a163b1f2ad628f29b8f4d8073fc028ebbe145f2 3,134 1.00/1.00 vMB 99
840,275 840,275 000000000000000000006cdb3235f2c7d63ab36ce88984ff8c2b5281eb46a183 4,387 1.00/1.00 vMB 194
840,274 840,274 000000000000000000014c9a7a38232b823c36a12f2b1c4953d6e90d5c7be809 5,235 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.