Loading Tool

Explorer IconExplorer

Memory Pool

42,055 transactions
26.90 vMB
0.06259733 BTC
Random Selection Loading Transactions
Max Size: 141.02/200 MB

Candidate Block

Mining Attempt 1ba5c27334e6da0a779fed7300f963b50d2e9c4685695b034bd1c91f27064aa5
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root e597b63cdd5786fe8ba8d7d277a95e4f79cf8799a6452eb0f8dce4129cbf1ed4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.01261128 BTC
Feerates: 60.14 > 1.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (329,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,316 585,316 000000000000000000044168ee66e2ac7d05e37e2f3e16798b8708c921da6647 2,217 0.71/1.00 vMB 28
585,315 585,315 00000000000000000007d9fc08019e01c4f1ec26ab3dbedc037f3f141c39924d 2,490 0.76/1.00 vMB 23
585,314 585,314 00000000000000000013d226a5bd6d133e9d9a9ccdad5523b55635b6b7620a8f 1,546 0.48/1.00 vMB 40
585,313 585,313 0000000000000000000492c12ecdc2d9adb21b12284e1a559fe11fdad44d5197 985 0.31/1.00 vMB 30
585,312 585,312 00000000000000000010ba0e0dcbfa0a08fdbdbd2a8d8df22d188b8e75f17b21 2,388 0.87/1.00 vMB 29
585,311 585,311 0000000000000000000ac11998de083e60765c493de0f32068d26deef5a63fe6 493 0.18/1.00 vMB 30
585,310 585,310 00000000000000000006a5d4c606dd4f4f0cfc0228c891069d8d7f83c3fa7dca 2,132 0.77/1.00 vMB 29
585,309 585,309 00000000000000000006bf21146253995867984c23675190f1d26910d1abfb04 2,987 1.00/1.00 vMB 24
585,308 585,308 0000000000000000000db40b8598bd32f992461dce4c1b8c344b3b140bc5a79f 2,825 1.00/1.00 vMB 47
585,307 585,307 00000000000000000000f59089875408f9c8960930328ed17c92e6e82bc910bd 168 0.04/1.00 vMB 27
585,306 585,306 0000000000000000001bca8e851115909ebb2bf2c5b260f8a5e49de0c0a3e63e 1,688 0.59/1.00 vMB 20
585,305 585,305 0000000000000000001d52ee28219bcdca20b6d6c724668b7ae5e8434467f536 2,327 1.00/1.00 vMB 46
585,304 585,304 0000000000000000000d6dacb636218c46d64593262c99371d076e4ec047e7c0 563 0.30/1.00 vMB 30
585,303 585,303 0000000000000000000979d7a27e7236caafebe39c6e00811673fffc88270e4b 1,372 1.00/1.00 vMB 38
585,302 585,302 000000000000000000151c665b04fab0f5f6647841a1c79567e69cd683f2304e 2,263 1.00/1.00 vMB 20
585,301 585,301 0000000000000000001cc193175a60a44bbac843646dffe5b6aa94099f902aab 2,884 1.00/1.00 vMB 72
585,300 585,300 00000000000000000000a50d9962976d23859b049ce838e5377d3fc810eab998 648 0.40/1.00 vMB 17
585,299 585,299 00000000000000000004e6feaf97fd41f1115e01066e51b9fa5364767741c691 1,635 0.59/1.00 vMB 27
585,298 585,298 00000000000000000013033471d14f78e66e6e284691d18c29ccc00bbfdabb9c 3,324 1.00/1.00 vMB 19
585,297 585,297 00000000000000000013144d2c06522d304281a319148a9f20f85cbc8569e378 2,774 1.00/1.00 vMB 32
585,296 585,296 0000000000000000001dd7cb273509f6db98701836aeebbc3a183198aae079a2 2,877 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.23 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: 655.03 GB
    • Received: 14.23 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.