Loading Tool

Explorer IconExplorer

Memory Pool

25,922 transactions
26.89 vMB
0.10567593 BTC
Random Selection Loading Transactions
Max Size: 128.70/200 MB

Candidate Block

Mining Attempt f0e6db53c9d04334062b5cb77dd0f229dfc2e70a5bc332d5fc127561c480b9aa
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root a338f44ceb4bd86815e437799fe4b33d6e4ab6b14efa4cf8ee4c9357927445f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,987
Size: 1.00 vMB
Total Fees: 0.05521838 BTC
Feerates: 502.40 > 5.53 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (789,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,430 125,430 000000000000232d58bbcc32bce0774c176e24398cb204a4a12f34faa5d26786 14 0.01/1.00 vMB 304
125,429 125,429 00000000000017880d1717e8cc0a66822cb35ef709fef4b66e9f4e1ee463e753 91 0.03/1.00 vMB 2,914
125,428 125,428 000000000000040b2643bc132f3844e2bf6c38e7bf744d40e45712ab6a4f5db3 70 0.02/1.00 vMB 2,774
125,427 125,427 0000000000000a4ccbc629b5efba21f7adbe47291a8943e6465ae0f61ca31206 17 0.01/1.00 vMB 75
125,426 125,426 0000000000000e7c69d197c2327ad2014e3e9653439a01cf815442d9e5a550d3 15 0.01/1.00 vMB 0
125,425 125,425 00000000000037ba47e951564bf9040cdaa245d4e46b7a56f3c7292580c56bb0 14 0.00/1.00 vMB 297
125,424 125,424 0000000000002ee132fe3f5baad822311d6cbf16602a2843078e09885e849ded 50 0.02/1.00 vMB 1,632
125,423 125,423 0000000000000113c079d88f36c5ff0829ecbc6dce0d7f4b6db96b9b406565a0 13 0.00/1.00 vMB 224
125,422 125,422 0000000000000e08a64ade907d90842bf3b347d07c1f1566c97185ae10fb2ada 9 0.00/1.00 vMB 2,149
125,421 125,421 0000000000002e6a4d0249d00c675aeae5ce3b9120bfd94cd5f9ed896c72411b 12 0.00/1.00 vMB 0
125,420 125,420 00000000000017edf5c37dbb56f02a80e65ef16716b87118e7ba0088a1838b47 10 0.00/1.00 vMB 641
125,419 125,419 00000000000040acb91e4027ee60f5445935cde8e408927260f2bfc1514cf8f0 20 0.01/1.00 vMB 70
125,418 125,418 0000000000002320f7c4da3ce096bd6586ae4531515aaa15376afefda0ff8d53 35 0.02/1.00 vMB 660
125,417 125,417 00000000000039ff3e13f9e924b3e5cf37a082a66178699d413fcbcfa0b7c1e9 56 0.02/1.00 vMB 1,768
125,416 125,416 0000000000000c620131b7119b7e34a66679e6ef0855e521cc161173ab7f31de 7 0.00/1.00 vMB 268
125,415 125,415 00000000000044988ada9e70ad265be763dd20e24bdaf68aa1493f87f894929a 29 0.01/1.00 vMB 912
125,414 125,414 00000000000035a38790dffd95c3a4b86f11f20cc799ef7c4718b3f5d7d3c0e6 70 0.02/1.00 vMB 2,273
125,413 125,413 0000000000003da64ce0b60667d21e1c3c5f31a9985ecdb950bd4c9ff1a94513 22 0.01/1.00 vMB 823
125,412 125,412 00000000000035dc1e15315c65ed5727d7ed922c04ac06a196003c604e0c49dd 7 0.01/1.00 vMB 88
125,411 125,411 0000000000003cd3aee22125e1c8cbba576e6f8422070ef26f7bd42720426c3c 10 0.01/1.00 vMB 416
125,410 125,410 0000000000002c341ff6c0adf0a6d0ca11f1c0888a7e43638148f1076ed51e2b 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.49 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: 611.80 GB
    • Received: 10.90 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.