Loading Tool

Explorer IconExplorer

Memory Pool

27,156 transactions
27.41 vMB
0.06698038 BTC
Random Selection Loading Transactions
Max Size: 131.48/200 MB

Candidate Block

Mining Attempt 159aa7dad54cbf09dc85717d6611c0fb7239b08f43d8c1cf46e99e8e951c08f6
Version 20000000
Previous Block 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607
Merkle Root a0cdfe27a29fce8ec0e92c4c506faf5d7755780b171c8726356c634cb6cee7b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,161
Size: 1.00 vMB
Total Fees: 0.01513221 BTC
Feerates: 101.32 > 1.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,501 (153,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,582 760,582 000000000000000000058952191039ee5490f8e59eb6521f80152221adbe9808 2,304 1.00/1.00 vMB 21
760,581 760,581 000000000000000000038cd1422049b1b596e53dae95499fb6b6b717ea04fe7a 622 0.85/1.00 vMB 1
760,580 760,580 00000000000000000004e4945415889b6c340a2b0065855e1dde3d3d80d9cd93 1,453 1.00/1.00 vMB 9
760,579 760,579 00000000000000000001cdbe5c04fa7a0cd2d32d92a32fe2204bca9cd2956560 1,520 1.00/1.00 vMB 7
760,578 760,578 00000000000000000004da78f97ef37bb70439787d753a2b4b48984c61ab4b08 1,788 1.00/1.00 vMB 8
760,577 760,577 000000000000000000029e53d0cf425e4a4ec955925e238c20e1195d3bbb7e2c 2,625 1.00/1.00 vMB 12
760,576 760,576 000000000000000000023ba95f71d7ef637b1510d25e867a2ce1f9786bbe59e4 972 1.00/1.00 vMB 3
760,575 760,575 00000000000000000000ded6dffdcc3969536b2596ff2c0bb5c8731e629f0df9 1,919 1.00/1.00 vMB 9
760,574 760,574 00000000000000000004ded2cb776d1a082468d0a5f9d283e2fbd0b15d00d677 2,905 1.00/1.00 vMB 15
760,573 760,573 00000000000000000000ed44a7e210804b69d8cd7254ef85f328f318e93f748b 1,089 1.00/1.00 vMB 3
760,572 760,572 00000000000000000003042bc868e471499f2333af6d56ffc1412aa0b9d764d7 1,410 1.00/1.00 vMB 6
760,571 760,571 00000000000000000005501a5ecac1f027b12f96bb40647f27bf03a0f00ee224 3,293 1.00/1.00 vMB 4
760,570 760,570 0000000000000000000698b92e94eacd5789c1e95f70cdbf2d6fafeb77c5f0db 3,179 1.00/1.00 vMB 19
760,569 760,569 00000000000000000004e6efb2df8bed4920de2d9e8918a20448d43300c7d4c2 1,747 1.00/1.00 vMB 10
760,568 760,568 00000000000000000006323899b76a8783c686d341e03c25bd98c14fa2c5454f 1,676 1.00/1.00 vMB 21
760,567 760,567 000000000000000000063a12ab07078c81d15912b02282badb217edd608df5bb 3,222 1.00/1.00 vMB 20
760,566 760,566 00000000000000000003166304138fa6e89d9ecb1ddca191b1497afd421dc18c 2,146 1.00/1.00 vMB 15
760,565 760,565 0000000000000000000169e600db5fd4293d191a205aeb9cca58d5451014e27a 3,147 1.00/1.00 vMB 19
760,564 760,564 0000000000000000000543df5b00d43fbf48771b9f75e2d526170a35dd8e0930 3,509 1.00/1.00 vMB 29
760,563 760,563 00000000000000000005dba0f6411c4f0a34e9d90268c5dad1d60fa35233756c 2,064 1.00/1.00 vMB 17
760,562 760,562 0000000000000000000301edcffdd218b478fb72baef41ae8b7710989906166d 3,095 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

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