Loading Tool

Explorer IconExplorer

Memory Pool

42,379 transactions
16.91 vMB
0.14304757 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.90/200 MB

Candidate Block

Mining Attempt a59fed116a684b07b159c962f0a80086e32a2b6d97015eceb18340ada06395f7
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root c207a72919ee4549c3605009b4580c28ed9eb0bb99813a042ff7f5733bf0f09a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.04538218 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (688,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,305 225,305 0000000000000380517910fc44e578615aa255b452a5c6d4fc50792c875ed901 440 0.15 vMB 262
225,304 225,304 00000000000001aa90c48b3da045151b675077dec1391f9ef9daf1c130bce80c 190 0.18 vMB 20
225,303 225,303 00000000000000f79ef9eed4b78a2b33e24e3313521f31373303a6eb26687b01 616 0.25 vMB 206
225,302 225,302 0000000000000271545da7d370588626a77a305510f8647ffc7c347b98b095bb 422 0.29 vMB 125
225,301 225,301 000000000000025c074a7f62fe865d2692bf3a6a720dd44ae934c9fa4351cafe 688 0.24 vMB 228
225,300 225,300 000000000000019f4939c05a6dddca79d14e3c484c4a7f1641876f40c3fde33d 121 0.05 vMB 201
225,299 225,299 00000000000001f40768ac928e07e61ed6bcbf4d7378966051d6b97ef429aa0b 711 0.31 vMB 179
225,298 225,298 00000000000002525ffa467baa09961a3d770975c3b55c097cbbc193c80e1d52 344 0.16 vMB 184
225,297 225,297 000000000000034e6675081d0267dd7f2b79b4786b6f2afc459a7bf710cbffbf 136 0.08 vMB 152
225,296 225,296 000000000000035f0f9406598673a02ef906f7d01620735462600b85152c4c86 58 0.04 vMB 186
225,295 225,295 0000000000000246e193366c7a9e34c82acca3d6ebe2111ebd324dcc52906646 532 0.22 vMB 206
225,294 225,294 0000000000000207fd28bfcd7597d8bfbd41f115f6166ea26cbf7e2c6d4d474d 140 0.09 vMB 56
225,293 225,293 000000000000021e2d2c29d605b362ebbb47f811e723d12acba8ad67ec7c8140 347 0.18 vMB 161
225,292 225,292 0000000000000067cd1d725af110c1ad071882256c63f883c4dee22181534e43 662 0.25 vMB 231
225,291 225,291 0000000000000314282045eff872e889a317eee965f624c04893dfb854b1be2f 16 0.01 vMB 163
225,290 225,290 00000000000003323bbb0358687759de4ba4a872ac1dcb3ecf2c59575d15365e 249 0.12 vMB 199
225,289 225,289 00000000000000202a0d171aaa72b9f47d2c50ba13e62eacbf6b34c350db280a 482 0.23 vMB 200
225,288 225,288 000000000000031ec24fb828e7ba7822d31546e7e4d8782b7adb349ee23de9ca 123 0.05 vMB 119
225,287 225,287 00000000000002fe7a44836fdacb72bb66f8f413f128dc68a783be41fc2bb4b3 879 0.45 vMB 177
225,286 225,286 00000000000002e695205f80967706286b3ed1b2cf54412a7aa1db5e2291f05b 128 0.16 vMB 7
225,285 225,285 00000000000001d240ea0b59e299ef21ac7727e6ee1f19099c8fab147ae09e7f 4 0.00 vMB 77
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 84
    • Outgoing: 10
  • Data Transfer:
    • Sent: 92.96 GB
    • Received: 0.42 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.