Loading Tool

Explorer IconExplorer

Memory Pool

45,594 transactions
27.23 vMB
0.07642122 BTC
Random Selection Loading Transactions
Max Size: 143.71/200 MB

Candidate Block

Mining Attempt b9c47ca12d1e4fdaff0b1bc5ec11ebb999bdc3065b53ba6b4a05ae2f5d6aa780
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 91c5e2239d4e1ad4d9e544763dbb6ae153f5c2585214d02516cf13ff3415f1e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02550693 BTC
Feerates: 201.13 > 2.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (149,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,836 764,836 0000000000000000000757d1a86d5755aaf123e68c2ed6da905c91af7a63d97a 905 1.00/1.00 vMB 7
764,835 764,835 00000000000000000003cec3ec7aebb6bd9bf9b9abd3ca6b7ded5bb952917fd8 1,003 1.00/1.00 vMB 2
764,834 764,834 00000000000000000001b242cf31e0018bab8628bfacf03926a3a2631fb1b717 1,886 1.00/1.00 vMB 16
764,833 764,833 000000000000000000022e1e60e7a31b82e677984872af68efe9a7c2d32029a8 3,347 1.00/1.00 vMB 18
764,832 764,832 00000000000000000005dfbb4b3ef9fdc85c98c19beb53c698259c4f3f87a1bf 3,064 1.00/1.00 vMB 20
764,831 764,831 000000000000000000067ac6a41c07baa349e2157e10da2290ff4e08eecf0f57 1,871 1.00/1.00 vMB 27
764,830 764,830 00000000000000000002adf525a0f54bc31fc15a826093040868c2b08c39d2f1 1,188 1.00/1.00 vMB 15
764,829 764,829 000000000000000000072720f576f3d0a1f962bde5643f63bb2b2b8bd3f70778 2,132 1.00/1.00 vMB 10
764,828 764,828 000000000000000000044159acb5c0efc36e62c3792ba53a1f6f4d31fddf8ba6 3,127 1.00/1.00 vMB 36
764,827 764,827 00000000000000000004375ff929864479b73d1554006291277e39b0794f3f5e 2,496 1.00/1.00 vMB 27
764,826 764,826 00000000000000000000cf9374780f7114617a2faf3fcad114ccd60e57731f3e 2,594 1.00/1.00 vMB 29
764,825 764,825 00000000000000000007147696936c59488bf618d99aae631221469e6a93ff63 3,385 1.00/1.00 vMB 30
764,824 764,824 0000000000000000000635ba728fcf3393d4feeed57dee4876e49f8a972906a0 2,435 1.00/1.00 vMB 44
764,823 764,823 0000000000000000000501c9ab5987367db0906780322f3e19b7b3106b8b1510 1,621 1.00/1.00 vMB 14
764,822 764,822 000000000000000000079681b539760e18ebbb6a58c1559b147f408a2975b454 1,176 1.00/1.00 vMB 19
764,821 764,821 00000000000000000002497c210bb189f7bd6aecccaadb00c6bd34b35f142662 2,159 1.00/1.00 vMB 16
764,820 764,820 00000000000000000001d2bbf60d10a33ecc7473dc1f71284f9e5b5f1a25d8d3 2,640 1.00/1.00 vMB 19
764,819 764,819 00000000000000000004e8afe3c8bd73b9d340e9d74d50d225270a2d1b3102e8 3,183 1.00/1.00 vMB 31
764,818 764,818 00000000000000000004b18527f213c610076252b35a92efbf8587f0113babd6 2,105 1.00/1.00 vMB 25
764,817 764,817 000000000000000000011034642027e49bca6d5b7aa9955b63bf2b114030d614 3,466 1.00/1.00 vMB 28
764,816 764,816 000000000000000000070288d815ee7cc5cf815efa0f6ac1a5518cafcafd2650 3,360 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.