Loading Tool

Explorer IconExplorer

Memory Pool

79,734 transactions
29.86 vMB
0.12256772 BTC
Random Selection Loading Transactions
Max Size: 180.14/200 MB

Candidate Block

Mining Attempt e4280deefc4b229a2fcbefd369e4d16e1c6735dcaf02033e412f967cc380e7e8
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 0c0ef028f4c6e662f928a081e9ff735f3b2ca2a051068c2076ba94aa0ca6b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.05713041 BTC
Feerates: 150.75 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (274,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,210 640,210 00000000000000000002a7c0e607cdd7bb4eebe893736a9166682a2255f14950 1,960 1.00/1.00 vMB 112
640,209 640,209 0000000000000000000397fb6bea200a622a1748302c404e946163f952526617 3,022 1.00/1.00 vMB 136
640,208 640,208 000000000000000000020235ed7ded51fb403c1d9f613c6fe6ddd1417270337f 3,184 1.00/1.00 vMB 102
640,207 640,207 00000000000000000001c605359f5eab769a6af269eb19782bfccaf523ff4cc6 2,854 1.00/1.00 vMB 108
640,206 640,206 0000000000000000000d98552a89fc5f15b0f671e6846e52e07c9a16503a0c34 3,119 1.00/1.00 vMB 108
640,205 640,205 0000000000000000000956cddf30a5b68cd3ec84ad3a7dd7879d0cb00ebbb588 3,299 1.00/1.00 vMB 112
640,204 640,204 000000000000000000063b6fa33b95c8117dfc33f95ddea41f91f9ae0258c521 3,243 1.00/1.00 vMB 107
640,203 640,203 00000000000000000007620178a66f93df4419d104d9cf667a77cd75a562dd41 3,188 1.00/1.00 vMB 111
640,202 640,202 0000000000000000000c9c61afb4412ea5a72e99ca6b8b8a87ccb305c9a2d593 2,846 1.00/1.00 vMB 121
640,201 640,201 000000000000000000099355588c57904d8f8c29cde403aebcec8eba0edc4d81 2,234 1.00/1.00 vMB 129
640,200 640,200 000000000000000000083f95bee5b282f31b4ef87e6f6dc975854ec02353929b 2,427 1.00/1.00 vMB 116
640,199 640,199 000000000000000000011a2cdf905336aa2faf24d6e55800fbda540391564839 2,592 1.00/1.00 vMB 120
640,198 640,198 00000000000000000005140c5d2e3e709f44cf26b1e873f694396305d118dbc5 3,435 1.00/1.00 vMB 145
640,197 640,197 000000000000000000040b2b60ef732a855c1f233c398ef4198882bbc86feeee 3,151 1.00/1.00 vMB 130
640,196 640,196 00000000000000000003f0d37761aff6db29fc3f3825309a0e707a136dd6b610 3,234 1.00/1.00 vMB 131
640,195 640,195 0000000000000000000ecb84faf52719578ea782f92f4f5c6699f7429ebcb86f 2,106 1.00/1.00 vMB 111
640,194 640,194 000000000000000000041ec570b90cd0beb13842a15eeb16012718ea69f1bb70 2,961 1.00/1.00 vMB 120
640,193 640,193 0000000000000000000e8c49f2bda7e9e4e96238ffc8efe8e05f800cfa305502 3,063 1.00/1.00 vMB 101
640,192 640,192 000000000000000000055e82a91c1cb6e88e8dcf653a3f9aa182aba4ab9e9b7b 2,406 1.00/1.00 vMB 101
640,191 640,191 0000000000000000000a28796931f470f654a4c0b99167871f0114485d4740f6 3,044 1.00/1.00 vMB 106
640,190 640,190 00000000000000000005e47a9064d4ce89699a141369bb7c6601c0de7a79f638 2,676 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.