Loading Tool

Explorer IconExplorer

Memory Pool

82,917 transactions
31.34 vMB
0.12895133 BTC
Random Selection Loading Transactions
Max Size: 189.91/200 MB

Candidate Block

Mining Attempt d02b3fb3a2dcd5bb3dd58c4fd271123e61f6a7630b88d2e189b8d9936bdd610f
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root e3ce021b10ae647cadd55bea5f9ef9a4110a9a3bef68fa528ff94728409223db
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,017
Size: 1.00 vMB
Total Fees: 0.04517987 BTC
Feerates: 318.30 > 4.53 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (321,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
593,656 593,656 00000000000000000000f86d904b8dd7d5c876c58ae743e8a6a7d07d31b13634 2,149 1.00/1.00 vMB 33
593,655 593,655 0000000000000000000656ada1903f093ed2ba6ebbb05c84c9ec96e7991581d1 1,932 1.00/1.00 vMB 21
593,654 593,654 00000000000000000007396a31880cbc52bb98842788bf43cc1d42fea1b8ccdd 3,019 1.00/1.00 vMB 44
593,653 593,653 0000000000000000000cc2844e12d9ff4fc657a40c07f05745497e1031d25650 1,795 0.58/1.00 vMB 23
593,652 593,652 0000000000000000000d36a42939b71de3777a774be0e7a783350c46c9d02eb3 1,650 0.52/1.00 vMB 24
593,651 593,651 00000000000000000002ca58ebb815c0f97dff0ff3bc8c5fd23e5c38734d173a 2,410 0.85/1.00 vMB 9
593,650 593,650 0000000000000000001527cb5d3054f46e9921f2f6699ee0078dd8df896eb6ce 2,661 1.00/1.00 vMB 32
593,649 593,649 0000000000000000000dad130783e8240d3b799a260bb10563ff57f8beab1c22 344 0.16/1.00 vMB 17
593,648 593,648 000000000000000000028ff9f60fa6ddeb5fe9022c384a653d265500f97312ea 324 0.11/1.00 vMB 17
593,647 593,647 0000000000000000001308437b9a945f8f9b23a3934b19c1855ee87570190274 726 0.22/1.00 vMB 20
593,646 593,646 0000000000000000000fe771840e20cb46fb9d7faa69b1c66259fe57fe0e8ec4 1,269 0.37/1.00 vMB 30
593,645 593,645 00000000000000000018af4a7421a0d4cc27046a21681c720b56aeaaa61335d3 764 0.24/1.00 vMB 6
593,644 593,644 000000000000000000163bc0206115f672e61f348409a4fb284b0a75a446cbe0 3,146 1.00/1.00 vMB 17
593,643 593,643 0000000000000000000085b72068e2279b9eb8bf5bcfe9251dd2fe2b1963fa9e 2,938 1.00/1.00 vMB 40
593,642 593,642 0000000000000000000d026cd138b8b350b248505e04c94906ca6057a9107342 1,028 0.34/1.00 vMB 24
593,641 593,641 0000000000000000000c3b722ad12d7a4f2cbe7c19bdd2b21d4c68b31a945c55 2,713 0.89/1.00 vMB 3
593,640 593,640 00000000000000000018e2509c889a8aa40ea1e74fa5d10d80769ac67efc764d 2,897 1.00/1.00 vMB 24
593,639 593,639 00000000000000000008ca7ca91edd7dcc2223be1cbca6b62c4a464a2b8ef67a 3,110 1.00/1.00 vMB 29
593,638 593,638 0000000000000000000e3b34886dda5f8122a4e53b5cbd369b6bdcc3411fbe9d 3,179 1.00/1.00 vMB 39
593,637 593,637 00000000000000000006bd7a9edad580f20bd2c1f876af2a811f83ba3fa719c3 2,929 1.00/1.00 vMB 40
593,636 593,636 00000000000000000000d2090ad848ac86a735f5aa025bae9520b6cbe831bd0f 2,116 0.71/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 783.08 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: 722.43 GB
    • Received: 18.40 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.