Loading Tool

Explorer IconExplorer

Memory Pool

76,091 transactions
29.11 vMB
0.10321870 BTC
Random Selection Loading Transactions
Max Size: 172.11/200 MB

Candidate Block

Mining Attempt 806d10a471f64a63e26633b52a91426aeae73c1a8f58c63a1d2dda04d9288a66
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root f7161592b94364a70dca4d170b1e6a61c2f201826fa0145c2bd386c3162b5e0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,413
Size: 1.00 vMB
Total Fees: 0.04117317 BTC
Feerates: 201.37 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (229,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
685,095 685,095 0000000000000000000276a3071c12dc8952f62c0a09c066e7837944a97535bc 1 0.00/1.00 vMB 0
685,094 685,094 00000000000000000002af00dc86cfc99c8843c7a4906a1ec3b0a79712334d81 2,145 1.00/1.00 vMB 98
685,093 685,093 00000000000000000001285810a20074bac3c4e7dc9f387fa7bce275b9133624 1,523 1.00/1.00 vMB 29
685,092 685,092 000000000000000000069592630c4f6e49406d7cbccead3c02c3d3f468f5044f 2,381 1.00/1.00 vMB 44
685,091 685,091 0000000000000000000acfe2be2c8d932fb11707fae71b9e4ac721515c452cea 2,138 1.00/1.00 vMB 32
685,090 685,090 000000000000000000004f2796c35989b9278e8141437ef3c0e97021444f79a2 2,331 1.00/1.00 vMB 26
685,089 685,089 00000000000000000008e04730aaa00defb1aa38ee7f40f52f498128a17d381f 1,850 1.00/1.00 vMB 20
685,088 685,088 0000000000000000000770c9f7913a71ff2cfcaf27443ef80e2150d787e9cd18 2,628 1.00/1.00 vMB 49
685,087 685,087 0000000000000000000342a4ea8b196b42359eaae2c6dd28898faf20123dcb04 2,586 1.00/1.00 vMB 52
685,086 685,086 0000000000000000000a16f5725fad6f7cef202de2edc907934f9b989b1de658 1,374 1.00/1.00 vMB 46
685,085 685,085 000000000000000000062891fc182f36074b40e219a8f466ee60ca3d819a808f 1,598 1.00/1.00 vMB 55
685,084 685,084 000000000000000000057e5ee47b6b7d258681488849b8c71e803ee9a297a8e1 1,819 1.00/1.00 vMB 82
685,083 685,083 00000000000000000007deaafeaa44c60080c9245de9c2727a3fd13624d7cfef 211 1.00/1.00 vMB 77
685,082 685,082 00000000000000000007ace2283c392cc444279f4bc6858c5568beb180fbbd28 1,580 1.00/1.00 vMB 94
685,081 685,081 000000000000000000070e8abfd21efbf2abdbd6a8fcf7d2568c14342db350e2 928 1.00/1.00 vMB 54
685,080 685,080 00000000000000000003c6a5227a55d008ba31722409c9d62a463d712ff838ca 1,399 1.00/1.00 vMB 64
685,079 685,079 000000000000000000007b61f92756b43981696039f1cb040a7b3d7d81b78902 1,338 1.00/1.00 vMB 55
685,078 685,078 00000000000000000004edfa513602de4699fb27afa15ee70a8ac46d840d3cb9 2,814 1.00/1.00 vMB 94
685,077 685,077 00000000000000000008957424d82ea537b367015c116f55da5414ea6420ada8 1,272 1.00/1.00 vMB 51
685,076 685,076 0000000000000000000a7eae3c256e5dcc7c0fa758bee46b7a5c9f163d840154 1,410 1.00/1.00 vMB 65
685,075 685,075 00000000000000000000fb9a59eedefc35a6c186b073765a18f1af8f0e08b37f 1,632 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.