Loading Tool

Explorer IconExplorer

Memory Pool

42,679 transactions
26.67 vMB
0.08198886 BTC
Random Selection Loading Transactions
Max Size: 139.42/200 MB

Candidate Block

Mining Attempt 6254356c1b0a7a15b29dc7cc7822733bc9b2cc201e86433d8b28d05da8cffb08
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root c9ec974a57f511e5b4bc8c080c9f5393180f935c1a4d9608918fe8397606dd15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,647
Size: 1.00 vMB
Total Fees: 0.03285829 BTC
Feerates: 151.16 > 3.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (150,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,334 764,334 0000000000000000000668f91abbb8cc1d8532b312bca0b78bdddd4372a4688f 2,412 1.00/1.00 vMB 13
764,333 764,333 00000000000000000000356dd1f6af04d4a058dabbf1df5dfb4087ccadbabd4e 1,195 1.00/1.00 vMB 13
764,332 764,332 000000000000000000017816a26a0be8cbc12e6e9e55043b35e3927b1049ada1 2,688 1.00/1.00 vMB 25
764,331 764,331 00000000000000000000a137b2cd70ab2ae57f49b426867ba9db8957217359f8 2,062 1.00/1.00 vMB 26
764,330 764,330 000000000000000000060e77264207a3949cf10233d25658f8203bfb679cd1b3 2,400 1.00/1.00 vMB 29
764,329 764,329 00000000000000000004e13c22d5b42ef5899aea3aeba49ebcfbf87eef01a501 2,756 1.00/1.00 vMB 32
764,328 764,328 00000000000000000002cdff767b91aa4cbdcb8024f5fa7e7a49b6e3e7926ee4 2,779 1.00/1.00 vMB 48
764,327 764,327 00000000000000000003d5cb7e3cf99b954d3126df780c9d2c419d08827b36d5 2,984 1.00/1.00 vMB 39
764,326 764,326 000000000000000000032ba8be1a43cab16c5ef2261dd7c1c968280afd906208 1,692 1.00/1.00 vMB 22
764,325 764,325 00000000000000000005e805a187f6d5e49c95e7c94314d3483ad2cce58a1734 2,244 1.00/1.00 vMB 29
764,324 764,324 00000000000000000006e4fb53e3bd37bebaa0046d2dd33eda206377e2062531 1,227 1.00/1.00 vMB 21
764,323 764,323 000000000000000000036a00ca985e2db7465a1ab5456e9f7aa872f1a9660130 1,961 1.00/1.00 vMB 21
764,322 764,322 000000000000000000023d3f0412632308719d888423248b9fe2bdfbce5282fb 2,483 1.00/1.00 vMB 31
764,321 764,321 00000000000000000002fd4224de37df84b173d6834424e5be8cecf157a9d695 2,748 1.00/1.00 vMB 30
764,320 764,320 00000000000000000000bda28e9b2f1a59e6da0cf333d74c81dc4a9ff8f30315 2,994 1.00/1.00 vMB 31
764,319 764,319 00000000000000000005aa9c35bcabdd5bbd578c577b72d44912a02abc6e704e 2,460 1.00/1.00 vMB 19
764,318 764,318 00000000000000000001788b7cd082bb430da5e966ca70473d691e3619138b91 3,086 1.00/1.00 vMB 22
764,317 764,317 000000000000000000023ebe2c7879b7ff0a04699f645c7f631b7affde51b0a7 2,301 1.00/1.00 vMB 24
764,316 764,316 00000000000000000001971f7e493abc7afb0e83e35e4774467a82d4916c9dc6 3,109 1.00/1.00 vMB 33
764,315 764,315 0000000000000000000133ad52e446d9ccb8724b08996072ef7f8886a0790f07 2,176 1.00/1.00 vMB 31
764,314 764,314 00000000000000000004119e2f1c91e7c19561dd844d5832e57662598904816a 1,900 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.