Loading Tool

Explorer IconExplorer

Memory Pool

82,505 transactions
31.44 vMB
0.08879350 BTC
Random Selection Loading Transactions
Max Size: 190.96/200 MB

Candidate Block

Mining Attempt 94aa50a711b47762bc1211139877387ab34beae88e3c7c64ad657efe84b547cb
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 238583904c9c39f78a873d679e9d390f0595278af9e5238a0b3c4369ae3d9d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.02068684 BTC
Feerates: 100.18 > 2.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (117,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,039 798,039 00000000000000000000d5ae3fbf0bf29e23004c4a03e705b897e90b17dd83dd 5,004 1.00/1.00 vMB 5
798,038 798,038 000000000000000000049f543800b9b911fad171bbc96448cf9bc468c4122a81 6,776 1.00/1.00 vMB 4
798,037 798,037 0000000000000000000462e869e69efecd0e3611e6e9a0e335156f84f69639e9 5,845 1.00/1.00 vMB 6
798,036 798,036 000000000000000000034159b1e0bd55718243fdbd64a2500a9dae445e6c5b71 3,268 1.00/1.00 vMB 9
798,035 798,035 00000000000000000004b9255454b3c9ea6d3c2ee50a281c6c19167ea0a8467a 2,888 1.00/1.00 vMB 5
798,034 798,034 0000000000000000000514457b9770d3ef0a23bf48ea1f43b4c3a21140a50cd9 1,898 1.00/1.00 vMB 8
798,033 798,033 000000000000000000047a2eda0fe68a40fd34660157f442eb606c4ee4a7234c 2,275 1.00/1.00 vMB 9
798,032 798,032 000000000000000000032cee3635cc4a7f421385483a2aa72fe4f1756081c302 1,889 1.00/1.00 vMB 4
798,031 798,031 00000000000000000004f929bcbbcd56185e77191a5e2e7f006cd2a3a2bf883b 7,004 1.00/1.00 vMB 3
798,030 798,030 00000000000000000004b7e932f938dc047177126f527125d1c7c29fe813807e 1,760 1.00/1.00 vMB 7
798,029 798,029 000000000000000000047f95ed9bcedf89272d7492936774c48f4af4f3cebbfc 1,910 1.00/1.00 vMB 13
798,028 798,028 000000000000000000004adcac7e9dc4d8260bb8ba138d64d7cfa7ef8579f2f9 2,747 1.00/1.00 vMB 13
798,027 798,027 00000000000000000005582e5d95a361d168ea53b9575947a9239e94e4513593 5,729 1.00/1.00 vMB 6
798,026 798,026 00000000000000000001ddb0f1594e39e3b6c0a1118f47c9f0e390de789807cf 5,599 1.00/1.00 vMB 5
798,025 798,025 000000000000000000022bda7e7da0521361f941ee9b05e037f051c570509c19 2,337 1.00/1.00 vMB 4
798,024 798,024 00000000000000000002e49c0c0573ee98beabb544761b9e10c7f54be4042494 2,207 1.00/1.00 vMB 8
798,023 798,023 000000000000000000011f8f4770960aeedbaccf8ea60a86ca978c1ec098828f 1,869 1.00/1.00 vMB 11
798,022 798,022 00000000000000000004ccc8f80f084bd9a0745cf78768777e6c1c8e71765f8e 3,301 1.00/1.00 vMB 16
798,021 798,021 00000000000000000002ecc863009c009e0a3b28a91a29e189aea6a1693bf6e2 4,167 1.00/1.00 vMB 7
798,020 798,020 0000000000000000000081f6599db603a42354154e99319402452bd6f35b1195 3,442 1.00/1.00 vMB 6
798,019 798,019 00000000000000000000073f29830749bc7c4a9aa1499bf189bcde81b02d80a8 1,957 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.