Loading Tool

Explorer IconExplorer

Memory Pool

44,040 transactions
26.82 vMB
0.05551847 BTC
Random Selection Loading Transactions
Max Size: 142.08/200 MB

Candidate Block

Mining Attempt ffb85a0176a16db55532e4abd84a6859691b00c5910df193f58b7bfe5c7f0391
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root bcb35951ea8103178e65d926174ebfa2598fd864fe593d93d713336bb86ac5d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,540
Size: 1.00 vMB
Total Fees: 0.00592266 BTC
Feerates: 100.52 > 0.59 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (863,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,629 51,629 000000001bd4f90ca1062acda3ca515968f6c2013bc63efdb1878dfae7eea38e 1 0.00/1.00 vMB 0
51,628 51,628 000000000b084013bda4960edac6d9d3a415dd2b40000c599117afded86267e4 7 0.00/1.00 vMB 0
51,627 51,627 0000000011ca9f9a4739a55051361ff70f2d6702b6f32fe3d829734ef0b0a779 1 0.00/1.00 vMB 0
51,626 51,626 000000000cd86899be15664efa2b3c878036140acad9344fa2ea7e072fcd1baf 2 0.00/1.00 vMB 0
51,625 51,625 000000001f9c1e72cc54615fead229dd9f387037d9c50ecce85d97b6147af7a9 1 0.00/1.00 vMB 0
51,624 51,624 000000001f74644ba12e9f386133987eace52a25c162bb7b5d184f9a85eaf531 1 0.00/1.00 vMB 0
51,623 51,623 000000000f194677195708fd62b0229be748f4d7dc8f3f0c4aef02e55922c614 1 0.00/1.00 vMB 0
51,622 51,622 00000000039a6eb893ef8a620aec00df90e4b24a3a49ad5fa9dd0f241cf97c2b 4 0.00/1.00 vMB 0
51,621 51,621 0000000001875acedcb6efc54aeacd120b7d597ec83dcb0ccb7f08e424797ba7 1 0.00/1.00 vMB 0
51,620 51,620 0000000001f07235091e91da04cd9943e8f0d20c460cabd065ee96262b7cb0ac 1 0.00/1.00 vMB 0
51,619 51,619 000000001b476f92d7cb85ff3637cd0c7922761f8cc5b8dd0b599eb8a23e9f1e 1 0.00/1.00 vMB 0
51,618 51,618 000000000668fef7c144c1ab8cc8ce4688843a86208e1c37902d485d262d1493 1 0.00/1.00 vMB 0
51,617 51,617 000000001aefe46ffc257e12c4aa877a7ba4963e6cbf3f46b16ffe7d7268ab1c 1 0.00/1.00 vMB 0
51,616 51,616 00000000115f10df689edd4a730a203b8fdcac6e5ce84a2fe8b67cb9edf5bacd 1 0.00/1.00 vMB 0
51,615 51,615 000000000c25131bafa6d882fc162c05d792d613e7f75f997f1ac0e13928a569 1 0.00/1.00 vMB 0
51,614 51,614 000000000cd2c86360efa7c9eb6f9ccdd6d6af70e401daffa77e875df95e6726 1 0.00/1.00 vMB 0
51,613 51,613 0000000008b3473f684adb0da7d9ddaac024314ef464d8807c3b597d62ef1091 1 0.00/1.00 vMB 0
51,612 51,612 0000000007f056433f00ee6566520703c9048fdf5f97c2e0254603db8c5f1a22 1 0.00/1.00 vMB 0
51,611 51,611 000000001fa3de18adb99e7efec4b41a9f7cd3801f49148a90f7150208af4455 1 0.00/1.00 vMB 0
51,610 51,610 000000001b40c3828d557b835ab1c84c1c033ee5a7a79d0ab370c2457838a754 1 0.00/1.00 vMB 0
51,609 51,609 00000000123841c9bee966f85818f61b359655b2b1c8a7987b3dc93eb88c2298 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.03 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: 650.21 GB
    • Received: 13.25 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.