Loading Tool

Explorer IconExplorer

Memory Pool

82,124 transactions
30.65 vMB
0.12000990 BTC
Random Selection Loading Transactions
Max Size: 184.54/200 MB

Candidate Block

Mining Attempt 3dd8d60cc48e7ab5efcb951b704540f33f5c5f1a315e108c9629b4497532f95a
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 833056f276e77ef074f460f6fde22af265e3b092e014b50b7aaf333b4ed74a58
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.04264186 BTC
Feerates: 180.34 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (500,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,570 414,570 000000000000000002daf4daaa2315924b5a9230b220978cb596dc5e473188c2 2,198 0.75/1.00 vMB 89
414,569 414,569 0000000000000000026fecf7e541c75951b5590ed8b9c315b1e3779f916ec2cf 631 1.00/1.00 vMB 16
414,568 414,568 00000000000000000218af0598c031229f01c5a1864d73d069e0a977acb39459 2,428 1.00/1.00 vMB 58
414,567 414,567 000000000000000002d12b77952d1ba3d2d8e8fa7bd23a30826956ad2ef5082b 1,733 1.00/1.00 vMB 34
414,566 414,566 000000000000000001a7f9f366302d0ebb1ecfc85b49f055bd9d70033f2639da 2,496 1.00/1.00 vMB 56
414,565 414,565 0000000000000000018403d4bc95f632798aad0bda41c2684a0a19216386e83c 1,659 0.73/1.00 vMB 41
414,564 414,564 0000000000000000050ed51aadd6ea9475ef88eea690b0d7cb245a0f290849da 1,054 0.65/1.00 vMB 38
414,563 414,563 000000000000000004cc16ee9282fbef8aa5f3342d0c2417da8481aa35cee82a 444 0.32/1.00 vMB 29
414,562 414,562 000000000000000003b0bd0eb7848663a9726c8fb768034edab7d127f756e47b 1,528 0.94/1.00 vMB 28
414,561 414,561 000000000000000001bc51992decf9cb41139cff8855808814924cb100fcf021 2,021 1.00/1.00 vMB 53
414,560 414,560 000000000000000002facc65e03643dd556b02be9238b29dc4e4d6ff76b4c8d4 2,379 1.00/1.00 vMB 69
414,559 414,559 000000000000000001508fce708997b25a765f9760e3eca69c9c14f007fffa7c 472 0.26/1.00 vMB 43
414,558 414,558 00000000000000000242e47a006269b669c7c5020a8c0dbfa3a8827c57640521 851 0.84/1.00 vMB 19
414,557 414,557 00000000000000000369c8c350f62e805798ae64ab8e7728d4d0b8e74ca535a5 1,485 1.00/1.00 vMB 39
414,556 414,556 00000000000000000568b9ada92c732a049c1c76eb9567544f503a01592f1b47 2,758 0.99/1.00 vMB 70
414,555 414,555 000000000000000003c5d0c3c915e451306017c25c4eea96bf0a44e42ee8808a 397 1.00/1.00 vMB 13
414,554 414,554 000000000000000001f0e9a5c6b5714ea2054c9f2ff7dbc6bbf475836f5c31bb 909 1.00/1.00 vMB 19
414,553 414,553 00000000000000000140e0435e12aa31af52110b33bef979f1f0038337d5f9cd 1,588 0.91/1.00 vMB 42
414,552 414,552 0000000000000000054ec42ddcdf9cc281149e18a5cb9b10cb7875f877797b1c 2,174 1.00/1.00 vMB 53
414,551 414,551 00000000000000000045a171ff14ca9eb8401f8b7d42299b348af8e828457d31 1,896 0.99/1.00 vMB 54
414,550 414,550 00000000000000000306cf36ad3c84bf9b6b40e97b2429db27fda44bc9c40383 1,826 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.