Loading Tool

Explorer IconExplorer

Memory Pool

54,504 transactions
32.13 vMB
0.14856631 BTC
Random Selection Loading Transactions
Max Size: 171.64/200 MB

Candidate Block

Mining Attempt 02b6264012189405b1c8e5379e1c7748466c92c9c599cebcf9df4192af9309ea
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 718090d4a83fe29918f901bf450cc25d9bfccc4cdbc7e6a3ff98d4facdc7d542
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,269
Size: 1.00 vMB
Total Fees: 0.04720283 BTC
Feerates: 104.17 > 4.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (450,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,366 464,366 000000000000000001efb0ac2cda728a6706a6a52e3c651a2d8059f36224c137 2,054 1.00/1.00 vMB 145
464,365 464,365 000000000000000000d8d6fe19616f0cc281eb3b6ea8176c1c1312c57c39963a 2,322 1.00/1.00 vMB 199
464,364 464,364 00000000000000000217084a9362676393abd073f4123a67b0a54b9cc86c0a03 2,291 1.00/1.00 vMB 167
464,363 464,363 000000000000000000f50a3cd4a278d14cfd153d81ea05232426cd070a973177 1,923 1.00/1.00 vMB 144
464,362 464,362 000000000000000000a6e84a691332f90375d7c4897214afe7b0b05148117473 1,993 1.00/1.00 vMB 132
464,361 464,361 000000000000000000c9fa7bc8da551385f4c99f89141e626745e4cc48fffa67 2,114 1.00/1.00 vMB 127
464,360 464,360 00000000000000000192d423acdc48fdb4590d40528c28b08f8b6bed40d9e457 2,357 1.00/1.00 vMB 136
464,359 464,359 0000000000000000015aae7963fc7a969c31e5b7a6d28ff3c330038a407f9fd2 1,511 1.00/1.00 vMB 157
464,358 464,358 000000000000000001aa4423c5ca996a9a01a6e258f4572a279baf7ddabbc844 2,054 1.00/1.00 vMB 191
464,357 464,357 000000000000000000df837a039fc2f7d9533beda8692d610bbc3674e32102ec 1,756 1.00/1.00 vMB 179
464,356 464,356 000000000000000000078e6cdca4e3ecf024fdd1cb62b45c6003faa66be7cacf 2,950 1.00/1.00 vMB 217
464,355 464,355 000000000000000000100f30fe9bd36cec59579f7b465063530dc8b210cda9ca 1,975 1.00/1.00 vMB 181
464,354 464,354 0000000000000000018b4d90ec5004e2aef4cba121c2a6f6b110cdde3c217c32 1,917 1.00/1.00 vMB 89
464,353 464,353 0000000000000000000a3bb14f31cf0fac508498c8b1233fcc53ab98bec43c53 1,947 1.00/1.00 vMB 105
464,352 464,352 000000000000000001956f7acaef3472353629aee12c93ea97b39697817141c3 2,383 1.00/1.00 vMB 150
464,351 464,351 000000000000000001e4a64658901c53d43c28b6b9061700ed25211b101e752f 2,572 1.00/1.00 vMB 130
464,350 464,350 000000000000000001d53d738219cd24677091af876ac4811a916a9cce51f3b9 2,425 1.00/1.00 vMB 199
464,349 464,349 0000000000000000013ac6ed18dd6ccae0b2bb474bfd9e1dc1ee207416071585 2,457 1.00/1.00 vMB 190
464,348 464,348 000000000000000000c4ed2fb8217b465ba7d308320f0cf5f8eadea01eae0c44 2,370 1.00/1.00 vMB 146
464,347 464,347 00000000000000000050d598ca112e243a62b0cdd44da14ce89c8fb33a4ac45e 2,067 1.00/1.00 vMB 162
464,346 464,346 00000000000000000104dc3fd4c720b0dadada1d1e48170bd613ff7ed2388b5f 2,971 1.00/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.07 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.26 GB
    • Received: 13.51 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.