Loading Tool

Explorer IconExplorer

Memory Pool

25,812 transactions
27.42 vMB
0.06179342 BTC
Random Selection Loading Transactions
Max Size: 130.73/200 MB

Candidate Block

Mining Attempt 3d15ae0f0ddd687a32013091050009166ddef2c85808cdafd651bcdca3877ec1
Version 20000000
Previous Block 000000000000000000016dccce64f0eb5e35f9f14d8ccd10327747692dec931a
Merkle Root 8dd332cc551ecd839857ec71ebca8fd8dc94f90ff25043d45e00265981c6c02e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 913
Size: 1.00 vMB
Total Fees: 0.00982357 BTC
Feerates: 99.89 > 0.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,475 (789,037 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 781.45 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.85 GB
    • Received: 10.74 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.