Loading Tool

Explorer IconExplorer

Memory Pool

38,281 transactions
26.39 vMB
0.06024058 BTC
Random Selection Loading Transactions
Max Size: 136.00/200 MB

Candidate Block

Mining Attempt 32194e71e0d2548bfbe425c9c672cd4340b08ed8023aaeae17fae252dba474de
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 240d231bc0d5e9e437a6fc145bd6b4b9125675977f3b81adec3438999e2c7fff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,585
Size: 1.00 vMB
Total Fees: 0.01125237 BTC
Feerates: 201.06 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (301,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,744 612,744 0000000000000000000bcb6d468882e283e9289db6bfcf88c1b2b0d35fa03e14 2,162 1.00/1.00 vMB 14
612,743 612,743 00000000000000000001014713238a123c43664ca81afa57ed5b6a7a292b2a02 1,786 1.00/1.00 vMB 6
612,742 612,742 0000000000000000000163734c9d1f76909f19cabe32efd8c7db096ee3a7e353 1,737 1.00/1.00 vMB 7
612,741 612,741 000000000000000000027bb5ec7e70aa7c1f29cc21ead41f49e7dd359b0e9ff5 2,773 1.00/1.00 vMB 22
612,740 612,740 00000000000000000011b51f7a35cd4f912f077ec27cf3c2993819b1bc1745c4 2,362 1.00/1.00 vMB 17
612,739 612,739 00000000000000000004499efb835e39eb92f0949a2d91eb96e662d79727cb8b 2,438 1.00/1.00 vMB 21
612,738 612,738 0000000000000000001038f2c26eb155d791e669f00819af18133576b1e1b58b 2,517 1.00/1.00 vMB 22
612,737 612,737 00000000000000000004da32b3ac19e92957251d0a20afa106c9fd0c542acaf8 2,485 1.00/1.00 vMB 12
612,736 612,736 0000000000000000000903c267d951b52992c9c23d65206feba42ba0813aab9a 2,140 1.00/1.00 vMB 9
612,735 612,735 00000000000000000004419e86df127a853023e40d5bac54c3f9cb9968b0c253 1,912 1.00/1.00 vMB 10
612,734 612,734 0000000000000000000ee39ade32c56787cc87e67fd2a994fbba9d6d9cb75e45 2,289 1.00/1.00 vMB 25
612,733 612,733 00000000000000000011d9b39e3738e1676bc7aa091541d89a9f64772069a2ef 3,128 1.00/1.00 vMB 24
612,732 612,732 00000000000000000006728b1630cdf1f0b23fb34d881e3c3d76b7e1820c3f57 2,768 1.00/1.00 vMB 20
612,731 612,731 000000000000000000068964ff67fe147fdafdcb685c7e1006e52e882d6a2ef0 1,890 1.00/1.00 vMB 18
612,730 612,730 000000000000000000066c965629ddf2d0fea981efd0c94539c73e004c61a525 2,474 1.00/1.00 vMB 19
612,729 612,729 000000000000000000143e627776037902b085b32b5a4235b6c13ad62f3ea001 1,653 1.00/1.00 vMB 14
612,728 612,728 00000000000000000004946031453971408f7b0c0d7095203e8261e697bc8e2a 2,445 1.00/1.00 vMB 19
612,727 612,727 0000000000000000000e7bc8d0295a98d03be50edb8fb2a66530c8b4b601648e 1,509 1.00/1.00 vMB 6
612,726 612,726 00000000000000000000508db92eadf119375a72da888d8045b7e23b345601f0 2,700 1.00/1.00 vMB 9
612,725 612,725 0000000000000000000f27007099868f39f79091a59d8a668532f562fad12d73 3,397 1.00/1.00 vMB 22
612,724 612,724 00000000000000000011e378b1c914648bf4c42084f8338609df53f62abb749c 2,157 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.