Loading Tool

Explorer IconExplorer

Memory Pool

39,176 transactions
28.55 vMB
0.06278722 BTC
Random Selection Loading Transactions
Max Size: 144.94/200 MB

Candidate Block

Mining Attempt ed5a0b32598384a84ddd74946e26e763e3a4e22fdd537ed61d3f17fd1d85453d
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 9a16355c9dc99e04fa1861ecb7958bc04e2150c53e68cb8daf95f017b11f00e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,721
Size: 1.00 vMB
Total Fees: 0.00757390 BTC
Feerates: 50.27 > 0.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (456,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,198 458,198 000000000000000000402293e4fae7c48e2b6b886b7e884f68bd81a765e1dc6b 1,752 1.00/1.00 vMB 146
458,197 458,197 00000000000000000180c9d75809a88cada3038a7e3e16332d616e206d602418 2,401 1.00/1.00 vMB 179
458,196 458,196 00000000000000000152c093308eabd77d1b5436b92c812f213b69d470175db6 992 1.00/1.00 vMB 109
458,195 458,195 00000000000000000068e56304277fc9e638e1caf56a2e3fda09f1c474347805 2,596 1.00/1.00 vMB 178
458,194 458,194 0000000000000000009285b6436b6b434e931f2e9bde7749a4c81c51b1ab5190 2,349 1.00/1.00 vMB 171
458,193 458,193 000000000000000000dd416ee0bff10209952473b59b95c83d1b930f84e009b6 2,313 1.00/1.00 vMB 178
458,192 458,192 0000000000000000021f248e24c3b571deef7e2f8a535db01d13b3bf04fb8428 2,339 1.00/1.00 vMB 218
458,191 458,191 0000000000000000020f8d878a56e1263fea7be0e81e94818a53b8b4d2a1136b 2,374 1.00/1.00 vMB 242
458,190 458,190 0000000000000000018caa76670bcb597be50409547512a3623e8ce69f75e7d3 2,272 1.00/1.00 vMB 197
458,189 458,189 000000000000000001477a7554482cd109ce7f6749eebf863996b1cde10cd9c1 1,668 1.00/1.00 vMB 204
458,188 458,188 0000000000000000000f82128d1273c8a47206ac07563c4a8cfca6014cffdcb4 1,988 1.00/1.00 vMB 136
458,187 458,187 000000000000000000fc2b97c0af78a333d6cb0f3f0bed6b37968c709dfc2cdc 2,464 1.00/1.00 vMB 152
458,186 458,186 000000000000000000060a0cb5ce5e5fc6ccf88bd3e4022a9f8cbb8c97782b6b 1,864 1.00/1.00 vMB 166
458,185 458,185 000000000000000000707cc3b1f49168982736ab81565b7e6ead5c4785657b1e 2,654 1.00/1.00 vMB 223
458,184 458,184 000000000000000000b6cfec79b0747de7b0ed46bd68a4bf16e97fecec01c658 3,022 1.00/1.00 vMB 152
458,183 458,183 000000000000000002383c1ddf3465908af9819c6769d57d19988d5cbfc8ac05 2,500 1.00/1.00 vMB 129
458,182 458,182 000000000000000001365f44ca15263f590aeb7c95f7b290574bd3414859ca33 1,817 1.00/1.00 vMB 174
458,181 458,181 000000000000000000708aaeb1fe77c1a56be2348b7069381cd1fc055905108d 2,782 1.00/1.00 vMB 244
458,180 458,180 000000000000000000265de6eee1b91e5ef75e71d782bcda59dbdf41868477c1 2,894 1.00/1.00 vMB 116
458,179 458,179 0000000000000000021bef10f7411d718bc5777bb0ea77930a28ffcab2b5468c 2,389 1.00/1.00 vMB 161
458,178 458,178 000000000000000001aa173a0928f3ed0036d49d9eb054bf5eb886366d1627a8 2,807 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.