Loading Tool

Explorer IconExplorer

Memory Pool

46,498 transactions
32.10 vMB
0.12070450 BTC
Random Selection Loading Transactions
Max Size: 164.19/200 MB

Candidate Block

Mining Attempt 1716ff5ba809186908d8d0859cd44405c583f73624ffba87235b2e2f9aa0689e
Version 20000000
Previous Block 00000000000000000000791c223f24ba55c527581821b6f53be2c2b74982f181
Merkle Root 9426ecd9165625ec9c22736046a57234562b4986b5b1d5c5181cd74c58fbca87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,693
Size: 1.00 vMB
Total Fees: 0.04898101 BTC
Feerates: 302.14 > 4.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,458 (832,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,359 82,359 000000000022b61b25b453beff2ebafcc58646bf06c24a313a4248272333c1c4 1 0.00/1.00 vMB 0
82,358 82,358 00000000003328a81a6bcb2a90d02da1d1b58b7db8f4ebf4ec4bb82accecc7ee 1 0.00/1.00 vMB 0
82,357 82,357 0000000000211e54fc5c63442612af4be1137ac8f2336fa1d3e1ffd640c6b5cb 1 0.00/1.00 vMB 0
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
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 608.05 GB
    • Received: 10.64 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.