Loading Tool

Explorer IconExplorer

Memory Pool

80,338 transactions
34.64 vMB
0.17526264 BTC
Random Selection Loading Transactions
Max Size: 193.97/200 MB

Candidate Block

Mining Attempt 85d17023a859a536694d1e2ca665bd6280f6706b5d6bdd9d61b6511cb3b59183
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 76d987374c155d3728fccb8300427c2987fe1c9d0745d07c70c24dd8774f2552
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,117
Size: 1.00 vMB
Total Fees: 0.04647349 BTC
Feerates: 150.93 > 4.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (638,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,446 276,446 0000000000000000d6055c3a795ed4355a73409f46b036ad6ea793d8f4a59d79 419 0.20/1.00 vMB 45
276,445 276,445 0000000000000002fb724360447f459c6c2e61bccd4caba226d564646aa6ba29 348 0.38/1.00 vMB 23
276,444 276,444 00000000000000010eb6ae069e22bd605be3b6d2f8031c2fb956387d34de5868 79 0.13/1.00 vMB 11
276,443 276,443 000000000000000282a36796215b8a06145904d38ddd777677cd92dc3ce27168 74 0.45/1.00 vMB 14
276,442 276,442 00000000000000008aab97d91943f50f682b96346889b49230d2cd93c3fe56f6 235 0.50/1.00 vMB 20
276,441 276,441 00000000000000028b2fea4fae2e27e0b57e35b5fd6415acea5c4edcf8d8fd63 181 0.25/1.00 vMB 17
276,440 276,440 00000000000000009e343dc5c6f7bf2fba231102018657b8bcab0611eac43f9f 254 0.25/1.00 vMB 16
276,439 276,439 0000000000000003358545eac3ab64077b17e9fd3ffc39efd60e57780fa18c2e 654 0.25/1.00 vMB 59
276,438 276,438 0000000000000000d80068583b484026b3cf314451aca14abf18c5ce8d8e8452 689 0.25/1.00 vMB 55
276,437 276,437 000000000000000027c712aa3c6942c42473662651bc21a47832e54d2eff1e4c 80 0.03/1.00 vMB 95
276,436 276,436 0000000000000002a2846bca4bec4bbbe34bd5a49313ecb46300ac4666be6a98 974 0.90/1.00 vMB 19
276,435 276,435 0000000000000000959e0440ebe83cfb848b46eae19ce940e66b9d88e906dc6d 1,417 0.50/1.00 vMB 52
276,434 276,434 0000000000000001bb04e0d9b6ba14d6dbf4362600b07aaf852ff64227e6d7e6 1,088 0.50/1.00 vMB 48
276,433 276,433 00000000000000036fa885cc5c897b8ac7b7b9d53aef8bf9c724c56f78441982 742 0.25/1.00 vMB 86
276,432 276,432 000000000000000114fd21dea5de788cd51a3307397bc09146ace8c42feabc19 395 0.23/1.00 vMB 83
276,431 276,431 0000000000000002168f8a590e1b89b2457dacd3e1ecdf27d462e9f99ce9c6dd 52 0.02/1.00 vMB 36
276,430 276,430 00000000000000018c0533c6ced052054cb31f40301e3e893498fa10934cfa0e 508 0.29/1.00 vMB 44
276,429 276,429 0000000000000001cdfbea838bda7c4b7b54fe5c5d9d7f503ece3ee9e0a4f3ad 21 0.01/1.00 vMB 40
276,428 276,428 0000000000000000bbeab4a8896a9044a6e5e83b0ce5b3a699986f2cdc1520e5 97 0.03/1.00 vMB 40
276,427 276,427 00000000000000002f5856fe79d4b2f0782de3cfd5240578923c858d9a384e89 216 0.23/1.00 vMB 15
276,426 276,426 0000000000000002fa46e4a626a16375a32bcfd5fa8f443a547c59d582e64184 670 0.25/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 783.11 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: 734.17 GB
    • Received: 18.55 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.