Loading Tool

Explorer IconExplorer

Memory Pool

80,937 transactions
30.01 vMB
0.09299886 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt 77e75be1b8ee092c3860059f0a4a7e0e4bcac54b81bcbf6a7dd96a60bb6b0d6e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 687a1bbb84dd5aac72c101065985802fa95a0fd2aa13bc1e3c7118e00d924c7b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,428
Size: 1.00 vMB
Total Fees: 0.02578942 BTC
Feerates: 402.60 > 2.58 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (33,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
881,630 881,630 00000000000000000000d235a507dcfd8adb1db1a2412ba1e9483473984329c1 3,424 1.00/1.00 vMB 6
881,629 881,629 000000000000000000010aa3966e3e3eb391410fcebbba07f67ffbb73c6fe401 2,666 1.00/1.00 vMB 3
881,628 881,628 000000000000000000012d5286165837011368c229b1234e9295b011de588d15 1,719 1.00/1.00 vMB 2
881,627 881,627 00000000000000000000159895800f0b85ebfe3681d7929337e275a5e89e0f43 1,697 1.00/1.00 vMB 2
881,626 881,626 000000000000000000026090bc7f1f924bec80e230b6ceeac8c446a166e8a394 2,959 1.00/1.00 vMB 3
881,625 881,625 0000000000000000000268c417631f99bfa70853e697c48686249cac5d09d4e7 794 1.00/1.00 vMB 2
881,624 881,624 00000000000000000001c4305c4846ce92736afc61760489923082a69565ed65 2,743 1.00/1.00 vMB 3
881,623 881,623 00000000000000000001686785246aa8c1b8ebaab8cb5a7886d99df43e11db57 3,075 1.00/1.00 vMB 6
881,622 881,622 00000000000000000002687cc7c75d01b6b7cb56d02a5bad6aaf02aad147dc29 564 1.00/1.00 vMB 1
881,621 881,621 0000000000000000000173b8c5f49787cc31e0d91ef38df384a0814d46dada65 2,882 1.00/1.00 vMB 4
881,620 881,620 00000000000000000000f3f1b8fb6b221f6c0b97d43a79a3b0cff6741036754f 3,821 1.00/1.00 vMB 5
881,619 881,619 00000000000000000001fbd3d7f3d74fdda4e9c7ad97436e8711c7e7fc585054 159 0.30/1.00 vMB 1
881,618 881,618 000000000000000000025c7729646e5a2dd635cd298590808f63bb172215b39d 1,680 1.00/1.00 vMB 2
881,617 881,617 000000000000000000005e3f7b3d2fd0e1c4ed514b5819e8b84922185106f5e4 3,635 1.00/1.00 vMB 5
881,616 881,616 0000000000000000000259fd114165331a73c9b54d0aed919f67eef37893f1ee 3,219 1.00/1.00 vMB 5
881,615 881,615 000000000000000000024c88cad0f4def67dfd4c5b22a4f3b0edf1d3da6e87d9 4,291 1.00/1.00 vMB 4
881,614 881,614 00000000000000000000f84327c17c79ac6c8a3c404124dcf7be43af88631767 2,910 1.00/1.00 vMB 2
881,613 881,613 0000000000000000000142e65c2e8cc9006c2971e3c9f654aee36fe8f417c003 731 1.00/1.00 vMB 1
881,612 881,612 000000000000000000008a57bbae40651a59a44a2fc5d2a763584e3d0c247ad4 2,573 1.00/1.00 vMB 3
881,611 881,611 00000000000000000001f1c5b9da874ba2fc4944d9bd418db94be582824a5942 578 0.26/1.00 vMB 4
881,610 881,610 00000000000000000000cab96e96a9f997aa1163e1cf217a6e027354d3f1553b 2,614 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.