Loading Tool

Explorer IconExplorer

Memory Pool

41,391 transactions
30.36 vMB
0.06851446 BTC
Random Selection Loading Transactions
Max Size: 153.59/200 MB

Candidate Block

Mining Attempt 1de513113505daad14b227f46e9475d50d01abb1b78828c4eb24d59a185e16eb
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root a9d3e636447fe49efe8f4ba60b4944074bb410b614436744fbb5fad8a7f86879
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,383
Size: 1.00 vMB
Total Fees: 0.00765598 BTC
Feerates: 40.21 > 0.77 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (832,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,356 82,356 0000000000155af9aa4b30ff798e6b8af71ec75396d6b3e18de7e3029ca1d0fb 2 0.00/1.00 vMB 0
82,355 82,355 00000000001c64a1aead14e073eb46abf8bb37098d557505a924e68052c7cf3a 2 0.00/1.00 vMB 0
82,354 82,354 00000000001e2a3ee7bdc7544ddacaba7e5f05f8fca92c64d71c9cf60ed6678c 1 0.00/1.00 vMB 0
82,353 82,353 000000000007c853c77d8ced76f1a9189afe0925a7354110f3cbf6a702e9e69f 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 781.43 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: 609.02 GB
    • Received: 10.67 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.