Loading Tool

Explorer IconExplorer

Memory Pool

74,712 transactions
27.55 vMB
0.07196112 BTC
Random Selection Loading Transactions
Max Size: 168.20/200 MB

Candidate Block

Mining Attempt aca0499dcf942184f3cdec50e80a169428756fa445ef5e9758680dd5cb21902e
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 1c3941a2121a6bcb26c6ba96e8cd56d14ba80b3e3375acde8511e54a148eba30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,671
Size: 1.00 vMB
Total Fees: 0.01317815 BTC
Feerates: 80.55 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (137,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
777,533 777,533 0000000000000000000463a1034c59e6dc94c7e52855582af11882743b86e2a7 3,224 1.00/1.00 vMB 17
777,532 777,532 0000000000000000000228a17463f4fa9f1da97129f3a6e8f3440e5a8baf8f74 3,019 1.00/1.00 vMB 18
777,531 777,531 00000000000000000006d19dca49ba91ddb8695a6c405f442cc85eeb327ef534 1,347 1.00/1.00 vMB 8
777,530 777,530 00000000000000000006d7af07b9d9eb8d78947bda6277522e8b75e52d5ff237 2,102 1.00/1.00 vMB 10
777,529 777,529 00000000000000000005523c1cb1778268da3b285613c3e6e0a0fdb08ac2a731 2,505 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.