Loading Tool

Explorer IconExplorer

Memory Pool

86,502 transactions
32.55 vMB
0.18874528 BTC
Random Selection Loading Transactions
Max Size: 191.29/200 MB

Candidate Block

Mining Attempt a5c851c3147f82cc2df02e112fb68ad1b44444b19b8c39320f6a1366c9b231c8
Version 20000000
Previous Block 00000000000000000001e4fde79e1fe01af27d4e76c48343b723fc7054e22573
Merkle Root 719623ac03b0c792de61ef669e5df8c0cc198074a8551e57f1b336c5e456498d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.04229175 BTC
Feerates: 150.93 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,635 (821,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,662 93,662 000000000009047b523dc45cc90ad0efd9a176c232e1b93bf4293d2e5f23cf4e 14 0.00/1.00 vMB 0
93,661 93,661 0000000000071c7afcf286adae3f75d0330c4b412e8e952a0714aec955c74b82 14 0.00/1.00 vMB 0
93,660 93,660 0000000000038ef298cdfbcdc3b2c9bfb5d0d38a1c61ae1268168c6f7ae807c0 14 0.00/1.00 vMB 0
93,659 93,659 000000000007f7f368fd8480d6e5f827c9809bd4cdcf6a3aadcdc2c62c0e3ad6 13 0.00/1.00 vMB 0
93,658 93,658 00000000000430b8e3308689c94e1eccfc8c8e9c1bf541d22c604efeb7a47908 14 0.00/1.00 vMB 0
93,657 93,657 000000000007b45473618dc798b3f5694e37118722467284a260c20fb1fa8bd1 14 0.00/1.00 vMB 0
93,656 93,656 000000000000bcf1e3b5f3aeda96d7bd878433c46ab49d0e1ef34c910a6ab1aa 3 0.01/1.00 vMB 0
93,655 93,655 0000000000016d1f03fdef7f228f26b45e6a2e6d3559e25b7bad8fbba58245f4 218 0.05/1.00 vMB 0
93,654 93,654 0000000000061fda0088b9e2afd5682229e0c13173e809ba3671a7c3dc21dde8 6 0.00/1.00 vMB 0
93,653 93,653 0000000000088ab16ad829d7d66aca39c862ec7e6ad8c1e7cba0cf30c140a6ae 14 0.00/1.00 vMB 0
93,652 93,652 000000000001047af3a3aeccc303c631266bf649a4979e7a9da29d484107b972 14 0.00/1.00 vMB 0
93,651 93,651 0000000000090324e0577c11cd02d26208e8dee9bdcc54e45619791ba53985fb 13 0.00/1.00 vMB 0
93,650 93,650 000000000000504e647ee6b40e1c14522408cb1bdec781a27ffe59e6f7d33b8a 216 0.05/1.00 vMB 0
93,649 93,649 0000000000061a8d323f94fe45547c1b41687786e00352640b7e0825b05e7b04 14 0.00/1.00 vMB 0
93,648 93,648 0000000000064d996b2807c3b7e995e7b555f184b8d645b5f9e8447b38cf7d52 13 0.00/1.00 vMB 0
93,647 93,647 00000000000875403363d53c62fab834b4cdc7ca7090fc55a56dd615401fec1b 14 0.00/1.00 vMB 0
93,646 93,646 000000000001e3e313f2acb6d31c6f98914ee8af8a861abab48066c4a68023c8 14 0.00/1.00 vMB 0
93,645 93,645 000000000007adb916b9505831dce12df3190720a8e83f80ec8418deda9aa97f 13 0.00/1.00 vMB 0
93,644 93,644 0000000000012f8e607bee4de40eab1644773c55fe8d00a85f12d20543156c70 14 0.00/1.00 vMB 0
93,643 93,643 000000000005339f7fcfd87b4152613b75d458fe6856adb0fe9ecde43ec1c64c 4 0.00/1.00 vMB 0
93,642 93,642 0000000000009c221836213a73a5184aca052eb5398323e4c93558f817edf6c2 131 0.05/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.49 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: 772.77 GB
    • Received: 20.30 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.