Loading Tool

Explorer IconExplorer

Memory Pool

82,851 transactions
31.25 vMB
0.12299330 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 35a1c617f2da68c1c3c3401d0a9642dc711e8ff172c60f5cfc99e2b8d3b6e87a
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root b4217062ba4189eeea4295ff7836f598b324985a94121922208895804a3579d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,503
Size: 1.00 vMB
Total Fees: 0.04266654 BTC
Feerates: 150.80 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (316,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,352 598,352 0000000000000000000486319fe65d92e28c4dc84c7f4ff43153fde228d6a03d 3,433 1.00/1.00 vMB 27
598,351 598,351 0000000000000000000f93443540009f775f19f4909085eabfc44bfc76903704 2,189 1.00/1.00 vMB 7
598,350 598,350 0000000000000000001358eefa5010373c9c0f4a58d76ba3fba506f1046d5c70 2,561 1.00/1.00 vMB 13
598,349 598,349 00000000000000000014cc841af0b406ea7f7e52cd694e5544f2629bfbd0ee6e 1,890 1.00/1.00 vMB 9
598,348 598,348 0000000000000000000273fdbb3e21f08c8671b5c1f9c6b26816ee345c53c18d 2,166 1.00/1.00 vMB 10
598,347 598,347 0000000000000000000d94fcde023be948c752278c8dbbd08ac4669df9b923d7 2,489 1.00/1.00 vMB 5
598,346 598,346 0000000000000000000a78b34016c15f3845afbfbdd067c325803e70ed13e345 2,775 1.00/1.00 vMB 16
598,345 598,345 0000000000000000001024ddf26af504ed13fb5b0bca48c76a56d800675089ab 2,765 1.00/1.00 vMB 14
598,344 598,344 0000000000000000000cf25aa6dea046710aa9c53fca0efe4b549fb9e12938cd 1,549 1.00/1.00 vMB 8
598,343 598,343 00000000000000000004f8df46234a548be6936bc8f23a481f60d067dd12254c 2,537 1.00/1.00 vMB 8
598,342 598,342 00000000000000000009b33aa66e759e0e0936490e0d1adb9fb917e47cf6854e 2,903 1.00/1.00 vMB 11
598,341 598,341 0000000000000000000e5233b1325bf5e2a9c4c96bb34a4338683f6f638f1596 2,374 1.00/1.00 vMB 12
598,340 598,340 00000000000000000000712693a0dc4d378cb9523cf065a53b11439c4d5fae9b 3,044 1.00/1.00 vMB 34
598,339 598,339 0000000000000000001040236f59b195e96036382c6b7adc87b4ecf644509cdf 3,588 1.00/1.00 vMB 18
598,338 598,338 0000000000000000000e6a70e4e2a0d75287e13fce4be9f4bc68846aa09239fa 3,089 1.00/1.00 vMB 30
598,337 598,337 000000000000000000052344b7ff82f5429e0831b917c855d8c586db3ed431ea 2,379 1.00/1.00 vMB 50
598,336 598,336 000000000000000000144b659a0e2978d6b03981514e2d50dc6dfae1e1fa18f1 3,368 1.00/1.00 vMB 24
598,335 598,335 0000000000000000000015cd986aaad3e21a52ab40c597523d1fc68b9311b38d 3,104 1.00/1.00 vMB 12
598,334 598,334 000000000000000000116ebd6d700aba1a82979ac343a1d569d593cea671edf9 3,245 1.00/1.00 vMB 29
598,333 598,333 000000000000000000108e493652383037d45a77766a4b184faedddc882a3a8c 2,393 1.00/1.00 vMB 13
598,332 598,332 000000000000000000090758a4a5a9459952cc44ce39529e8802bd5d09bbb399 2,598 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.