Loading Tool

Explorer IconExplorer

Memory Pool

41,949 transactions
32.07 vMB
0.10019178 BTC
Random Selection Loading Transactions
Max Size: 160.25/200 MB

Candidate Block

Mining Attempt e69e9c2f2b7f9b89d65e1f2176750cb3cb6ab78a9b2205caa8cc1cfa92ddca52
Version 20000000
Previous Block 00000000000000000001da8eac2d8e7f938d243bdaa04666102f20fda9eed443
Merkle Root 8b520d23ee3c2bd75acabbf24f8c9873b07b3ffb240d40490669a807c1836355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.03164880 BTC
Feerates: 501.77 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,363 (819,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,046 95,046 00000000000519a14b83e183018c7c33b184893ed75c7ddb088c3a7af5c25718 1 0.00/1.00 vMB 0
95,045 95,045 00000000000363a15051dda4295535852fc26e762a9b2f0aad8766e4ccdba592 2 0.00/1.00 vMB 0
95,044 95,044 000000000001b80086d0741c9d29c2000c102e7278a382aba710da5abdd5c755 1 0.00/1.00 vMB 0
95,043 95,043 000000000003e99afc54278cac9bb418a28618b9e26256c4befed64ffd85bf9f 1 0.00/1.00 vMB 0
95,042 95,042 000000000000343cfac5cc495007b6e004c0645b97aada1f469f42992312148e 2 0.00/1.00 vMB 0
95,041 95,041 00000000000434e23915110a891aa0e4d8e671e097d5342a48df1e504e5164cc 1 0.00/1.00 vMB 0
95,040 95,040 000000000002ee8113f1f8a62d0d0d54837016981a6f19534d907afd616cfb91 2 0.00/1.00 vMB 0
95,039 95,039 00000000000086bd5432847de03ee64b4f0bfe23535cba469e7dc7b96da1fe40 7 0.00/1.00 vMB 0
95,038 95,038 0000000000028b06868461cae307e603b9a200247a4c63d0da605f29738c5e9b 2 0.00/1.00 vMB 0
95,037 95,037 00000000000310c6b67c20cdc8f5c9624ee3894b6f607e7b9d5e63891be309d3 1 0.00/1.00 vMB 0
95,036 95,036 00000000000460b3e910784fb0a4130e63449cc5c339d16d07f6ca1b94ed1fb7 2 0.00/1.00 vMB 0
95,035 95,035 000000000001e4701b642986cda53997a65b31ec89ab542a3b7a7df92fa422e3 1 0.00/1.00 vMB 0
95,034 95,034 0000000000032dfa5ce6b6d945f9955a28f249368bbd526d84aeac53f2b14dc1 1 0.00/1.00 vMB 0
95,033 95,033 0000000000034e3f7afb9afc5377187ca6e418c28d1425dbb1214b25c7629a59 1 0.00/1.00 vMB 0
95,032 95,032 0000000000060451b04e4e13e3f9f56358ce17b242d5582605ad26b499fd4c9a 4 0.00/1.00 vMB 0
95,031 95,031 000000000003043bae28cc5c2d4a49b6df4e5b24cab863812e319845c48d3825 1 0.00/1.00 vMB 0
95,030 95,030 000000000002a3c402dda39a1de32e9622dce6447c70a1e5110458076a273ae5 1 0.00/1.00 vMB 0
95,029 95,029 0000000000027ba62b58126a45f983026e9069ee67f5f8ed31fef7b00e7e32e1 1 0.00/1.00 vMB 0
95,028 95,028 0000000000079f36e55a201f9c9be94fb7b0855c8f2cabcfecd4cfc9466a494d 3 0.00/1.00 vMB 0
95,027 95,027 00000000000246f4bb6af8456d3e62928c505d28aa6a1968ad919c2720c1be7b 1 0.00/1.00 vMB 0
95,026 95,026 000000000006cba0a74265e431b169741eb2dc1d6d188f443b3bac81e5ccf37b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 593.23 GB
    • Received: 9.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.