Loading Tool

Explorer IconExplorer

Memory Pool

78,936 transactions
29.64 vMB
0.10753874 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 21506de6760ba925e2c94c99b4d6e379ecdea80132a1f8443e4a4817676cd926
Version 20000000
Previous Block 00000000000000000001115f152a1dc031c831cba708e9cde5f1c67ecfca11d2
Merkle Root 474b118f3d440455c5ae41c4c68221d3e0d7de19fe0e5f572e7acb181987d742
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,782
Size: 1.00 vMB
Total Fees: 0.02522918 BTC
Feerates: 100.53 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,301 (137,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
777,554 777,554 00000000000000000000e218452bbf783dec86230ef09ec62a099ddaf4e453c2 1,251 1.00/1.00 vMB 6
777,553 777,553 00000000000000000002cc3ef409d2161438b0bbea97dbe63e047039359a5452 2,229 1.00/1.00 vMB 16
777,552 777,552 0000000000000000000211f87dae96f30857ace03fb9b19c188a1d0d594fc4b5 1,559 1.00/1.00 vMB 7
777,551 777,551 00000000000000000001b8de20557d4794957e138e0f880366f9635421a43de3 2,658 1.00/1.00 vMB 11
777,550 777,550 00000000000000000003cac9309b68056438fd5b50542a3da19323e0a106b866 2,548 1.00/1.00 vMB 15
777,549 777,549 00000000000000000006e95070824dd2a773135c140120b1ffeb0379c3ea49ae 3,125 1.00/1.00 vMB 20
777,548 777,548 00000000000000000005a784e2b5006b34ff63644408df00bfc1a0b1b9507021 2,893 1.00/1.00 vMB 37
777,547 777,547 0000000000000000000643e57976159ec89a80debcebb8b198d0cef833337e40 991 1.00/1.00 vMB 2
777,546 777,546 00000000000000000000e4d4f9df3d920e5a4abb7c9483b7a8f023eca7a27ff3 3,429 1.00/1.00 vMB 19
777,545 777,545 00000000000000000006b2b600cec6790c3fcdb009e091469713b64a6e8c9388 956 1.00/1.00 vMB 3
777,544 777,544 000000000000000000057b289473b5a9633e57200f6878dd45999d70575177d8 1,270 1.00/1.00 vMB 6
777,543 777,543 00000000000000000005c7726094a9296b927f86bcd28d06c3a46b49d32b4ed3 1,143 1.00/1.00 vMB 6
777,542 777,542 000000000000000000027e46c197c9f44fa6883090002bbce950e0513a39c5dd 2,090 1.00/1.00 vMB 7
777,541 777,541 00000000000000000000853ccae6a02e7ae1d4d28b40c0568e8c4e154ce3a3c5 1,653 1.00/1.00 vMB 16
777,540 777,540 0000000000000000000282a7c1c3517fc857fd380d18fe5fa3f3beca04b4dd5c 2,225 1.00/1.00 vMB 15
777,539 777,539 00000000000000000005003ffccfdd6a542d326957baee85402574c91b7e6af0 1,195 1.00/1.00 vMB 15
777,538 777,538 000000000000000000045da41b176cf2c06b8c7cbc55b33567fd2e8b813a311f 2,951 1.00/1.00 vMB 22
777,537 777,537 000000000000000000058e978ee2c32a431b68d93dfed56a560b0277fa66b1b3 2,912 1.00/1.00 vMB 17
777,536 777,536 00000000000000000005e8aaba6c7a711661c93b3c256c151793238e564b2535 2,254 1.00/1.00 vMB 26
777,535 777,535 00000000000000000003b2ebcf63725e9d974a6060fa9e2cfa9190671069e6d0 1,841 1.00/1.00 vMB 22
777,534 777,534 00000000000000000003e3e2ffd3baaff2cddda7d12e84ed0ffe6f7778e988d4 2,371 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.91 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: 713.99 GB
    • Received: 17.50 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.