Loading Tool

Explorer IconExplorer

Memory Pool

39,493 transactions
28.78 vMB
0.06749242 BTC
Random Selection Loading Transactions
Max Size: 146.06/200 MB

Candidate Block

Mining Attempt 386c95da81c95aac24ea9580940bfb10dabe17eccd659409a574cac62f48ad68
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root d0e1bd51c71346c863c6cb9013cd30d5db2be73b8a9261b92de8caabe0b1b94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,311
Size: 1.00 vMB
Total Fees: 0.01168689 BTC
Feerates: 88.61 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (141,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,147 773,147 00000000000000000001620f3d0ba7bd10d7d9937a5e493412a47e64496bd17e 1,065 1.00/1.00 vMB 33
773,146 773,146 00000000000000000004c755ad9099f4a2ebe453f1b73d38a81f4e97b56125f2 1,288 0.56/1.00 vMB 9
773,145 773,145 000000000000000000045e754f4c337e9d3e64bb4bfc402c03b47626070b4ae3 1,989 1.00/1.00 vMB 5
773,144 773,144 00000000000000000000503a87f43a4d7d310688d25c7980b115119a13a3b995 2,767 1.00/1.00 vMB 8
773,143 773,143 000000000000000000018917f52cedcac080ce0a89124c81e28bd66ac3cf54d7 2,973 1.00/1.00 vMB 15
773,142 773,142 000000000000000000065a09a9f88b2b1550f976cf91a030366282a9d6e7454a 2,989 1.00/1.00 vMB 5
773,141 773,141 00000000000000000006568dbf620892de4d893f979dffd7236a22f38c6ff833 2,874 1.00/1.00 vMB 17
773,140 773,140 00000000000000000004c894ff4cbbc46d3ef02a613cce68906e57c3cdb8c93a 3,043 1.00/1.00 vMB 18
773,139 773,139 00000000000000000004a2f8cf491177742fd257648d3c62d27ac5264645042b 2,622 1.00/1.00 vMB 5
773,138 773,138 000000000000000000024fddeeadd90fb111a8d06a0fc3ac8ac2512c357bc2fe 2,963 1.00/1.00 vMB 16
773,137 773,137 000000000000000000067a11cdab80b1a39e0bab2a62b6c82fc5943bf00e3c1c 3,033 1.00/1.00 vMB 19
773,136 773,136 00000000000000000000ca171c28723bc46bf657f25d081811ca84033073c42c 2,222 1.00/1.00 vMB 18
773,135 773,135 000000000000000000045794dc1d1aa0bc5aa86be55f104aa3f0b945a5e7c96c 1,713 0.97/1.00 vMB 3
773,134 773,134 00000000000000000007549037e87e3e1be31506cdd97f01467d7d63c15cee3a 2,634 1.00/1.00 vMB 9
773,133 773,133 000000000000000000059ce514fa32f080aad3e500455d58083796fd7d2b3526 3,292 1.00/1.00 vMB 19
773,132 773,132 00000000000000000004ea80d28beca65be563cb043fb5199618a0472e036491 3,322 1.00/1.00 vMB 12
773,131 773,131 000000000000000000014bfb314308fa2a60e6d0d985665c92c2ef510cfe475a 2,433 0.75/1.00 vMB 12
773,130 773,130 0000000000000000000450268e8431e0765900a9bd4dc647d7a907abf001dd67 1,183 0.44/1.00 vMB 13
773,129 773,129 000000000000000000060a6811f0bf0bc6e2f92e3ea891584507e90737b4b6af 2,750 0.87/1.00 vMB 8
773,128 773,128 000000000000000000003c4dcadc55fb9c4cb44bea0897bc2009b0eac7d4b77f 2,804 1.00/1.00 vMB 13
773,127 773,127 000000000000000000026877523398d6738832411286f4a4499f535e04213976 1,227 0.56/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.15 GB
    • Received: 11.42 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.