Loading Tool

Explorer IconExplorer

Memory Pool

77,199 transactions
21.25 vMB
0.07413622 BTC
Random Selection Loading Transactions
Max Size: 141.70/200 MB

Candidate Block

Mining Attempt cd1c6d92769345bc64d391eb389ba68a027d51d68f8c6cc5031dfbb2523f69db
Version 20000000
Previous Block 00000000000000000000ee2e0acc6af3b63a66e94352c6e246eebd9b30b2fa81
Merkle Root a361b7ca15ac0a055e771fb9f619d25c445c5da8da416f99aa1106befb86ac3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,651
Size: 1.00 vMB
Total Fees: 0.02508427 BTC
Feerates: 174.83 > 2.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,005 (838,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,752 77,752 000000000006e6a48a7a9d3736f359503e0ae02741c99442e8a69feb96d38992 1 0.00/1.00 vMB 0
77,751 77,751 00000000005b4224d2b647cdcd287281cd828a85570a4305c9f83f40cdc4d617 2 0.00/1.00 vMB 0
77,750 77,750 0000000000482900445140a11874e78b0a0faa104e07d4cb581fb462fc353c89 2 0.00/1.00 vMB 0
77,749 77,749 0000000000659fb3b0ade264e5cc53b46b8b2eb582e95c5cc09b77dcd7c0dbda 1 0.00/1.00 vMB 0
77,748 77,748 00000000004c760e9fb2bc5ac3562b5f18bd0f5c09374f0036baf42d23f8b76e 1 0.00/1.00 vMB 0
77,747 77,747 000000000014bf7878133ad89cfbeff2044760625561dac0635a93d4e9174606 1 0.00/1.00 vMB 0
77,746 77,746 000000000029eba1b4f72d5dac100e22b5b7034a0768796afb3513786760411d 2 0.00/1.00 vMB 0
77,745 77,745 000000000006a7ff8cc8f4dae461fc1ab251f8299cdff1d0a17b425f9c992502 1 0.00/1.00 vMB 0
77,744 77,744 000000000021b9e7a7685ce88e023584eb5cf3e71201efd0b981e423b2143546 3 0.00/1.00 vMB 0
77,743 77,743 000000000060033ec07449cbfed5890f89e8464efad9ec2901e93c15c5e51da5 1 0.00/1.00 vMB 0
77,742 77,742 000000000030f8c83c12891c36de917b96629ee839c8dafd010a42efe764941a 1 0.00/1.00 vMB 0
77,741 77,741 000000000013bca386261e4ba17f7147dd053acd31b1a0f46dfd90ecf11782b3 2 0.00/1.00 vMB 0
77,740 77,740 00000000000401bbdc16d29e44762a43a6744384557a13c02321893f8cc8f39a 2 0.00/1.00 vMB 0
77,739 77,739 000000000058ae3a29e5faab366d26e4515a0e37085b1cf01864324f9fdae5d3 15 0.00/1.00 vMB 0
77,738 77,738 00000000004207c88ca00bd17e95fdf5d9bcedd829e06ea3d55c8f90b36ca259 7 0.00/1.00 vMB 0
77,737 77,737 0000000000335b52ddaec57bf2696622cb79d6705fefddcbf8e7e798e547372c 1 0.00/1.00 vMB 0
77,736 77,736 0000000000658d6d189643edf4f3bff2a77eb427b8da5034b9ae0f41e33c433d 1 0.00/1.00 vMB 0
77,735 77,735 0000000000012c1de494ed5f79d1f8258d961d4e0bba0d16258461485c700423 1 0.00/1.00 vMB 0
77,734 77,734 00000000003b3f35dff1d77cdd7d4b136b4bc1b4afbd995f9a2181b358cf64b2 1 0.00/1.00 vMB 0
77,733 77,733 000000000016a05e8f9720099386684e652d8f57434344f28ac3f8af036b7ee5 1 0.00/1.00 vMB 0
77,732 77,732 00000000003698bb9360da6cbf9f9851fdf3d7cb4d043b337302ca834a17bde1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 808.28 GB
    • Received: 23.28 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.