Loading Tool

Explorer IconExplorer

Memory Pool

77,775 transactions
29.60 vMB
0.07407208 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 8b37ef61756b6df8c22dac5e4827535b6738d7fde8a05999aa984e151e952c31
Version 20000000
Previous Block 00000000000000000000cf3f5f15c57b2e8fb71d527029774760b564239aaa9b
Merkle Root 957dc92bc674191968a6b46842ec6ec0f8af1f3ac730a31bb3eb7d89812c40ac
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.00876733 BTC
Feerates: 75.20 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,400 (483,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
432,394 432,394 0000000000000000019e0feaadfa988ef867a922ce5713dc3b8c8ad6d8a06d0f 2,513 1.00/1.00 vMB 92
432,393 432,393 00000000000000000279adad2a1f3dd8d999fbb011caaf37b475c5a2f04b2253 332 0.15/1.00 vMB 66
432,392 432,392 000000000000000001bfa41276658272a56a2c87b530bc48fd333fd08b75f987 1,862 0.78/1.00 vMB 63
432,391 432,391 00000000000000000132d4a881d04dd859374dc0fee1d2f7d7e989faba4824ff 1,526 0.62/1.00 vMB 63
432,390 432,390 00000000000000000455fd5b6a4989ac41099ba8d9407fe4e48bfc52a60c3f58 1,361 0.62/1.00 vMB 46
432,389 432,389 000000000000000000e07e1e33fe43a8c4e89415daca78f07c1bace2fc77f4f7 2,808 1.00/1.00 vMB 71
432,388 432,388 00000000000000000305228e7e063add5e0fbde4362f2bd3d138d4147fb89e58 795 0.33/1.00 vMB 57
432,387 432,387 00000000000000000035e840fe73b12ef61671f585fecfe0c44832dd400657e4 1,588 0.62/1.00 vMB 59
432,386 432,386 0000000000000000010bfc891fa3abe72bb7f2947528011bcb7053ef705410b9 649 1.00/1.00 vMB 18
432,385 432,385 0000000000000000041796df2b3dff348eedf3b3a734cb242aab92d16fbe4cb2 1,271 0.55/1.00 vMB 56
432,384 432,384 000000000000000001f6f425b1070bc836fc9633d1f43b10b6dd2ae69bcca6e0 1,407 0.73/1.00 vMB 57
432,383 432,383 00000000000000000072f6077f94e089ec64d6df052f4ddfb0a7ac41c4cd610d 121 0.05/1.00 vMB 64
432,382 432,382 000000000000000003200c01ad764f1591e263de1c89de68d7bbf90b1f18ec8c 1,061 0.44/1.00 vMB 64
432,381 432,381 0000000000000000028143e1d14d4ed7190a32fdb92a88e72a323f3cfaafe047 1,219 0.64/1.00 vMB 37
432,380 432,380 000000000000000003970b96183f48f6b2d79590da13a664c962deef97a2dbc2 2,095 1.00/1.00 vMB 40
432,379 432,379 000000000000000002c33e445b6fec1acb46fa5e43d0f5b7f3e45228030d898b 2,624 1.00/1.00 vMB 68
432,378 432,378 000000000000000000af7d248e018a55f0fe0638e959b9b959bb6d640c100da0 2,958 1.00/1.00 vMB 77
432,377 432,377 0000000000000000045e76415d8691baaf8195f1ac364a3e57fcb112003a1854 2,489 1.00/1.00 vMB 68
432,376 432,376 00000000000000000368fb5fcf9dc4bb3c35d703787a043403d0048dbbfab309 1,060 0.56/1.00 vMB 56
432,375 432,375 000000000000000000336f882ea4b153c4c13e7fbb31626265b7a50c318ef774 1,021 0.44/1.00 vMB 60
432,374 432,374 000000000000000000b30fb44e0e122e16d232ef8f8b6019cfcf418c4176b15e 440 0.26/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.08 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: 721.16 GB
    • Received: 18.35 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.