Loading Tool

Explorer IconExplorer

Memory Pool

76,471 transactions
28.50 vMB
0.06755804 BTC
Random Selection Loading Transactions
Max Size: 172.70/200 MB

Candidate Block

Mining Attempt 7c30e4b82f7bc64e557b152c1e2dd8af5475767d48dee00996a78aa60b2ec4a9
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root be35f664afef15b55ef49293958986bffa090203e9f7dfaac25166e2aa857564
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,162
Size: 1.00 vMB
Total Fees: 0.00855105 BTC
Feerates: 71.79 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (479,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,953 435,953 000000000000000003380250580704bcc755dafdd6cec0228ceac8de7e9f0eac 2,001 0.99/1.00 vMB 93
435,952 435,952 000000000000000000cdf29f3c835993ed13988a197bb21fa66de56b8d0d4416 1,162 1.00/1.00 vMB 88
435,951 435,951 0000000000000000012f5c0f88c20a5360d200ba0e555788d1f0559f5b16987e 2,580 1.00/1.00 vMB 83
435,950 435,950 00000000000000000376672b933699dd9d56edfec2f17462bb64e64b8f55f4d0 1,982 1.00/1.00 vMB 92
435,949 435,949 0000000000000000040086705953c34ae98eaab1b60ad5825bce955762893c2b 1,409 1.00/1.00 vMB 112
435,948 435,948 0000000000000000019999729b627e47b1d61c075a10ec2b2725bc06f3837843 1,124 1.00/1.00 vMB 101
435,947 435,947 00000000000000000234cee5e7ee97a83c333a8a3a2fd476906053e29be21770 1,612 1.00/1.00 vMB 96
435,946 435,946 000000000000000000ab67eeb560f88e83deea67ede2b4ad0c9038348a5bbac3 925 1.00/1.00 vMB 103
435,945 435,945 0000000000000000023bc935db0dd03fcffedb3eac790145e4ef800a6e99fd98 1,221 1.00/1.00 vMB 116
435,944 435,944 0000000000000000023285b74dece17b49ba59c64cdecd7f740acc9edd9f393d 1,979 1.00/1.00 vMB 66
435,943 435,943 000000000000000003f8fdb3171f3a8baf44248e7f454f46d9caf72e22cf43d9 2,388 1.00/1.00 vMB 80
435,942 435,942 0000000000000000010baa7ba2f8bf4d5f29a680c3421b16d48e600604c6c5e7 1,147 1.00/1.00 vMB 118
435,941 435,941 000000000000000000bf683f16b0cd345f784f379c389923051f4cc487ee1a93 1,846 1.00/1.00 vMB 78
435,940 435,940 000000000000000003912bc3a016d837829fef147ddfea680fbffc01e1f406ff 964 1.00/1.00 vMB 91
435,939 435,939 000000000000000001a2a93d1f1625e0edc7b03e69e1270c5f0f3de6ed17538d 1,212 1.00/1.00 vMB 115
435,938 435,938 00000000000000000119834229963283a55083bff477097e99b2eec2ed452dc0 1,322 1.00/1.00 vMB 94
435,937 435,937 000000000000000002dd203bb23e9bed4840a94f03c5d0169b7bd42468eb2252 1,016 1.00/1.00 vMB 107
435,936 435,936 000000000000000002b2319cc31c1e60e36e748d3ee1941c7978bb1170e06662 1,494 1.00/1.00 vMB 89
435,935 435,935 000000000000000003dbd57fe073e8388a146ce9d3cdf25b5d2b8d8c988528b1 596 1.00/1.00 vMB 101
435,934 435,934 000000000000000003f0439c2d2c603661514faa6abd08ed19ffe4470fad41c6 367 1.00/1.00 vMB 101
435,933 435,933 00000000000000000347cf40b73d8b7cda56acbe423a6dd6c22ce4c488c2a90f 1,199 1.00/1.00 vMB 110
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.41 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.