Loading Tool

Explorer IconExplorer

Memory Pool

89,526 transactions
23.89 vMB
0.07473563 BTC
Random Selection Loading Transactions
Max Size: 161.94/200 MB

Candidate Block

Mining Attempt b868009d98db081fac6c2476eca1922c4b49d7fd9dde4e2ff13cdca73e1c05fd
Version 20000000
Previous Block 000000000000000000006829c10e2cab7d5ff7080a774187bf98824a1c0821b9
Merkle Root ca713a10a0257dfeb3b94e28922e4a21007071be8f7762894d991c47a9e0bdf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,361
Size: 1.00 vMB
Total Fees: 0.01742610 BTC
Feerates: 30.36 > 1.75 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,897 (812,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,723 103,723 0000000000034017d742e03583b34298c1af169af479dbd9d9df73e11f8541da 5 0.00/1.00 vMB 0
103,722 103,722 00000000000276d6cb1af738a62d940aff7ba051e5781f96adde6a1995ca6278 12 0.00/1.00 vMB 0
103,721 103,721 00000000000359034aa9363acef5b96a295bf641d9d04196fa4883cda7e282a4 10 0.00/1.00 vMB 0
103,720 103,720 0000000000012e75bbedbc2a5d85e2a1f13c40344ed474aa86860174bdaf56cf 21 0.00/1.00 vMB 0
103,719 103,719 000000000000c162988ce04978c0905c88bc277f5b82f3b2675817e4bda88375 2 0.00/1.00 vMB 0
103,718 103,718 000000000000dee2f379fce17b36dcab35d9462dbdb524a996601ad2c1eac745 2 0.00/1.00 vMB 0
103,717 103,717 0000000000027809cae65b34a7c90c3b1f22fc2b0c01571ceab2c038f5e17275 1 0.00/1.00 vMB 0
103,716 103,716 00000000000274f1cfe8dbba5da3ba27dcc1df53e22dc2b5a5336906c2010d6a 3 0.00/1.00 vMB 0
103,715 103,715 000000000002e66596b645b667bd93b654ab224e73378f2fca7b3196cd93727d 3 0.00/1.00 vMB 0
103,714 103,714 0000000000000e3cbae8e5cf6b1fa67d470e82fd41c41c00b4ae5e5becfa4935 12 0.00/1.00 vMB 0
103,713 103,713 000000000000dc587ceb0c56f7ce7d47117074d0af545216c99ff0a785f2b4ec 22 0.01/1.00 vMB 0
103,712 103,712 0000000000004137951b46de8915f73f7c04c4a4fcd5e68a063f250ac1b5d28a 4 0.00/1.00 vMB 0
103,711 103,711 0000000000021a0186091d361948c40c567b70d644f4df7ee7572f0223711a2e 2 0.00/1.00 vMB 0
103,710 103,710 0000000000003e39ded7e034d6b11d221ed482a57a5714214400e1924cbf18db 2 0.00/1.00 vMB 0
103,709 103,709 0000000000007615581634ea25b4f3f2410a5b06bd5a6bb4e092d711198efe68 3 0.00/1.00 vMB 0
103,708 103,708 0000000000004a0c0fcd05ac6469c3fa0e0e6d672eb862a6b6259f7eb690881e 2 0.00/1.00 vMB 0
103,707 103,707 0000000000016013ee0456aac4b03e4e056c135d112834d4d571407fa44f36a0 2 0.00/1.00 vMB 0
103,706 103,706 000000000000d2ffdfdfcb976841adb41a270e7bd90b5b899dbc63001e3cd85b 1 0.00/1.00 vMB 0
103,705 103,705 00000000000206f354f14f64f16586f6431f6c39eb7dd8d0261d0a6add4e01ba 7 0.00/1.00 vMB 0
103,704 103,704 00000000000004eb0b9c4df9f34fa26d7ed2a2080848648265ef7ee6e995033a 7 0.00/1.00 vMB 0
103,703 103,703 00000000000327761f2d89500fb8daf38371a8a8c4e83364d97ff78d6f42a0cc 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.93 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: 797.67 GB
    • Received: 22.31 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.