Loading Tool

Explorer IconExplorer

Memory Pool

39,344 transactions
26.90 vMB
0.06852574 BTC
Random Selection Loading Transactions
Max Size: 138.39/200 MB

Candidate Block

Mining Attempt c450c795cb7f477d094122583ea73ebc4f4bc36b60e1905e65179c8e94140150
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root c89659eb22714dcd0169796bb272f9374bbcc0ce4b4a261289ce134e8faeff07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,683
Size: 1.00 vMB
Total Fees: 0.01795118 BTC
Feerates: 107.72 > 1.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (912,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,762 1,762 000000007d95532530049dbbb1aea78bc0d0a71b8b9f07ec8871ff3faca8c28c 1 0.00/1.00 vMB 0
1,761 1,761 00000000e98eb630ca32444cb0621dea8818feea9039296ab322fc6f283f296e 1 0.00/1.00 vMB 0
1,760 1,760 000000003e029e3e141af6aa26bc2a7a212dc66af32434a7ca82bf2890183fc8 1 0.00/1.00 vMB 0
1,759 1,759 00000000d52d9d0b6fe6b9ec08096d3da59c3dcdaa2e29bef2dffdfc905f5f7a 1 0.00/1.00 vMB 0
1,758 1,758 00000000fe47c494b4ff5393c885888f6e1b134c09ab42e06d40bc795d9d9ed6 1 0.00/1.00 vMB 0
1,757 1,757 00000000f512066d0e3b2d3599420092efd44976a82cbf4d335beb947031e891 1 0.00/1.00 vMB 0
1,756 1,756 000000005ba792c43083919a3352d96da39563de6553a660b929071f90eff728 1 0.00/1.00 vMB 0
1,755 1,755 000000003a4e4b9193c3632d820ba93ec30f192c4bd0be902f6304edeeaca9a6 1 0.00/1.00 vMB 0
1,754 1,754 000000001346de321c79a533dea54f329d69acced37153324594e6b615775909 1 0.00/1.00 vMB 0
1,753 1,753 000000000c6bcf9721175a9eac5fb5ef240d9fa96b1ebb2ac30608788c055c5f 1 0.00/1.00 vMB 0
1,752 1,752 00000000f396ab6b62ba13ef214dfd15b1f17062da8d99742d63bbeeaa5a6a3a 1 0.00/1.00 vMB 0
1,751 1,751 000000005b5c1859db198e9f51966a1719e53efb00a3ae7f2d5489bb9e9db1df 1 0.00/1.00 vMB 0
1,750 1,750 000000003fb07cd6b88c2d72edacd4c9d168fa06c8c9859cd51a9eb593ff8f97 1 0.00/1.00 vMB 0
1,749 1,749 00000000972a2a2e86dc713a277acadba1620837d2b9855dea844ad81e302a53 1 0.00/1.00 vMB 0
1,748 1,748 00000000537e9a57c4218c609393dcb41d415e998ee6c9081a4815fab60bd2b5 1 0.00/1.00 vMB 0
1,747 1,747 0000000059976df5b284b60f9aeb7bf97cc76b2647a47bced51168848c0f113b 1 0.00/1.00 vMB 0
1,746 1,746 00000000446f4aca4f8a35100496a83d97502b35129ed1301cafe7943d2dfec1 1 0.00/1.00 vMB 0
1,745 1,745 00000000047d04b3f745bdb8aae8f84313a611c3a68d0d23a6c2326fcc0dafd3 1 0.00/1.00 vMB 0
1,744 1,744 00000000fcb88e7c9e4300f89c53c2c1bf547335e2edc1d88b226717dd2c618e 1 0.00/1.00 vMB 0
1,743 1,743 0000000062ae6360470475642d32e20fea058d523b9eb55f8eef54d77a4aad52 1 0.00/1.00 vMB 0
1,742 1,742 000000004963669f3b1276e3222d0a6539fad4ca5b1bb5e7150af49f5c6751f1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.21 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.