Loading Tool

Explorer IconExplorer

Memory Pool

43,823 transactions
28.09 vMB
0.10256489 BTC
Random Selection Loading Transactions
Max Size: 145.41/200 MB

Candidate Block

Mining Attempt 392620e8c3d59f128019b62bf564252c2285859adfe534bb097164e431b98826
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 626413a6a2a2b98ceea06d3c4a74b7476939b74d1827980a1d3b61ac851203d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.04180637 BTC
Feerates: 180.94 > 4.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (228,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,184 686,184 00000000000000000001f2c07f5306251093ef82e23858d9a290e370e6057b6c 1,197 1.00/1.00 vMB 18
686,183 686,183 0000000000000000000a544159c736913fa4f7e6dcddd03d14a5882d83ca3477 1,959 1.00/1.00 vMB 28
686,182 686,182 000000000000000000015a4281d87d21a741b653f5b1a287aa9c4bb1191f1f5b 2,557 1.00/1.00 vMB 15
686,181 686,181 0000000000000000000885822b2157cf1f9c511db9ff45f12e57008d503e44e9 1,898 1.00/1.00 vMB 34
686,180 686,180 000000000000000000026d06a444a6a3a488d714a09eeca6efb1ef3d48fb212b 2,667 1.00/1.00 vMB 67
686,179 686,179 0000000000000000000206b1dcce0d739509b4ae663b3431e28aaa83375f85f5 2,152 1.00/1.00 vMB 30
686,178 686,178 0000000000000000000b3b651e78f59d2945ca49fbe545b756438b76434d7387 1,286 1.00/1.00 vMB 31
686,177 686,177 000000000000000000054c8cf9482b2c1c63a055e7ca53e627dd375dd1872f13 1,048 1.00/1.00 vMB 49
686,176 686,176 0000000000000000000d255bf4cee7af701beff63dbc89c88a873aa9937b2e0d 2,001 1.00/1.00 vMB 61
686,175 686,175 00000000000000000007d78e31e1a0a24af9b44e9f07e54ef0e309121872a08b 224 1.00/1.00 vMB 5
686,174 686,174 00000000000000000002ac3b663d799e594e8a0fa511f5f7472052aadc833b97 2,478 1.00/1.00 vMB 44
686,173 686,173 00000000000000000006ac80be330d62d7a1b914062eefff5c862bf62c0af6ef 2,222 1.00/1.00 vMB 30
686,172 686,172 000000000000000000097f47fbb3a1e2669f1d9beaa9e0710fa1a3e1a15211cc 1,963 1.00/1.00 vMB 19
686,171 686,171 000000000000000000020a1d5308f9fcc2124ff73bf11f0ecfd6dab3c6d957b0 1,133 1.00/1.00 vMB 8
686,170 686,170 0000000000000000000bfe4d7b29d397c943854c0293d77587dad788f0356d20 1,750 1.00/1.00 vMB 25
686,169 686,169 000000000000000000056218663546091cd21baab56f2b17fd6c024b1bf5d60f 2,554 1.00/1.00 vMB 18
686,168 686,168 00000000000000000006be52d531233856f2380873f52572648de1046891dcb2 2,012 1.00/1.00 vMB 29
686,167 686,167 00000000000000000002790687bdbda23d7199440fc350c14894d317fa894318 2,073 1.00/1.00 vMB 34
686,166 686,166 0000000000000000000cc672cd97de3d063094636ea8f7bc92f5e159bd00849f 1,028 1.00/1.00 vMB 46
686,165 686,165 0000000000000000000189135bfdd4e132f37f78b1d7a941f73199e1a3e812fd 1,719 1.00/1.00 vMB 55
686,164 686,164 0000000000000000000d07dbe684fed966ab952a4ad3f376acd2394690d625a6 3,161 1.00/1.00 vMB 63
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.85 GB
    • Received: 12.22 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.