Loading Tool

Explorer IconExplorer

Memory Pool

80,806 transactions
29.63 vMB
0.12354112 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt e251f78268aa010953066983e6465489349d7fa6758edf43c772ba129200ea12
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 103520f8c61d6e0a1ac27f14cb4d350963cf73aa56e63fbefccb446b8d21e4cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.05829514 BTC
Feerates: 151.07 > 5.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (548,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
366,186 366,186 00000000000000000398864ac1ee4b20c2997caa46aadfdb0776d6b6cf008a6c 1,685 0.75/1.00 vMB 41
366,185 366,185 00000000000000000209e46ae0272e425c5f04e9bfb0f709d5a3f53017c8e1b7 2,782 0.75/1.00 vMB 53
366,184 366,184 00000000000000000ac688d8b2b5f2a49d3328cec81e112ea495f678ecbb4648 1,993 1.00/1.00 vMB 48
366,183 366,183 000000000000000004c38c693d56678451849845366981e4aa1e59b34b6eed3f 1,700 0.86/1.00 vMB 41
366,182 366,182 000000000000000012aaaa1af7cb658d4a12e9764a9a710cece91ee1b7367862 983 0.41/1.00 vMB 44
366,181 366,181 0000000000000000136396a73f190fd4b24d2cc9c97e1481272eb5b17c55c5f2 595 0.31/1.00 vMB 33
366,180 366,180 00000000000000000e19960fe5a2f9b83b375025cba09345c2ff3fd850856067 1,848 0.93/1.00 vMB 43
366,179 366,179 00000000000000000bbd788b30ea2061f1dc5704434fcb8b1a17b00a63bd3fed 502 0.25/1.00 vMB 37
366,178 366,178 0000000000000000045a95ff5977cba8188926dd11bba3797e65582aac24ed23 1,245 0.82/1.00 vMB 29
366,177 366,177 0000000000000000018b604f9237448caa631fb5862a64924fcd415ad64b61a0 1,773 1.00/1.00 vMB 36
366,176 366,176 000000000000000003eece05ee2f5cc1ae98e84f2936f06b1e9ae62c274b17ed 1,241 0.93/1.00 vMB 21
366,175 366,175 0000000000000000006b9484994bedad2316b2c75b47d5e743d379aa719ba081 1,726 0.93/1.00 vMB 41
366,174 366,174 0000000000000000140e452889f9a7739b6d73c3d7ab8c45ebf62ec99b78afe2 2 0.00/1.00 vMB 0
366,173 366,173 000000000000000013d1257b26228d346a3166a19e9f9d00df8b224971e724b0 2,349 0.75/1.00 vMB 78
366,172 366,172 000000000000000002575edeffd0b014c6291e9fd1f7a1721cfa2fddbf5109c0 748 0.43/1.00 vMB 72
366,171 366,171 0000000000000000084dfca0f9820b8a4607cf6dd7b61e7b410d5c63027f0a90 123 0.08/1.00 vMB 32
366,170 366,170 0000000000000000118998d9ef2128c646ae70544947f5c05c8b72faf6c7ff9b 326 0.14/1.00 vMB 63
366,169 366,169 0000000000000000154153ddda870bb8ef292a85a54d950e171c18e80ca19b2b 870 0.47/1.00 vMB 73
366,168 366,168 00000000000000000a1c314fe0e65820888a3d427e4a0318a0ef7b8da2ac5214 1,338 0.81/1.00 vMB 140
366,167 366,167 0000000000000000133ef2c808da3978d0c6f57c1e5317f97c5feaf28215aece 793 0.44/1.00 vMB 113
366,166 366,166 000000000000000008173efbbd13b226fa79d9d2e6e91a20a3d6cf8e8a87420c 1,021 0.53/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.59 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: 671.64 GB
    • Received: 15.97 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.