Loading Tool

Explorer IconExplorer

Memory Pool

80,793 transactions
30.49 vMB
0.08207473 BTC
Random Selection Loading Transactions
Max Size: 185.90/200 MB

Candidate Block

Mining Attempt 1c7fa229f350cf5a2e215ea0ca79d0d80b03366ef8f681784b7c1ad1ff923ec3
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root c714b846a951d72bc21ee11525c86f83fb634772537a8592d6e55e608e6f18ee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,476
Size: 1.00 vMB
Total Fees: 0.01389352 BTC
Feerates: 318.30 > 1.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (509,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,882 405,882 000000000000000003d8fd75379bc7b40ea5043cd357c29d13d6a707f940ecbc 2,290 1.00/1.00 vMB 39
405,881 405,881 000000000000000001c28e49b887f88c5c353b62a438422361e8607631b67f7b 2,799 1.00/1.00 vMB 53
405,880 405,880 0000000000000000024d95b87907d68110421de23180d3b64ff59726d5a42daf 2,949 1.00/1.00 vMB 63
405,879 405,879 000000000000000001b22cd3d1361bb43f6faa4a2fac8f898d758abb35e29049 2,732 0.99/1.00 vMB 99
405,878 405,878 000000000000000001ec78387c9fb60b2fffffd23e8208ca44bfdc36d8f1438f 2,806 1.00/1.00 vMB 64
405,877 405,877 00000000000000000080553a7546019cce6e9b1ecd260caa3e9db85b7a0f009e 3,049 0.99/1.00 vMB 77
405,876 405,876 0000000000000000060e5a790e155b3da939431d6a7915200167725dc92dc631 1,030 1.00/1.00 vMB 37
405,875 405,875 000000000000000005936c48f01c1a9d1dbce4806b107b2f837cc0e007089574 1,966 1.00/1.00 vMB 53
405,874 405,874 0000000000000000025a206873aabd174482b3a281e4ae8f79366f1305cfa87f 1,389 1.00/1.00 vMB 24
405,873 405,873 00000000000000000057b86a4d9846d964bb622fe05926f8f1e1be3dc0c0b24b 2,361 0.99/1.00 vMB 59
405,872 405,872 000000000000000000b9ae0029552e1c2edde2d3435a853feef6d28af78672de 1,860 1.00/1.00 vMB 36
405,871 405,871 0000000000000000009a78d262a619b9b2dceb7c8bac1fc0b158a92070b337c5 3,112 1.00/1.00 vMB 73
405,870 405,870 00000000000000000606d27f79b0adbae4152ac6dbcd40893fc469c4b07e3d0e 611 1.00/1.00 vMB 13
405,869 405,869 0000000000000000061f1949ff4e7ee046e0f224ad92b0e7b13e00e9f1c6e661 1,511 0.79/1.00 vMB 41
405,868 405,868 0000000000000000028d09f0592f0c91bcb720f9f2928e64642a859e9b5ea5e2 953 0.57/1.00 vMB 33
405,867 405,867 00000000000000000077e07beb440093f62841725f552a545a5e54fa589c6c69 558 1.00/1.00 vMB 9
405,866 405,866 00000000000000000600ba2556b8d452f3353c5e31655feb55613d658ab85222 323 0.17/1.00 vMB 42
405,865 405,865 00000000000000000163864c7e344adf515112b5dadf89f407525ddbdfd9cc5c 1,141 0.57/1.00 vMB 38
405,864 405,864 000000000000000004aeae4660b2afa79a0181cb6d3f7c2bb00f71cee4d0fc4c 133 0.38/1.00 vMB 4
405,863 405,863 000000000000000004b7219f04a9ac78a002e38a132a4fe47d4d3100a53e1195 2,072 0.99/1.00 vMB 36
405,862 405,862 000000000000000004f81a650da3ab529adeb325dc6a4fb8737f49e1cac4331c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.00 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: 718.33 GB
    • Received: 17.88 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.