Loading Tool

Explorer IconExplorer

Memory Pool

45,050 transactions
32.00 vMB
0.19433167 BTC
Random Selection Loading Transactions
Max Size: 162.77/200 MB

Candidate Block

Mining Attempt 1fb27d8b921254a05e9ee8f120bb32a9f633659c29ed766b926d8c5ede07fe93
Version 20000000
Previous Block 0000000000000000000180d1a95e68be67332eadf4bc97ab9a274099cab0a39d
Merkle Root eecaf77997b46bf899e3fd6a944b75f033674a7d2b4d7a46defa2a10678bfd3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,197
Size: 1.00 vMB
Total Fees: 0.12364101 BTC
Feerates: 101.65 > 12.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,459 (832,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,352 82,352 000000000025ee5995b2d75c78d090d72b98f44b1207a0551a05a970c2f1f198 1 0.00/1.00 vMB 0
82,351 82,351 000000000013da2604ccc1112719ac36e64f5d0864d8070dd663b49d1f4364e5 1 0.00/1.00 vMB 0
82,350 82,350 0000000000057aab5fd86f585fa47ec28eff6ec36919106af49cd2d6172e2d39 3 0.00/1.00 vMB 0
82,349 82,349 00000000002d2077b71a30348fd10caafd7faf2dafd390229c1a4e459d9b416a 1 0.00/1.00 vMB 0
82,348 82,348 000000000014289c973bb0adc16ab8d7847d41f367f10d22136e23ae0791d240 3 0.00/1.00 vMB 0
82,347 82,347 00000000000da11316dc6d6d10b36ade81ee49cf07b4a4776e727ca91aef0be0 1 0.00/1.00 vMB 0
82,346 82,346 0000000000357767e310387796a1ae6c475d46dd5d7eb22c298f027879b4e045 2 0.00/1.00 vMB 0
82,345 82,345 00000000000c76f97366df3ec9a28f19098fc3e79f319e9482fc26ff582953e7 1 0.00/1.00 vMB 0
82,344 82,344 00000000001677a432e9d252af5291be5a4f22e93e08ae318b2e694577dd2737 2 0.00/1.00 vMB 0
82,343 82,343 000000000033890ef42c110f17108f1a8a53b25bd1c168a56c096186f33be930 2 0.00/1.00 vMB 0
82,342 82,342 00000000003c5be85f76a6249a1cbbde593f3a635e8576f09e402bfca1adebbd 1 0.00/1.00 vMB 0
82,341 82,341 00000000003b0c76cf4fb782ebb8038b337c25474be794b917ac804c65a10c1c 3 0.00/1.00 vMB 0
82,340 82,340 000000000005bb365e4a60b70c305665cb5c1cfb1e9f2c6e9111fbdecd2c01c9 1 0.00/1.00 vMB 0
82,339 82,339 0000000000384330843e75986af08aec36811e4c9e641466663fcc9a24e96c7b 6 0.00/1.00 vMB 0
82,338 82,338 0000000000241fcc5900aeb88e165ca53b7b90f69eb366967f3cb544fada0196 4 0.00/1.00 vMB 0
82,337 82,337 0000000000029c2898fa25e8f0037c83221a74ecb87200e0e07167a8e3fc16ea 2 0.00/1.00 vMB 0
82,336 82,336 0000000000420f067ef0124f15e80c2f8c6066296fd56bcb918f3e12212ff5c3 8 0.00/1.00 vMB 0
82,335 82,335 0000000000088f0ece302b656ead799ad11e7f8572a16571045e1413a8498975 10 0.00/1.00 vMB 0
82,334 82,334 0000000000405ef47c50c2ea882ed36833ee087bad4c17d8d533717dd9bfecce 4 0.00/1.00 vMB 0
82,333 82,333 0000000000356fe81aeddee512cbc03c2fb802c7084c2e5d6254596a3dc6ae3e 4 0.00/1.00 vMB 0
82,332 82,332 00000000000cf0653e71280c3c3d913434d27d9c501db51b51b94d17fcb3ef0f 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.42 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: 608.07 GB
    • Received: 10.65 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.