Loading Tool

Explorer IconExplorer

Memory Pool

71,539 transactions
27.69 vMB
0.10604176 BTC
Random Selection Loading Transactions
Max Size: 164.33/200 MB

Candidate Block

Mining Attempt 7d70918a368f6b7c3b98879722a5f23bec0276d1abce0b409860607b1895f0b7
Version 20000000
Previous Block 00000000000000000000e8ef889c1b13289136c7e04de862ebdaa50553042257
Merkle Root 1d6ab8f88cf2fd55d84fd426691d6a8af8a84e26b327c2794bf53a72e345ea2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,088
Size: 1.00 vMB
Total Fees: 0.03520304 BTC
Feerates: 150.93 > 3.53 > 0.70 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,533 (703,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,014 212,014 00000000000003ae45cf90b3a17aa685f8c73bb00cd0c49999671161b469e1a1 146 0.05/1.00 vMB 63
212,013 212,013 0000000000000214efd37bf08d04cf1afb790c76cf80dbc1baa9485e74860d12 304 0.26/1.00 vMB 119
212,012 212,012 00000000000003e7090f1e8e078a7de30ca045e8e9f86f967932ab7f97284378 132 0.05/1.00 vMB 215
212,011 212,011 00000000000004b2aa75129b18e26403d010bb78c431fb83bd41bdbba9d4a84c 110 0.06/1.00 vMB 159
212,010 212,010 0000000000000325a1158b93d3c1ec595244af6c6bea08c084a5cc1a0c5d18e7 86 0.04/1.00 vMB 142
212,009 212,009 00000000000000742d11b9d1f3abc7d832a0c23b36bc1532933e0612887ce46b 19 0.01/1.00 vMB 178
212,008 212,008 000000000000019efcc93026b8e76a0cc24b0b06844b501dd900196bbbb58450 241 0.10/1.00 vMB 174
212,007 212,007 00000000000003cc9ff336b40dadc09821a4d983ad5bacbb2dd105b029c988f1 362 0.13/1.00 vMB 169
212,006 212,006 00000000000000faa65d6e07f93dfb3ccbac5b36f4e5aed3c857a76ba082f982 128 0.25/1.00 vMB 75
212,005 212,005 0000000000000458ad7c9379c801d9e14e41b8ceedf4293a541a9a6d6d10462a 148 0.16/1.00 vMB 103
212,004 212,004 00000000000002c64531e6d2e3aec3bf09774fa8b7aeaf881beec0dec3248283 150 0.15/1.00 vMB 89
212,003 212,003 00000000000002117dd9bcc26da8e88b6cbae79c61b13014706c5204a7553abf 656 0.25/1.00 vMB 4,397
212,002 212,002 000000000000011ab19d55c71a925ef7b74427388d234f7a2d65784440ad07b2 8 0.00/1.00 vMB 109
212,001 212,001 00000000000004bd7804653f46d187cbc1dd55b9d3fc4285ab450b7175453a38 487 0.23/1.00 vMB 114
212,000 212,000 00000000000003d906e4131c39f7655b72df40146d2967f5d75113a09610de61 436 0.19/1.00 vMB 212
211,999 211,999 000000000000033001c45bea701d9adf2fb559badbcb5226dc7a986a3a925f6b 179 0.07/1.00 vMB 176
211,998 211,998 00000000000001de5fdc69336bb7ca9e2c5f416353ff0a8addf909eb238bec57 807 0.23/1.00 vMB 254
211,997 211,997 00000000000002fac8c736ede4ebaf67b73d3ef7295842fd2f24841b35b3c1ee 256 0.13/1.00 vMB 567
211,996 211,996 0000000000000280689b7a7cd1436c59799b3090724c390ba49969d8230c6524 198 0.07/1.00 vMB 175
211,995 211,995 000000000000037cfdf08443b71000dc4dd9a9b4ac521a22aa8488013826d031 232 0.11/1.00 vMB 173
211,994 211,994 00000000000004edee7f74a5d6cf7f91c3a521dab538b6026e6add2c4723be6f 436 0.48/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 767.41 GB
    • Received: 19.42 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.