Loading Tool

Explorer IconExplorer

Memory Pool

34,459 transactions
25.60 vMB
0.05719922 BTC
Random Selection Loading Transactions
Max Size: 129.91/200 MB

Candidate Block

Mining Attempt 58b274aa6b3729d2850ef9951919d133f5e13a868224d6d253c627636423584a
Version 20000000
Previous Block 00000000000000000002080e7528db223d32c3d8b0f23dd2551f9b2812c87816
Merkle Root b060828608d8a4fb7c9fe03d710b706dbc7069b6895ef0b781577527cc953f41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,893
Size: 1.00 vMB
Total Fees: 0.01061326 BTC
Feerates: 250.88 > 1.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,695 (74,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,990 839,990 000000000000000000019c7d65d7fbdbcb656e6de9a460f24cdb0b6a4cf04ef2 1,816 1.00/1.00 vMB 72
839,989 839,989 00000000000000000001d9fd79d081404f104ba9bc94fcd57b2402659eacc6b5 2,831 1.00/1.00 vMB 87
839,988 839,988 0000000000000000000230c1a6cadb2a8596d6a3f7e85b19ff751b59e9f1fcfa 2,731 1.00/1.00 vMB 73
839,987 839,987 00000000000000000000e5e8f411393ec1d23385a3b7656a1fb1dd972ac84f50 2,886 1.00/1.00 vMB 78
839,986 839,986 0000000000000000000152b3fa78ca1de508ef4076503799081a943c3ff0ae80 2,875 1.00/1.00 vMB 81
839,985 839,985 00000000000000000001a2fff770d2beb4106e157144cf7faf606274272379b8 2,966 1.00/1.00 vMB 70
839,984 839,984 00000000000000000002ee4a731c109b45c30650e6f0c98d70d0e1e86f00acd2 2,138 1.00/1.00 vMB 86
839,983 839,983 000000000000000000007960a03f3d128ac1fa9d9d55ecdfb651debb7f9a9956 2,708 1.00/1.00 vMB 65
839,982 839,982 00000000000000000000f8ee5cb67a37a80d2eb261f4c37f5017079488f97d6f 2,538 1.00/1.00 vMB 85
839,981 839,981 0000000000000000000329ee8f1869e85e7fc78f220d38aec11adf79b6c20510 2,394 1.00/1.00 vMB 88
839,980 839,980 00000000000000000000a8dd35c7857e3d08fb1ab1c26f70e27dc1f12af8f131 2,935 1.00/1.00 vMB 96
839,979 839,979 0000000000000000000043a01e59f6ada4452521baa5fa8c5c660daaa462b743 3,035 1.00/1.00 vMB 72
839,978 839,978 00000000000000000001de82ae3d96a87184a15fd28d70b5ab48109b998131aa 2,988 1.00/1.00 vMB 77
839,977 839,977 00000000000000000001f672c3948f424823bfd67925f6f8e3e966f4de0d5811 2,761 1.00/1.00 vMB 92
839,976 839,976 0000000000000000000015069a3fe1191eb4bc041953b98542eabcce9bc86c54 2,694 1.00/1.00 vMB 87
839,975 839,975 000000000000000000023a3e2e390d124fb88bb2ed2cb80eb73926f75d69a59c 2,459 1.00/1.00 vMB 87
839,974 839,974 00000000000000000001cead5d1db25fa982a9013fffe4d98ef52cf5128a0b50 2,904 1.00/1.00 vMB 106
839,973 839,973 00000000000000000002aaf3a17be98104cfe5383675001becfb2c4e7e11f0ee 2,794 1.00/1.00 vMB 84
839,972 839,972 000000000000000000028eab7fe04dd7c17abc312e8d5989f1b3d191e7f0d707 1 0.00/1.00 vMB 0
839,971 839,971 00000000000000000001c03a9dc572174814a669d5f2a84fb410e12161ee2c03 2,875 1.00/1.00 vMB 118
839,970 839,970 000000000000000000006da4171ae5bb4d0f9390a05452a1c6fbee92a60502f6 2,790 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.85 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: 638.55 GB
    • Received: 12.48 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.