Loading Tool

Explorer IconExplorer

Memory Pool

74,359 transactions
28.84 vMB
0.08332764 BTC
Random Selection Loading Transactions
Max Size: 170.34/200 MB

Candidate Block

Mining Attempt d8a05644df829a84091bb5b3851dd59a6f632e0bd023af4a5669181cd5cb4b13
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root f3c19a8db71a4da42f8edd23a9e0204ff8ba3979430d704939b336d08b2733ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,243
Size: 1.00 vMB
Total Fees: 0.02403089 BTC
Feerates: 150.36 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (733,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,133 181,133 0000000000000888d7f69e0cb9e4e68ab54d53de82af5fccf5be04f965a0f237 390 0.23/1.00 vMB 113
181,132 181,132 000000000000072d39c55653682aa305d292a8248a962cbe7b8137e9f8de70ab 141 0.05/1.00 vMB 106
181,131 181,131 00000000000007b1f0d860f5bfd9cfe36c7de1c1f1459f63e9f6968d85f4aba1 10 0.00/1.00 vMB 55
181,130 181,130 00000000000002e7c478bb50b81f10817a0a635e20c397b13faf5cb69c2958d5 271 0.11/1.00 vMB 124
181,129 181,129 0000000000000239d77a68b4fd520e6487782722ac573b8e3403eac01caab5ec 95 0.04/1.00 vMB 116
181,128 181,128 00000000000002abf82b675a926e16a71f167717afca152398ddbe636d1ac69d 20 0.01/1.00 vMB 103
181,127 181,127 0000000000000034a9afcb1df2e2a9c3cb725a0151dd17339098d438fb797de8 24 0.01/1.00 vMB 94
181,126 181,126 000000000000053b784567e6dd25a72114259858c7bc0e43e3b23b4a1ff34d2e 99 0.06/1.00 vMB 94
181,125 181,125 00000000000006ed10933d2e92e6c9ef2ae8dbeeec4bdf551e33327b09cdb725 397 0.19/1.00 vMB 137
181,124 181,124 000000000000002c92b5cd8a76c1fed554dcf81e9f18e483bca0076b66e0c773 83 0.05/1.00 vMB 170
181,123 181,123 00000000000000b8e5da429492bcd1cc3986598141c7b0bf88ac3216ed6b0645 219 0.09/1.00 vMB 106
181,122 181,122 00000000000005ae1a17256b9257a986d502b38e5bcccc734e3123599ac45afd 632 0.25/1.00 vMB 144
181,121 181,121 00000000000005989dd0aa93fd1eefcfeb3adb45641759976934943d9d13536e 142 0.05/1.00 vMB 132
181,120 181,120 00000000000004105cc889ec06c26bd741aed6915ca5c7ebe0f88effd2cc77f3 7 0.00/1.00 vMB 297
181,119 181,119 000000000000068d35cfdb2c21878aadc3da6a9a8ff017cccaf1195c921bcc13 171 0.06/1.00 vMB 140
181,118 181,118 000000000000059cf5996e845eb29e4bddbc6c8c5411a4f51505f7ff2007d8b9 64 0.03/1.00 vMB 85
181,117 181,117 00000000000000f5f77ac3e131bae8777ff25c9d6d47ee565d9fe763651e4e12 220 0.13/1.00 vMB 92
181,116 181,116 0000000000000564f8555baae3037536f7c62e584f7915fa0d6ae143d2271246 110 0.05/1.00 vMB 104
181,115 181,115 00000000000004ade41cdd1a9fa1efa3debaeb651f63a77affacde68347097d3 134 0.05/1.00 vMB 30
181,114 181,114 00000000000006896ea0c42d1eaca495fb314d44666027af88a3c472ad63730b 855 0.38/1.00 vMB 138
181,113 181,113 000000000000087bede2b9683424ed8c9d719cf64f2d02cad61deb6a4ec7c585 10 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.