Loading Tool

Explorer IconExplorer

Memory Pool

42,390 transactions
28.20 vMB
0.09672840 BTC
Random Selection Loading Transactions
Max Size: 146.22/200 MB

Candidate Block

Mining Attempt 0ad7a764899712d096f83c095bfde1b6a5232897bb3e73a110f8fd35ebe0d25d
Version 20000000
Previous Block 00000000000000000001dc7d8af27fbeaa83efa4a354c22a9b1c23db4f2935e4
Merkle Root 5d3d3686512ee3a4cd314444335cf1cf59d78cfe0624471b657ef7740ad4f732
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,832
Size: 1.00 vMB
Total Fees: 0.03988219 BTC
Feerates: 477.45 > 4.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,252 (813,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,054 101,054 000000000003f14f5a342f50edb106377b57e70dc54c56047476405070fc7be4 1 0.00/1.00 vMB 0
101,053 101,053 00000000000111ccdb3c454502f9763a87487e6b266040ca5f536c6ee793de86 2 0.00/1.00 vMB 0
101,052 101,052 000000000002d6394e8a05acb537e431472ff9a76243f63ce7647ae682d74b73 1 0.00/1.00 vMB 0
101,051 101,051 0000000000002a5c0e632c24a441e14f6562154dd6f0bcf8e7397852997aebea 6 0.00/1.00 vMB 0
101,050 101,050 000000000000afd5d3c53238c4e0c28ce293f92fc7c9d0d56accac1b71e80255 11 0.00/1.00 vMB 0
101,049 101,049 000000000002a2b447c89454a6d5ceae629de2bed4f642e0376179c0434bec5d 2 0.00/1.00 vMB 0
101,048 101,048 00000000000079a84c5b24fecf08352a08b9499063f665c303e9580874eae3f2 1 0.00/1.00 vMB 0
101,047 101,047 000000000003ac828a177085bf54d65d4803cf44b323da92d0d3e6e34b10ce39 2 0.00/1.00 vMB 0
101,046 101,046 0000000000025dd2f0834baa91a16e1278dcd6f1fdeb56b1f9423d82139f9b4e 1 0.00/1.00 vMB 0
101,045 101,045 000000000001a076c17a588f207f32776a5a7024355604db9103092138caa4f5 4 0.00/1.00 vMB 0
101,044 101,044 0000000000007d9fa0c4f88cbd0a1869853d1003913bba74dc9b2ed6e1bb8911 11 0.00/1.00 vMB 0
101,043 101,043 000000000003ea530e4e8e6075a4008d24ef0e4c551ee173ba5a6492bbe1a072 1 0.00/1.00 vMB 0
101,042 101,042 00000000000051a5def327f6193ebbd6954b1d4e0e59607f509e97de033d0831 1 0.00/1.00 vMB 0
101,041 101,041 0000000000008eafc23a591eb606efe842c9b5f4274b97c9a8dee6928a694b04 18 0.00/1.00 vMB 0
101,040 101,040 00000000000197361622c2cf6731cb5c654b939021712041737f14976cf32c98 11 0.00/1.00 vMB 0
101,039 101,039 000000000001d6fcfe7447070d6063472cf1c1e29d729e7fe16993eed14716f8 4 0.00/1.00 vMB 0
101,038 101,038 000000000002386ebd3fd2263d82bdb64cede63484f8ad6162d98cf1dbafe104 3 0.00/1.00 vMB 0
101,037 101,037 000000000001340a768551192075155ea98203f9fa70c7a449f626c1283d4b71 4 0.00/1.00 vMB 0
101,036 101,036 00000000000207665c5f8af1a0a9885618a4fbafcc75401b5b9e1adba99d6002 4 0.00/1.00 vMB 0
101,035 101,035 0000000000030dfa153b5170be0a80910836da33d0671bd3ea5decc8d8e3e9f4 3 0.00/1.00 vMB 0
101,034 101,034 000000000000c1852e36a6f4b64bba8820021aef19172ba3db56fd6744a9382e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.04 GB

Node Details:

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