Loading Tool

Explorer IconExplorer

Memory Pool

41,403 transactions
30.31 vMB
0.06689562 BTC
Random Selection Loading Transactions
Max Size: 153.58/200 MB

Candidate Block

Mining Attempt 8c7445d74d04097bd64941a7b070dc29aca322bd79cb810b99db11a35ede41fe
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root ba14b16e030bcec0f146122203b0957c665fe0d874c4ee9c2a3c39e3f9461b7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,758
Size: 1.00 vMB
Total Fees: 0.00649530 BTC
Feerates: 40.21 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (789,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,442 125,442 0000000000003f372aa2b6e9786f43ea61ffdfdc44e03e2afb418eef5126592d 13 0.01/1.00 vMB 1,398
125,441 125,441 00000000000038c10e77ba1de0dea99e867d354e38d82f4b0da62d807358be47 14 0.00/1.00 vMB 964
125,440 125,440 00000000000035cefb83f753d07163b79cd8fee15336896c00b67ce41e6df326 12 0.00/1.00 vMB 361
125,439 125,439 0000000000001c9269ac1136615aa37cf6e444fb8cfad97f5b20f6d234afff01 12 0.00/1.00 vMB 713
125,438 125,438 0000000000002604f3555de069b0dcb5d1748915560de7fd4ee9ef89465364ff 8 0.00/1.00 vMB 577
125,437 125,437 0000000000001dfff728f8c06482e47f1a29deb59f43935230366e46a5d2e9cc 55 0.01/1.00 vMB 362
125,436 125,436 00000000000007e69f810d51ce0dc414cefeb41a074727b51e14404734c5b7a0 12 0.00/1.00 vMB 356
125,435 125,435 0000000000000490cc5e6cb8b68a387b99e6de56a6e2b2dd0e8bba981453f4d6 13 0.00/1.00 vMB 317
125,434 125,434 0000000000002bb22e48913f3ee231cae0d3f03706f31914c055d5db5a236908 36 0.01/1.00 vMB 484
125,433 125,433 00000000000014744b346cd6aec795b99018239f119fdcac6207a5307a042b5e 74 0.02/1.00 vMB 2,878
125,432 125,432 0000000000000a3185160aea9e617a6790e11801772515c5f1ce226ab72115de 41 0.01/1.00 vMB 1,454
125,431 125,431 0000000000003fd46aaa97a2d8e357b420e36a0525d9b1efaa29b9166edcbaed 35 0.01/1.00 vMB 2,195
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
Previous 10 blocks ↓
Total Size: 781.43 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: 610.01 GB
    • Received: 10.69 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.