Loading Tool

Explorer IconExplorer

Memory Pool

72,883 transactions
28.09 vMB
0.06834308 BTC
Random Selection Loading Transactions
Max Size: 166.36/200 MB

Candidate Block

Mining Attempt 567e9ce08e83d1a3cded3aa9c9b96e08f641a43370460269964be0074ce7cbc5
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root fb1e7279e134152986ad03f516a5f04c9e1ab0307bbcc0c4159b6d1885e43a11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01196952 BTC
Feerates: 150.86 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (166,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
749,023 749,023 000000000000000000089c4281f0c852deeec584e249d929d5509ea63d97123e 3,019 1.00/1.00 vMB 18
749,022 749,022 00000000000000000006f33b8676073fc0ff779fad705878bd318826aa9dcc49 3,699 1.00/1.00 vMB 28
749,021 749,021 000000000000000000001cd73d2ff277cee5ed3421c19d1d508cc4eeefd13bcc 3,123 1.00/1.00 vMB 22
749,020 749,020 00000000000000000003cdd5a7fd45610cc2f0c8cc16693d2e4d1909e9ab8ece 3,500 1.00/1.00 vMB 18
749,019 749,019 00000000000000000002b51615ad9fcf8c1e346baffe1754d9867638936a89d4 2,530 1.00/1.00 vMB 33
749,018 749,018 0000000000000000000358a59c5f6cca473e04ceb7592632b6df7c352ab33c6b 2,575 1.00/1.00 vMB 23
749,017 749,017 000000000000000000084cf6ba37464a7eba92f4e403eff98361cfa8c2b418c0 3,576 1.00/1.00 vMB 23
749,016 749,016 00000000000000000005aeddc0ef9f318694bec11d0502fa8f5b871be6a9a880 2,136 1.00/1.00 vMB 29
749,015 749,015 000000000000000000074e98e0be9c2f3bd8fb3bfbabff62ffbd69e39b4400af 2,646 1.00/1.00 vMB 27
749,014 749,014 000000000000000000012290289cf68ea8ff415d74a6823cb9b6e786805c6a18 1,185 0.32/1.00 vMB 14
749,013 749,013 00000000000000000007cd5f3a9201f9c8a1c73fc5332b582d6dceeaa349601f 1,533 0.57/1.00 vMB 13
749,012 749,012 0000000000000000000129d775607a41913f490fa659d9861a481dbba9b6722b 2,585 0.96/1.00 vMB 8
749,011 749,011 00000000000000000001635341dda4948c21f63744c1dd9013a0c7061f31b510 3,146 1.00/1.00 vMB 18
749,010 749,010 000000000000000000042d9b22a43de29d68cd39c4624108947cb4ff47adba8d 2,258 1.00/1.00 vMB 11
749,009 749,009 00000000000000000000c772ba199a4cac4567d3da236455edbfffdc2b101121 1,448 0.55/1.00 vMB 3
749,008 749,008 000000000000000000084b18683242e454e625fdb63f6476ec62f078b6d16ed5 3,062 1.00/1.00 vMB 20
749,007 749,007 00000000000000000007062785e4756206443f04f82561f3b5071623598edcde 2,619 0.77/1.00 vMB 3
749,006 749,006 000000000000000000013394bb084dc86938a3c8234d2d42b7b3817f609969f9 2,361 1.00/1.00 vMB 4
749,005 749,005 00000000000000000001fcbf9a779b140bf5e7c4ab821ccdd8ff7440cb7e4073 2,168 1.00/1.00 vMB 17
749,004 749,004 000000000000000000056d57e284deb3fcc837f5bcc954c6f23c74795d67dd73 1,308 1.00/1.00 vMB 10
749,003 749,003 00000000000000000003d4c9c71459b95a438e492aca4cafcd0512fd2080160a 1,931 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.45 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: 666.78 GB
    • Received: 15.22 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.