Loading Tool

Explorer IconExplorer

Memory Pool

82,918 transactions
30.42 vMB
0.14846482 BTC
Random Selection Loading Transactions
Max Size: 184.26/200 MB

Candidate Block

Mining Attempt 0f612c660efc683000a84508e14db5c0b12eb5921d3b5fcab36ce1d9006121d8
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root bc499523167da7c29234e536f6cdd7e0db89d6e3137755393a9ec24f4bb6955a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.06712789 BTC
Feerates: 150.61 > 6.73 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (500,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
414,549 414,549 00000000000000000432deb529946f67ce5d4f48c2ab8f32b26cfa943eb64e50 2,345 1.00/1.00 vMB 58
414,548 414,548 000000000000000000e93f1f1710e77ea03663376b75d4a8b8e00a51b786d963 1,240 0.69/1.00 vMB 38
414,547 414,547 0000000000000000034f9654e862a50023f99289ca76eccfa0a239fd47a25aa6 2,360 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.63 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.33 GB
    • Received: 16.20 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.