Loading Tool

Explorer IconExplorer

Memory Pool

76,811 transactions
29.76 vMB
0.10213297 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt b0e1cbeb5a3d8ec2384437cdfa9a429318cb68c8599baee0d6d37a2bedfde1b6
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root 134aae46b0a7d1428e9647af94bb93fed7fd8642692a5ce8e2f95176879ede30
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,060
Size: 1.00 vMB
Total Fees: 0.03483041 BTC
Feerates: 357.61 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (107,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,928 807,928 00000000000000000000b61c3e069978e3c57d09684426d9395d7ae429d24247 2,218 1.00/1.00 vMB 16
807,927 807,927 000000000000000000023bbd464e1920a979fededf8277fd32b64818e82e606c 2,573 1.00/1.00 vMB 25
807,926 807,926 00000000000000000001d3f011a6ac786b95dab57070872e037a30e58351b5d8 5,040 1.00/1.00 vMB 13
807,925 807,925 000000000000000000031d8060c998945e26d7f1442e2394db3ed8d9c3a17fbc 4,144 1.00/1.00 vMB 14
807,924 807,924 00000000000000000001efb89ec07065c76e95969605695d8c148d4d7cd5a72b 5,428 1.00/1.00 vMB 12
807,923 807,923 00000000000000000004b7b80d86169be141f2296eaaf314805e7f8ac359575c 4,219 1.00/1.00 vMB 14
807,922 807,922 000000000000000000035bdd15762db4c05d79cbd9398e107c455a13c7ae944b 5,969 1.00/1.00 vMB 14
807,921 807,921 00000000000000000000e49285b57268d73903c96b2a73d0c36fbaf7b95a8d67 4,755 1.00/1.00 vMB 14
807,920 807,920 00000000000000000004e7909eceda57f3b04c41b38e171c8ebd61d4326b6828 4,198 1.00/1.00 vMB 14
807,919 807,919 00000000000000000004f0ee9f53f51399bfe3988c069fc9465cb7e61f05933a 6,499 1.00/1.00 vMB 14
807,918 807,918 000000000000000000024a2602b893b1a71b970ab51a63c0cd7414cc7d3211fd 4,423 1.00/1.00 vMB 15
807,917 807,917 00000000000000000004ba72509c0681af0fdb5ccc75276c9dae041186eb25dd 2,547 1.00/1.00 vMB 14
807,916 807,916 000000000000000000033092ef539231874f0dcf31a7367b1c4ccc16c41b707b 4,412 1.00/1.00 vMB 14
807,915 807,915 0000000000000000000070e0c91ef585b3f79fd192372305613577e130b1e707 5,001 1.00/1.00 vMB 13
807,914 807,914 00000000000000000000ab558f2a344f569bb1af1c896ca1920e2834699893e9 5,219 1.00/1.00 vMB 14
807,913 807,913 0000000000000000000247191a9210a767dde0e066c3f34a81b61ea2761367b1 6,061 1.00/1.00 vMB 14
807,912 807,912 00000000000000000002df7a12e6ae20e6707a06eaa5eba7378cb84a0a90fdad 3,305 1.00/1.00 vMB 13
807,911 807,911 000000000000000000004e7c12294db06887226be9f1a7d23ee619a2d0f0d2cd 2,490 1.00/1.00 vMB 17
807,910 807,910 00000000000000000004d76aa28bb7af07b7f01d2294ec480a69febfc7f7c781 2,380 1.00/1.00 vMB 17
807,909 807,909 0000000000000000000001ac85e4288c2a1c9b6173704eb52e3807d7ff8d4e71 1,409 1.00/1.00 vMB 20
807,908 807,908 00000000000000000002c5e736fb99be7e3ca291d7ef06170253e32971e0c84d 2,821 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.15 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: 744.13 GB
    • Received: 18.71 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.