Loading Tool

Explorer IconExplorer

Memory Pool

46,982 transactions
29.15 vMB
0.15083542 BTC
Random Selection Loading Transactions
Max Size: 154.43/200 MB

Candidate Block

Mining Attempt 7c9e2de16d6741b2e000397e086ad831be10c1d5b34c25f27ab147074f79a891
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 0c60fad88422cb45a661dc9ad6e0aab732cd37caaa56ea70003eba41c87a543b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,685
Size: 1.00 vMB
Total Fees: 0.08525143 BTC
Feerates: 15,654.48 > 8.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (670,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,285 244,285 000000000000009b20760f601a4b2338456cc2797d5ec6b50b7448ecd240f06e 322 0.13/1.00 vMB 134
244,284 244,284 000000000000002a29d9b84a350d99e02cef597a0ea426a7220ca46b9be8af4c 421 0.22/1.00 vMB 142
244,283 244,283 0000000000000015cde6c91027ade18bd4ab1ec593ca7553dd7cf972545e4f62 105 0.05/1.00 vMB 21
244,282 244,282 000000000000003cec3ecabaf116fd38283440f4eb73de81dfcfe0e66809c9d1 559 0.22/1.00 vMB 142
244,281 244,281 000000000000008caf1f44c10f2c09609f7023c28ef465c4ef7b1c8611d9d85b 160 0.09/1.00 vMB 37
244,280 244,280 0000000000000071dfb24f1f6711b7c380cb022ce76666501cd3ee174b883e00 645 0.25/1.00 vMB 176
244,279 244,279 000000000000004e8ad2e2b6bd292ce063a8fb08cb6adce2f550f8d6c738ef89 322 0.17/1.00 vMB 114
244,278 244,278 0000000000000021264340f0b1d20659ae9f632dd1bb7f46a5aa886658d0a935 55 0.03/1.00 vMB 15
244,277 244,277 00000000000000a8e824a7e55e331c0e15f69855e2d0f165d5b93fff8da442c7 272 0.10/1.00 vMB 145
244,276 244,276 00000000000000c3cc65a163f347cc0e0011b641ea5524e1ac94a69968283bf1 256 0.14/1.00 vMB 143
244,275 244,275 000000000000008db4969d30cd21d82221ef8c5407300bb2e229b88115ce2594 291 0.13/1.00 vMB 115
244,274 244,274 000000000000009e1abd105a305a0ef563ef225fef4c295b0850949d8b4a4b90 512 0.23/1.00 vMB 125
244,273 244,273 0000000000000055b9d54698c96637e35862b20171993bbb931f8b015b416949 221 0.25/1.00 vMB 93
244,272 244,272 00000000000000227e8b3cbf920a4c294d1fcd87a8bb52a65094deff9a7a41e7 644 0.25/1.00 vMB 173
244,271 244,271 000000000000004dbbaacac7e71197f4f73fc63139e9aa1b8a9d52ed9df7798b 31 0.08/1.00 vMB 11
244,270 244,270 000000000000003d5dbd1a12d075ec0b434dbd01e0528e9440187f758abdc6b0 579 0.25/1.00 vMB 132
244,269 244,269 000000000000001e1659fb0bfd97347dada82362a0d17f7954b61fd09926f363 317 0.13/1.00 vMB 148
244,268 244,268 000000000000009e4de69c3706361d508267629738d61a302b1a88622e5c3b23 61 0.02/1.00 vMB 76
244,267 244,267 000000000000001e7af2d49242aec0a3fdd04786bff0282c79c7906f4c7ba9d2 399 0.18/1.00 vMB 139
244,266 244,266 0000000000000051e7163bedcd172b798216a756a0a9cb93dbc87016360716a4 116 0.05/1.00 vMB 184
244,265 244,265 0000000000000045c1635efb8934f17bbc3f6755b09adc0235c12e9e675fca6e 84 0.04/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.