Loading Tool

Explorer IconExplorer

Memory Pool

45,828 transactions
29.09 vMB
0.14085710 BTC
Random Selection Loading Transactions
Max Size: 151.60/200 MB

Candidate Block

Mining Attempt f0cb5c003b69753b396b72528a2426dca867d0156ae3d8738f6843ceefdbfd1c
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 25428b0bac0632c2228d85d8a9ae6c829275c5be0f8c09774997462b9ada97d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04278855 BTC
Feerates: 150.75 > 4.29 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (847,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,981 66,981 00000000009c2d791eb4ab473b6f7c23def28a4ef9026b696f0e1313e78d16dc 1 0.00/1.00 vMB 0
66,980 66,980 0000000000736f2c756416076a7ffefd16dc213aa9da33a4ef7fd001567236b5 1 0.00/1.00 vMB 0
66,979 66,979 00000000049f904083d76f991580bba1bb94a7c1ad37b726f622ed69251ebe94 2 0.00/1.00 vMB 0
66,978 66,978 000000000104aaddd79b7ba69d4a6d96958cfb753efb6860bf7de96d468e0a66 1 0.00/1.00 vMB 0
66,977 66,977 00000000001e8e246ab63d878ede53136569f3ecf7ce28f90c14a73a2b8170e7 1 0.00/1.00 vMB 0
66,976 66,976 0000000004c71bad8a7910621a80ec5dff11c3d6faa5d383494b586491177da1 2 0.00/1.00 vMB 0
66,975 66,975 00000000010fe6dec2b812ffebb1c1dc71ff18b9850e1380e3a0df6460fdb37b 4 0.00/1.00 vMB 0
66,974 66,974 00000000057a01cf9aaf3149c271bfd362d7696e9ebbf33afe64a1a7450a7ffa 4 0.00/1.00 vMB 0
66,973 66,973 0000000001bedbea3d2453e98918efe6948f51356c42a683bf3552fe0a37540f 1 0.00/1.00 vMB 0
66,972 66,972 00000000020db667cb85d33b54e71dcfea0daf7cfce82089158ca058651d25bc 2 0.00/1.00 vMB 0
66,971 66,971 0000000001096ee89eeb59cb6e94c0be0f00614feead11102b6b552cf6914c67 1 0.00/1.00 vMB 0
66,970 66,970 0000000001856482ee6b50126c3b8c18a796e9769bc149016e6e457fe2738c50 3 0.00/1.00 vMB 0
66,969 66,969 000000000207e9daa408fc2ed25de43ce26b19fcf834b09ccc7db1d74582696e 2 0.00/1.00 vMB 0
66,968 66,968 0000000001d69a01f16a2f3694daa9eb05edcf25fe674892b5aa84bbbfa0a252 3 0.00/1.00 vMB 0
66,967 66,967 00000000053638488fef307dee4d4a13794148c0c799681c49e8df828855d9b3 3 0.00/1.00 vMB 0
66,966 66,966 00000000041c813186cf174be703ca247b5c6e82f4dee51480005248e4cdea9b 3 0.00/1.00 vMB 0
66,965 66,965 000000000583376ed9c11230b6a211d0b5511b35ca73b9812cd7b9e8bbc984cc 1 0.00/1.00 vMB 0
66,964 66,964 00000000015157561276fb9249eb18677328d2b12bb0439fe5b2e6b56cf9c270 5 0.00/1.00 vMB 0
66,963 66,963 0000000004452b7a5044521c336d2cbaba928d4770c7a64e45aef54daa1866fb 3 0.00/1.00 vMB 0
66,962 66,962 0000000003189b7bd4a5468a40414d4cd7f8097e0c0daae8a60cb4a7b8213435 1 0.00/1.00 vMB 0
66,961 66,961 00000000059b9c576d1dc38e5b1b9eccfe0b1316ad354fa4cbf6a8da2469d816 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.66 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.