Loading Tool

Explorer IconExplorer

Memory Pool

79,398 transactions
29.76 vMB
0.11906295 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 8f4e4438b56fe86427a6466b798a72770c24e7e20fbc50b8c403742ad866544a
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 8be5e19761bae45bc39da654e8645ba04fe5c1d2327f3a2db5770443cf99cf1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,181
Size: 1.00 vMB
Total Fees: 0.05465544 BTC
Feerates: 150.75 > 5.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (107,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,370 807,370 000000000000000000052da0dce0ce485c4d6fcb8d8123bac1b728900b4c8db7 3,109 1.00/1.00 vMB 32
807,369 807,369 00000000000000000004366d1551ab3ed05ce3ce2d9928c4300db8c2db9565ea 3,475 1.00/1.00 vMB 33
807,368 807,368 000000000000000000037ef466dbffc3e6128140e00494ee2e7947c6dde8a5e5 1,708 1.00/1.00 vMB 22
807,367 807,367 0000000000000000000034bdc26b15e53504284022a1ad09b605beba9f2f386d 2,606 1.00/1.00 vMB 27
807,366 807,366 000000000000000000017e31033658ba29078319300b6f5f13a040c5e3d28fe4 2,504 1.00/1.00 vMB 22
807,365 807,365 000000000000000000022296cf6fb5ffe353e76533dfa367c3d5a0c3b4503b6c 3,013 1.00/1.00 vMB 26
807,364 807,364 00000000000000000000bc27712cf343546ee8fca518ce977531747024b91c6a 2,494 1.00/1.00 vMB 36
807,363 807,363 00000000000000000002f428034153b4db9d9852c3d2daae3233739171b88f1e 2,773 1.00/1.00 vMB 51
807,362 807,362 00000000000000000004b163e439ae44a704238d272352c5808a32bd25ba2474 2,756 1.00/1.00 vMB 25
807,361 807,361 0000000000000000000074465dd7353304913cf53a6268dd2d767eca76423189 2,156 1.00/1.00 vMB 19
807,360 807,360 0000000000000000000073ebde527d720750b6c3dca8698d8f1b6d855bf6fa85 2,333 1.00/1.00 vMB 28
807,359 807,359 000000000000000000031e33f1b00995a703bf00467c99aea41959c1a7effa23 2,111 1.00/1.00 vMB 19
807,358 807,358 000000000000000000015ef4a99f2a921a7d0333cf5f8e4de56925d1bc073cd8 3,497 1.00/1.00 vMB 19
807,357 807,357 0000000000000000000089e4b9faaa1c9630f33f012163befe2f057bdae70b1f 3,457 1.00/1.00 vMB 24
807,356 807,356 000000000000000000025e631d95207f055135c151391067df3039359b93a8f8 3,288 1.00/1.00 vMB 37
807,355 807,355 00000000000000000001f0a381583b6cf23ba204a8e754affe5bf386742d26d7 3,362 1.00/1.00 vMB 25
807,354 807,354 00000000000000000001360edaf56e449df41c87b70c5d063bbb23b2b1d7889f 2,881 1.00/1.00 vMB 38
807,353 807,353 0000000000000000000423b7cc3c7d2d758b145a53ac0a66733cec6ee80ee554 4,463 1.00/1.00 vMB 26
807,352 807,352 000000000000000000012e6cc8bdc8a44505ba39a37277fdccf533c7f8d1bd91 4,087 1.00/1.00 vMB 21
807,351 807,351 000000000000000000015b5533572c04222e203b61482ddc48e20eedc807aab0 3,209 1.00/1.00 vMB 29
807,350 807,350 000000000000000000036b5c4c99c5933201f34093cb0c4e5011f9987e2be90e 2,933 1.00/1.00 vMB 28
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.