Loading Tool

Explorer IconExplorer

Memory Pool

80,342 transactions
29.88 vMB
0.09111318 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt 2e8c990604e286537f7e2135c0578a78099a0dca6ef1f9a1ebc82f4eee03c74e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (813,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,740 101,740 000000000003807869df48d94efb033c7e3b4fac7a956400e3f06c034480a42d 3 0.00/1.00 vMB 0
101,739 101,739 0000000000012e6ea09dabfa002a5144a8a171bb22d54192a2b7b615ed410c49 5 0.00/1.00 vMB 0
101,738 101,738 0000000000001fc5767f1755170a75cfa9bca50d53d808777d3d8ff04ad5b363 4 0.00/1.00 vMB 0
101,737 101,737 000000000003092071a06ff3c8e03460a6d07cd1833086cd3ef89a8b3d21e0a7 11 0.00/1.00 vMB 0
101,736 101,736 0000000000035650ba3e7da0eaf717f3d05e12f6ccc4b6dede2953bd7d76dd2a 15 0.00/1.00 vMB 0
101,735 101,735 000000000000b0f0962b5ee9120ced0ad4bb81ec75e126127e01a696ab9ed591 1 0.00/1.00 vMB 0
101,734 101,734 000000000002652b5a127350f99616d7319f03b3d66fd503c6c4f8e7f8546409 1 0.00/1.00 vMB 0
101,733 101,733 000000000002c35b9e1fa9794911ce3907873f3e7a1f14ebb38a678f48e4e421 2 0.00/1.00 vMB 0
101,732 101,732 000000000001a0689b66e4716750c1a2da0269163bc814d9bd5dae7678423d9f 5 0.00/1.00 vMB 0
101,731 101,731 000000000000fdac2e648d1333bc36c090081233f914c3181741b7f11b719501 11 0.00/1.00 vMB 0
101,730 101,730 0000000000023659246615b2a357ca12029c960c6ef9ed902e1987ec84299aa4 13 0.00/1.00 vMB 353
101,729 101,729 000000000000f60d478323c7b333e0df715e02c0e6549938e265570bf5d31af1 10 0.00/1.00 vMB 0
101,728 101,728 0000000000014906fde92e6ec0895795536570ec757813205c0bfa16751fbbe0 14 0.00/1.00 vMB 0
101,727 101,727 000000000002ff5b4f829944bd36379034379ffac851a89d45dfebf5eccb2913 7 0.01/1.00 vMB 0
101,726 101,726 00000000000089fafcf6ecc526bce1ed04471f8f17d9883bb75ae195af8187c2 14 0.00/1.00 vMB 0
101,725 101,725 00000000000009ca132b38d6f7375704c5d1af3c0057c3d353268e6cc50e99a7 13 0.00/1.00 vMB 0
101,724 101,724 000000000002b0bd240657caf9b7e33e2ac3fc9cda8eec7d51f7cbed343c7fce 1 0.00/1.00 vMB 0
101,723 101,723 0000000000013d58950705fb39c47c2bf01a1325fef1803fc65c5883d7de8e59 2 0.00/1.00 vMB 0
101,722 101,722 0000000000014b338b66803cf14bbb2868f8acd8b8ab1875b7925b4b04bd440e 2 0.00/1.00 vMB 0
101,721 101,721 000000000001c39128da79878016164d09745c26bd568dd12aabe08517173ff8 6 0.00/1.00 vMB 0
101,720 101,720 0000000000010fff38c7e458815e97db0c5cef4e20fea724e5cecd2663e89f56 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.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.