Loading Tool

Explorer IconExplorer

Memory Pool

78,597 transactions
29.84 vMB
0.07528572 BTC
Random Selection Loading Transactions
Max Size: 182.20/200 MB

Candidate Block

Mining Attempt af5fe0ed3168e3ce1c36e30ee2b334ac8a8aa650656e93e0175b9f57bcf2a14f
Version 20000000
Previous Block 0000000000000000000004a53d2ccfc82210803da3fce74ac3709abde32904b7
Merkle Root 7b5b65163c1459a5868a30d64d5cb9bf9db164df9333a24a188e932a8f7c87c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,935
Size: 1.00 vMB
Total Fees: 0.00919978 BTC
Feerates: 150.58 > 0.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,372 (495,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,206 420,206 0000000000000000044d9b137a150dd10d4e1833dc7cbdc6b7419b9ec099d091 376 0.16/1.00 vMB 49
420,205 420,205 0000000000000000011874c641f302050f8f3457a3d8285e8d768a4d2654c057 1,144 0.64/1.00 vMB 41
420,204 420,204 00000000000000000180baa5d9624b99c50a229b5d01cffdfb31d92345dfca11 761 0.35/1.00 vMB 45
420,203 420,203 000000000000000001a979fae5db4b82208023cbf2a0396ee21d6210954b3094 595 1.00/1.00 vMB 13
420,202 420,202 0000000000000000000efc3eb6cd5d5c7ee0ff303c8590558976b2b78e5932ee 95 0.04/1.00 vMB 46
420,201 420,201 000000000000000004e4839555c9cd6c3782ba153447bae1ef74d34136644300 177 0.08/1.00 vMB 39
420,200 420,200 0000000000000000011bbaf9241596fa8de094b12c344d7b756cece7f490a509 1,052 0.43/1.00 vMB 54
420,199 420,199 0000000000000000025ab086ade0a16d4d89be1dddcab40c76a2982deb25bc5a 185 0.07/1.00 vMB 42
420,198 420,198 000000000000000000ac7e0063ac7b54bdd30d0f55c7c34b245d7986ff05b8a9 188 0.13/1.00 vMB 40
420,197 420,197 0000000000000000007615a594093e5da0334268f90cc95d1d10f3c7cf0ca3f1 1,631 0.99/1.00 vMB 37
420,196 420,196 00000000000000000399d3a01128e4481ff79da09e14fb3bd4e3cfb9989a3163 774 1.00/1.00 vMB 17
420,195 420,195 000000000000000000f230cb13ba68806d1bcf39589f8c5667d3aab64bae961d 1,060 0.59/1.00 vMB 37
420,194 420,194 000000000000000003c93914a7d927e1f4738e4f5b0a45b5789edbae129fec85 2,373 1.00/1.00 vMB 49
420,193 420,193 0000000000000000009de0c8c45aa6f47f240935e1d156707856cc589abcb065 702 0.41/1.00 vMB 65
420,192 420,192 000000000000000000beee22591b1df9fe928d24660da8cd49d52f92ff47377c 731 0.30/1.00 vMB 46
420,191 420,191 000000000000000003c22f1d9132ff2a5857b5dfa13b5c3ba77a50186b537e28 219 0.08/1.00 vMB 49
420,190 420,190 000000000000000003a5024d3dd410437b3e198781d2dc6c99d4e4803487378f 1,102 0.48/1.00 vMB 47
420,189 420,189 00000000000000000339bc6e83050d90a612b73d3c180f2c13760d86819443fd 789 1.00/1.00 vMB 17
420,188 420,188 0000000000000000009a63d40f61c61a003d8f1b3b52cca93d62791309114c45 368 0.17/1.00 vMB 42
420,187 420,187 0000000000000000026e530c53a19d1aeae7d80a4dca0dc89785824c9242b6b4 405 0.86/1.00 vMB 15
420,186 420,186 00000000000000000091109018767fe2e978946e2d77c422e5b35a839d1fd906 2,077 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.04 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.63 GB
    • Received: 18.11 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.