Loading Tool

Explorer IconExplorer

Memory Pool

97,652 transactions
25.67 vMB
0.06865249 BTC
Random Selection Loading Transactions
Max Size: 173.13/200 MB

Candidate Block

Mining Attempt 008bec59e27216b9b1a02b907357026fbba97218ef3acef535e6f2e9af6a89ca
Version 20000000
Previous Block 00000000000000000001a751891cc37ac8d9bd372e8382bec0a646957cc0ec89
Merkle Root c72af2365fda215b60b61a1824bdabbf4bb634e724348177bbd081a92d6085b0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,044
Size: 1.00 vMB
Total Fees: 0.00724129 BTC
Feerates: 50.26 > 0.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,081 (836,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
79,592 79,592 000000000031acafa8de234529781346e8ca8536763939cfb877cc4f9727d26d 1 0.00/1.00 vMB 0
79,591 79,591 0000000000088a2a68936a7bccf842d1a700ebd305c5ee7d94376862b63e05bf 2 0.00/1.00 vMB 0
79,590 79,590 00000000000823bbcc960d533f78cf829b6a2f515c54d35aa805b5aa28b3ff68 1 0.00/1.00 vMB 0
79,589 79,589 00000000003488d1a6d19d32735969bc0bef7e36b023a26f680d40d61829d204 1 0.00/1.00 vMB 0
79,588 79,588 00000000003523c1b8d21736869690dda1b1115007f058e57e7c415dc5a0e062 1 0.00/1.00 vMB 0
79,587 79,587 00000000001dc087933bb9f1c3696362a02ba2919d8c4520fc5ec4ce8be1e699 1 0.00/1.00 vMB 0
79,586 79,586 000000000042b1bdc4af57d7e0bd94665510d18ada23cb1c684803f0ab74777a 2 0.00/1.00 vMB 0
79,585 79,585 00000000004f531c71b99c7dd87a0ee8f7be7c8ef8d9526fc50e9d0869c3d36a 3 0.00/1.00 vMB 0
79,584 79,584 00000000002c5269a1a31468d1f08ce95caeab628a1b619e56617ae1f406bf85 1 0.00/1.00 vMB 0
79,583 79,583 000000000047b017e2c86c3eec99882174457ca2eea8800b165be6a5a3792f61 1 0.00/1.00 vMB 0
79,582 79,582 000000000051caf2fec8e4377487625cdafa15e1bde0c6a29bc2079eed7fb296 1 0.00/1.00 vMB 0
79,581 79,581 0000000000593e71820f05eaf6542d6cd666ffb9cd096b1d3fbe145fd7771bdb 2 0.00/1.00 vMB 0
79,580 79,580 00000000002f4ed43ef9284dc654f2bbe9df5074d6c6b44d42714ca77b58e873 1 0.00/1.00 vMB 0
79,579 79,579 000000000012e1401aa3251590ddb6426d643687ed20f8d693a7adb0a5b4f949 2 0.00/1.00 vMB 0
79,578 79,578 00000000000e1c3007fdb8590ab54f81d4de0f1604837a4359f3e68bdeb03d9c 2 0.00/1.00 vMB 0
79,577 79,577 0000000000507928d38c6e63b72e4d9789e13299bf07927a28eb30f689819347 1 0.00/1.00 vMB 0
79,576 79,576 0000000000390f816ba4b79cc0e97389c42efc66608d8c102cb8e4dc76f7826a 1 0.00/1.00 vMB 0
79,575 79,575 0000000000565d490843244c526434c26e077d4094b17fb06d95f5e169ef5c59 1 0.00/1.00 vMB 0
79,574 79,574 0000000000256a8f6990e98fbc47a0c4b5d576bfec1469039c8baa0d1da88730 6 0.00/1.00 vMB 0
79,573 79,573 000000000049d3f299d05dd573165fb94bc2b0b2ee4f75153546df9edbcb7bdb 1 0.00/1.00 vMB 0
79,572 79,572 0000000000029af2489fbb01f458c2305146aa5b2eb13b4f01ae16152aabce1c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.26 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: 814.80 GB
    • Received: 24.02 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.