Loading Tool

Explorer IconExplorer

Memory Pool

78,472 transactions
29.10 vMB
0.11652994 BTC
Random Selection Loading Transactions
Max Size: 175.53/200 MB

Candidate Block

Mining Attempt 8ab4f54e8c63de36555070e8d073474ba7bbf84b2f84e0c49e8a531305e48ce4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root d29e2d1637c28d29fa29eaf2899a76d558bf894fe3376cd9cde9a10f4df6497b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,185
Size: 1.00 vMB
Total Fees: 0.04189367 BTC
Feerates: 150.80 > 4.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (660,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,673 254,673 0000000000000000a1b0cf496139abc3f802424c3f6d1d9a1f645c5bbe1ef0d7 87 0.06/1.00 vMB 67
254,672 254,672 0000000000000033600b20d98e51e2d3c448f0e06bfbe11a85398446ed6b3686 567 0.25/1.00 vMB 105
254,671 254,671 0000000000000032a38b762a872b8af4050a8e353c7629954b15d7011e514624 564 0.25/1.00 vMB 115
254,670 254,670 0000000000000006e828170c4a7738ea11aedf50ae25f6dcb345ef924594eeaa 128 0.05/1.00 vMB 49
254,669 254,669 0000000000000003471637d6dc23a6836b8b98e71d13db1f8c680efa76f73b7d 668 0.25/1.00 vMB 92
254,668 254,668 000000000000000ea681e0c2c447b6d6378c72de1dbd5d86f58b29ee98819184 585 0.25/1.00 vMB 132
254,667 254,667 000000000000000d521aec7018642134d24fdfad1f2e547abe674a0d253facc6 662 0.25/1.00 vMB 142
254,666 254,666 000000000000003f0704ec32b8df5123404aed74ff9f4a5a3bd1f93b533e09a6 980 0.39/1.00 vMB 119
254,665 254,665 000000000000003a2d57132ae0e8bd79ec1229772c927de2d633656f4a2b860f 297 0.12/1.00 vMB 106
254,664 254,664 000000000000001de5c0dac4439459b4448d684ce8d486aa93a6fb6170460971 199 0.11/1.00 vMB 93
254,663 254,663 000000000000001df7998295f4254d63d45b908388bb76b8ce74e56de407fbcc 116 0.04/1.00 vMB 48
254,662 254,662 000000000000000bed8a0cd6811bf3ce9a4e83b2a64fcb58c94276b91a07cd36 1,061 0.45/1.00 vMB 91
254,661 254,661 00000000000000096931fad74c80393ddd966db22533b5eebc54cea0647b77b2 609 0.25/1.00 vMB 170
254,660 254,660 000000000000000416cfde77052787b92abc7fcc13bdd71a5e08ad0b7d3baea4 56 0.04/1.00 vMB 125
254,659 254,659 00000000000000288b339cf3756bb1357c3baf21d76ef331ddbf12ea2ecf1465 130 0.10/1.00 vMB 57
254,658 254,658 0000000000000032f8e33b264562b637bd62fbeb0c693366729ef2dd79d5eee8 682 0.25/1.00 vMB 135
254,657 254,657 000000000000002bb159317f048cf9f6bc535681ffbf0885507a115f424d33f5 143 0.06/1.00 vMB 108
254,656 254,656 000000000000003e2ab60da5baaf16c4913a4a0474d60b5c14ecf9833a4e332b 475 0.18/1.00 vMB 105
254,655 254,655 000000000000002fa88754c3e5050fa638a18fb54551dce317d350d9df5dadbf 276 0.11/1.00 vMB 115
254,654 254,654 0000000000000032e0783b1e629fa63a72f4509b0960a8e948abc499ff7c7699 343 0.21/1.00 vMB 6,872
254,653 254,653 00000000000000395a0ad3f052b6439ac1e98c29836985a8129023f52abea5e0 296 0.13/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.85 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: 712.77 GB
    • Received: 17.21 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.