Loading Tool

Explorer IconExplorer

Memory Pool

80,480 transactions
29.79 vMB
0.07488210 BTC
Random Selection Loading Transactions
Max Size: 179.58/200 MB

Candidate Block

Mining Attempt 8f6298b1632d2a90eac8573ca337aa85e09dbaf7d60257a07e7b55fad8570b4f
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root e18f2e7a74a8f0d7590c986f42a3804f5c40812eec205955e77c45f5d1e8c9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.01421292 BTC
Feerates: 147.04 > 1.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (416,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,294 498,294 000000000000000000a09f792c83950b71915115fe798f6ef3855cb5d66f47b6 2,774 1.00/1.00 vMB 272
498,293 498,293 000000000000000000aa31ca3a86381f0d8d80322922a73b1d47a870cfd53a91 2,622 1.00/1.00 vMB 404
498,292 498,292 00000000000000000099bf63f5ab2251b240ef126d0cc028bdc4dc6cf56588d1 2,757 1.00/1.00 vMB 483
498,291 498,291 000000000000000000a7399b62255ee947eed7e9a9c9ff48974d0b8503a6ac4e 2,594 1.00/1.00 vMB 305
498,290 498,290 0000000000000000002a4b570cd098145d83603b1bbe78e002d672c813442ce4 2,215 1.00/1.00 vMB 341
498,289 498,289 00000000000000000048cdc90196f47392f2840c8cc925a854c0f135d8208a1b 2,455 1.00/1.00 vMB 425
498,288 498,288 0000000000000000000d529bdee78358402d6361032d122f91018e3d536ce403 1,577 1.00/1.00 vMB 302
498,287 498,287 0000000000000000000691799021b01a956de80b18dea713502b6fb52a2fc3c4 2,644 1.00/1.00 vMB 283
498,286 498,286 00000000000000000012cc885033973b25f1a9debf90d9c30c17547a1009b869 2,599 1.00/1.00 vMB 424
498,285 498,285 0000000000000000005a7a58d6b2ac41c99b28def49ab527608bef634c3e53f6 2,652 1.00/1.00 vMB 270
498,284 498,284 0000000000000000005b4c175ec80faa8000dad8727045f73f498986e5ca762b 2,880 1.00/1.00 vMB 477
498,283 498,283 00000000000000000050e6e6342a819b1b1d01aa42ca59ce73e56cab06018685 2,595 1.00/1.00 vMB 320
498,282 498,282 0000000000000000003853e233b0e32d07546706bdd8901716b5753991b7b4a3 2,375 1.00/1.00 vMB 397
498,281 498,281 0000000000000000003427b58b5c4dc709993ed6782a278dc464b6094a30defc 2,007 1.00/1.00 vMB 430
498,280 498,280 0000000000000000006f22124ed596dad55ffff97fa656c816eabbc521a1bbd5 2,665 1.00/1.00 vMB 433
498,279 498,279 00000000000000000021107306ac3eb621b54a2a7e44656f8ca015416c524de1 2,603 1.00/1.00 vMB 460
498,278 498,278 000000000000000000435e2586e38dca002b34431fa29811ac1f92fc27ec31e1 2,346 1.00/1.00 vMB 532
498,277 498,277 00000000000000000004211e05d41261271f682c63fa674edd1bdedf78fc70d9 2,453 1.00/1.00 vMB 315
498,276 498,276 000000000000000000a3d964e083de274d2d21efd2b46f68f40b520c78b419de 2,723 1.00/1.00 vMB 452
498,275 498,275 000000000000000000a5f4989cb372d71fa3fa8a899cc2d0f8d59203beef1710 2,662 1.00/1.00 vMB 496
498,274 498,274 0000000000000000003c9ee153c2447888d5f45019f4c11689e90393d72d4923 2,691 1.00/1.00 vMB 280
Previous 10 blocks ↓
Total Size: 782.36 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: 662.89 GB
    • Received: 14.88 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.