Loading Tool

Explorer IconExplorer

Memory Pool

84,511 transactions
31.36 vMB
0.08910432 BTC
Random Selection Loading Transactions
Max Size: 192.29/200 MB

Candidate Block

Mining Attempt 5b9b71a82417de33d003ab7e45d6dff4e53934b2328b5219677e9e65e30083fa
Version 20000000
Previous Block 00000000000000000000c4dd7a870155212c22d4c3fb23c277f0344663518319
Merkle Root 1654b76a378ca0af77e5e806e7ffcca4fbcd891d7bea746a5f42271bfa703f76
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,865
Size: 1.00 vMB
Total Fees: 0.01302144 BTC
Feerates: 22.07 > 1.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,366 (638,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
276,425 276,425 000000000000000325474bb799b9e591f965ca4461b72cb7012b808db92bb2fc 766 0.25/1.00 vMB 61
276,424 276,424 0000000000000000335f9b5e05eb05e4965612014e478a1ca5885666c8da61c3 86 0.03/1.00 vMB 110
276,423 276,423 00000000000000000d4da76b3c8f5a2ca9c8da647f538895540207f1c8cdd323 348 0.17/1.00 vMB 46
276,422 276,422 0000000000000002afae7855c9a6887eb09bbb9d2e2efc353d9ad846715da4e8 36 0.03/1.00 vMB 24
276,421 276,421 00000000000000002208069bdb5eda2d24b227783e0371bca0d43a2ec89610a1 19 0.01/1.00 vMB 34
276,420 276,420 0000000000000002592f5ac67f40bb2f2ce8f99146d278d85eb59b3a9f988ad9 32 0.01/1.00 vMB 47
276,419 276,419 000000000000000067f3f110fc97e5e8d36ab3538d9716494c6ecc061dd4f992 192 0.08/1.00 vMB 33
276,418 276,418 00000000000000019cee95cee1c8f5cf5289c057dea5e0debf6f7fe7042282ec 125 0.06/1.00 vMB 34
276,417 276,417 00000000000000017551f595d3737e60833f39c9ffa3d86ed8cdae6e47ac0854 111 0.10/1.00 vMB 16
276,416 276,416 0000000000000001cd3d16c46e890b857bf613ecc13c5fae6ff548d5257cbeff 922 0.35/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.03 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: 719.51 GB
    • Received: 18.08 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.