Loading Tool

Explorer IconExplorer

Memory Pool

26,524 transactions
24.20 vMB
0.04783260 BTC
Random Selection Loading Transactions
Max Size: 118.67/200 MB

Candidate Block

Mining Attempt 1e71a5949b9b2e0dd7d0fd8a0e55d2f729e1f2e46d4ba1bc32c306541b378ea3
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root cc312d14fbf62a583c501b76b780a9294e220b796adf6d244483a36f2eb7b19e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,311
Size: 1.00 vMB
Total Fees: 0.00511297 BTC
Feerates: 73.20 > 0.51 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (820,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,339 94,339 000000000007885ee75f519ca73014e9c15f9030edd69bf882fee74ad3400602 6 0.00/1.00 vMB 0
94,338 94,338 00000000000626fe5db98bf567ecfaed34ff0502eeeaefc823cf418ae07462d0 1 0.00/1.00 vMB 0
94,337 94,337 000000000006fa0411b286abbe98a146756c92283e33b25a7f748dba822f7ba4 1 0.00/1.00 vMB 0
94,336 94,336 000000000002b407cd250a559e591a85c222437d9c7e7239d00ffede70169ae5 1 0.00/1.00 vMB 0
94,335 94,335 0000000000029607741bf8605d68556618eec99c0dd6fc403479f7c270ec8fd9 2 0.00/1.00 vMB 0
94,334 94,334 000000000006e6ad4293fb79df413d791c6d36e0a92861fb75de732d2fd68f0f 1 0.00/1.00 vMB 0
94,333 94,333 0000000000088b96e5d15002a32a93e9b1219761cecf4bdeb8cb573cd28925ab 2 0.00/1.00 vMB 0
94,332 94,332 0000000000032f6793c70f875440696aac4d7a8a3619c2f1bf6c18c14d84db84 2 0.00/1.00 vMB 0
94,331 94,331 0000000000080f458080d9a3bc9ae0eaf0f395ce7b2fdb8b000f085f1ee0f443 1 0.00/1.00 vMB 0
94,330 94,330 00000000000006c43b85f483ceaa9b6655439def60e7a8300eef380ff7cd44f7 3 0.00/1.00 vMB 0
94,329 94,329 0000000000019f93755f2abfd8ec6ccd33f8ca40281e865009c0c7c294b147c5 1 0.00/1.00 vMB 0
94,328 94,328 0000000000071c7c91a2f70fc09dbf63b53f12a49cd5e8c54a172b67c6d378a2 1 0.00/1.00 vMB 0
94,327 94,327 0000000000043952a24b0af3aee97dafd959de597a15edd5eb29328cbb888cb9 6 0.00/1.00 vMB 0
94,326 94,326 00000000000160f325bd46f577f5ac4497e15d9ae82b921f5cb41b8f1eb64170 1 0.00/1.00 vMB 0
94,325 94,325 000000000008f037725a7ddd43ca36e153039e5cb3bc84364f5d057e1dbdd6b9 1 0.00/1.00 vMB 0
94,324 94,324 000000000007fef537ef25fa5c55b679827f01f107cc61f6f5d4fe18d8efdf6a 1 0.00/1.00 vMB 0
94,323 94,323 00000000000966b315b25bff540d8296b1ea623729c47ff7a0a8a6f85d910d72 1 0.00/1.00 vMB 0
94,322 94,322 00000000000512976db609eaf6a3a24a54e1efe9e587611574e8ad9a228d04b4 1 0.00/1.00 vMB 0
94,321 94,321 000000000000e5977aecc3b49bda2230b9ddd949d8694a2acc590dced6e782dd 2 0.00/1.00 vMB 0
94,320 94,320 0000000000004e71c3bd1baf36bdc4ce0723ea47c2cafb7e43ceb58273dc5609 1 0.00/1.00 vMB 0
94,319 94,319 000000000008e6047ccf22957daac4027e39fa9e8aba1758cf8b1c2eaeda68e0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 641.68 GB
    • Received: 12.52 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.