Loading Tool

Explorer IconExplorer

Memory Pool

36,242 transactions
25.69 vMB
0.05804253 BTC
Random Selection Loading Transactions
Max Size: 131.55/200 MB

Candidate Block

Mining Attempt afef3d8c6e20efb5dd51fd77fba948899fa3be516f12bf3da6564435c3e4a503
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 6a5baf84c07f528bb9744515fae08ea3e951bb8fa0a5cd4db3ab48fdb1213dc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,363
Size: 1.00 vMB
Total Fees: 0.01117222 BTC
Feerates: 170.89 > 1.12 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (410,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,320 504,320 0000000000000000006ae67cc694cf1732a656d84788ad3249beaec1563f8668 368 1.00/1.00 vMB 119
504,319 504,319 00000000000000000019b9fc0f3fb1fcaa038cd8304d84613d90975510f53a35 339 1.00/1.00 vMB 120
504,318 504,318 000000000000000000355678b90ad0bf8702c9dd23e153aa0901631848c9baf9 931 1.00/1.00 vMB 181
504,317 504,317 000000000000000000568b2c0b42a83fd98306d44aca1814759314564cb98521 1,464 1.00/1.00 vMB 308
504,316 504,316 0000000000000000006616970cad8d6592682b2fea0e557ca58c023bb3b2b4e9 818 1.00/1.00 vMB 117
504,315 504,315 0000000000000000005adce978f0f13e3b60af2219ff2047e5f23eb31935a0fc 1,112 1.00/1.00 vMB 214
504,314 504,314 0000000000000000007134eaf3a9896f494ebc4d65f3854914dfafe6c5dd2d13 1,215 1.00/1.00 vMB 265
504,313 504,313 0000000000000000007ac3f23b49c6035efd0d9816caa7884f0de43be5848fd8 1,211 1.00/1.00 vMB 454
504,312 504,312 000000000000000000410f66f545f629e5cf3de51231c3178f2f485835206e7a 1,179 1.00/1.00 vMB 225
504,311 504,311 00000000000000000038a9dce82f555c7bca5eb1af187103b15632f2c9f8388b 2,050 1.00/1.00 vMB 417
504,310 504,310 00000000000000000040bf3a960693dde551f1981afca63716f4c8b6ff0d3a4f 2,395 1.00/1.00 vMB 417
504,309 504,309 00000000000000000039b06284881947dc778372cf5692dec5b2708334e1c2e5 1,101 1.00/1.00 vMB 197
504,308 504,308 0000000000000000007a32f86aab5262f1223bcbc1f6a76dc97fc67baee30ba4 1,562 1.00/1.00 vMB 296
504,307 504,307 0000000000000000003b9345794a869263836e61178494e33fa9915e71fbf2d7 1,390 1.00/1.00 vMB 296
504,306 504,306 0000000000000000006c5a18822c042e4effb2f59c42d799ec70b89b4adb4a99 559 1.00/1.00 vMB 170
504,305 504,305 0000000000000000007b63e7b948c3433f81bd001f7252ccb0dcd90ab3ad542e 531 1.00/1.00 vMB 145
504,304 504,304 00000000000000000072b6958b0a6a0713191122497e8e5e85d59b587ba06955 1,227 1.00/1.00 vMB 299
504,303 504,303 0000000000000000002331b26fef2f39cb1e3f978905d22eb1b8588e2cde7450 1,719 1.00/1.00 vMB 178
504,302 504,302 0000000000000000000a811c168a0b95c3f18b32090f7eeb5a54ba105dee2c2a 1,488 1.00/1.00 vMB 218
504,301 504,301 00000000000000000074e8951ad1f1a6f54c1f6e2e788684c1cfbceeeeecd757 2,207 1.00/1.00 vMB 424
504,300 504,300 00000000000000000018946bb45eddeca0f8570cf3769545c51cd97e37b986c6 1,733 1.00/1.00 vMB 361
Previous 10 blocks ↓
Total Size: 781.80 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: 634.70 GB
    • Received: 12.26 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.