Loading Tool

Explorer IconExplorer

Memory Pool

80,759 transactions
29.84 vMB
0.06821219 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 0d12583e689719d29db5e684bcfc9fd3d0dce3b405eaf875ce4b19d3a254451e
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root efa4d802f8da57f9b5f2dedf06e88e37f0212d9f25f6af2ef921e235546cd5d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,558
Size: 1.00 vMB
Total Fees: 0.00742849 BTC
Feerates: 34.33 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (911,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,551 3,551 000000002b6813c714475b0dadf2ef5cfc8941c9c8db6d6ee23b3ff91fd9279c 1 0.00/1.00 vMB 0
3,550 3,550 00000000cbce6a88cf334563a211378c2326c3bcfdc30162e41da5085161cdf8 1 0.00/1.00 vMB 0
3,549 3,549 0000000030c7b444039d9e528bbc245d60ca38d5f9e469d402bb680916278ba4 1 0.00/1.00 vMB 0
3,548 3,548 00000000cdb2251af508d8c65b1f4700f0d3d86ab338d0edf8fd19307f18e32e 1 0.00/1.00 vMB 0
3,547 3,547 000000000e7fc781c8e034fcf8440928aecf0250ac1ad35eced3419588a8d423 1 0.00/1.00 vMB 0
3,546 3,546 0000000040206949827272f209db87fd3362556c93562864433b85d97c52aaf0 1 0.00/1.00 vMB 0
3,545 3,545 00000000d8a13923777c8e43026b44de0c652c7d7e2325fec947100147b43790 1 0.00/1.00 vMB 0
3,544 3,544 00000000b1f4eb1b35a1b731caee56173bdc43edaecdf8fa1220c59525f102ff 1 0.00/1.00 vMB 0
3,543 3,543 0000000004fffd10a7bc971ddebb56a21fe322d6776db779dbcd323c555e4f4d 1 0.00/1.00 vMB 0
3,542 3,542 00000000e564ea9b6c2bb13079ce8011b631aae8bb984a7f05c761140b9280ce 1 0.00/1.00 vMB 0
3,541 3,541 000000002744f7879f5c746f05cdca2bf82a36b85853257cadc86df28fadda97 1 0.00/1.00 vMB 0
3,540 3,540 0000000093a74356a4a7aaf8ba31d0ad5dbd41f28296e9ff67710f2d03cdbe01 1 0.00/1.00 vMB 0
3,539 3,539 000000007360e54b88252b4c84e3d6a6ccb8fe56b9149ec43485c97c7a471b8a 1 0.00/1.00 vMB 0
3,538 3,538 00000000c5374443d80fb0078de87bb5e727277dc7a6edece1550de11ca6bcd6 1 0.00/1.00 vMB 0
3,537 3,537 0000000090a3f95819fc5ae42d8e1175ec0909dee27194b9076f0b479fe2507e 1 0.00/1.00 vMB 0
3,536 3,536 00000000bf05c31b858ae12d66acbc7a8c31d2893d56c01299b6ed800587119a 1 0.00/1.00 vMB 0
3,535 3,535 00000000340aa68fb1905aed4d4f31dfe1cf560442506b6fd3227c81b8631488 1 0.00/1.00 vMB 0
3,534 3,534 000000007077d3246c426993aa89e45aa5904da8dedfc6086b70f3d5ae039005 1 0.00/1.00 vMB 0
3,533 3,533 000000003920e7a311fad903c863f8f6a5cd12907711bf23392bec7ecb6f252c 1 0.00/1.00 vMB 0
3,532 3,532 0000000033a6dd2c047d48ae513f9f47951cd2e061f0dcea9591e45a7aeb0cfb 1 0.00/1.00 vMB 0
3,531 3,531 000000004918fa52aa349484b65ad54c55a850c0a9e4034b5183087e6e0fbbcc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.