Loading Tool

Explorer IconExplorer

Memory Pool

82,945 transactions
30.57 vMB
0.16225936 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt 6d0bfc537431c0e4eec2c5d37ccfec655d52a0a7364ce601a8390b84bb73fcf1
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 0b52dbac1146a1dadc4cd44d9eec2a1bf58a0493206f189f83206018b3e3d436
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,095
Size: 1.00 vMB
Total Fees: 0.08332007 BTC
Feerates: 150.79 > 8.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (320,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,284 594,284 00000000000000000009904cebaa68dd976f5263539069e13e981936e8ab49bc 1,517 0.52/1.00 vMB 34
594,283 594,283 000000000000000000130a01163935d1d5143e0c36722f699f7e4ba471992efa 1,816 0.69/1.00 vMB 8
594,282 594,282 00000000000000000002897cf71486449d3cb05e8c9c1e1d905c5a9536556c89 2,704 1.00/1.00 vMB 12
594,281 594,281 0000000000000000001535ed153bc08d970ecef85774586af83d54fa11515da1 2,491 1.00/1.00 vMB 25
594,280 594,280 000000000000000000051423cb4f2bd2d5db31da43195a749f096ca9ab82f1e0 2,525 1.00/1.00 vMB 44
594,279 594,279 00000000000000000017d69ea8c961cca59ab1240660c04b4c7e7aca54de0687 3,197 1.00/1.00 vMB 45
594,278 594,278 000000000000000000174f863c21451472369b4de4748af64f1fcc1602ade45b 2,921 1.00/1.00 vMB 58
594,277 594,277 00000000000000000012ca1b0971247b27e59409c0bce7361ced2f9e0a69d33e 2,691 1.00/1.00 vMB 20
594,276 594,276 0000000000000000000100c664ac29f8a4348998f9a4688615578264d4277594 1,950 1.00/1.00 vMB 35
594,275 594,275 000000000000000000149e0f76fc7772f037b41800580b524e11b664554036a1 2,696 1.00/1.00 vMB 41
594,274 594,274 0000000000000000000df7133eab6acb00ce6da3e566f1c1274d3fb3caf17206 1,573 0.53/1.00 vMB 30
594,273 594,273 000000000000000000193332a8e6a99824aeae94d3df7965f3bf31e4c9d97329 2,678 0.89/1.00 vMB 20
594,272 594,272 00000000000000000009ea8dc869a9bf8d57e1fee609373cd4b7697a072da187 2,375 1.00/1.00 vMB 37
594,271 594,271 0000000000000000000684ca6e78b950107ad39c85ce020d097cf9d72c67118a 285 0.08/1.00 vMB 32
594,270 594,270 00000000000000000000457e4fd0010d26de9f6fc6e7bc18596c6e4d6332c6a9 1,444 0.50/1.00 vMB 34
594,269 594,269 00000000000000000002436caa9aec3d07dba5264dba1204d34958176862dc5d 356 0.13/1.00 vMB 42
594,268 594,268 0000000000000000000e0d4b08789552960d7ffddc1f4c69b51b08c0ab9ca555 224 0.14/1.00 vMB 18
594,267 594,267 00000000000000000014bd78c6f54fe36fcf819f8649eea027f9f54b269578fc 2,945 1.00/1.00 vMB 25
594,266 594,266 000000000000000000133dae394f50adf24b3f1f4fe221662cf09f41a402714b 2,886 1.00/1.00 vMB 30
594,265 594,265 00000000000000000017d6abd39e6fd8692b4f59135db83919a36d00b6cf7340 1,652 0.53/1.00 vMB 28
594,264 594,264 0000000000000000000ebb0c2f508c7813ebc8931cb98f61ac44482e0a2dc9d7 1,883 0.69/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.61 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.91 GB
    • Received: 16.06 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.