Loading Tool

Explorer IconExplorer

Memory Pool

82,628 transactions
31.66 vMB
0.09896618 BTC
Random Selection Loading Transactions
Max Size: 191.13/200 MB

Candidate Block

Mining Attempt 7b3f59c12781a60399392093b59beb142f19f2122c73f94f0e7cb41804a1d3ee
Version 20000000
Previous Block 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e
Merkle Root e93a4a400ebefb6107892f522adbdaa38111fc33c74170e50a858b766cec208e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 792
Size: 1.00 vMB
Total Fees: 0.02392845 BTC
Feerates: 353.36 > 2.40 > 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,231 (360,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,797 554,797 0000000000000000001c2c8dbebef5a0bcc55da0d8b48487548380872cd38228 2,621 1.00/1.00 vMB 17
554,796 554,796 000000000000000000334bd6a792851fef8bd0c26e1a372d108f82756f61d1ad 2,457 1.00/1.00 vMB 29
554,795 554,795 0000000000000000001fd6250d51870d46cc5159edb522c56dde1004da6621d6 2,290 1.00/1.00 vMB 24
554,794 554,794 00000000000000000022ed5569c483699650079d9dabef2e9a560bdbfb8d4c03 2,879 1.00/1.00 vMB 20
554,793 554,793 000000000000000000283862285d9b4631dc8e0a9d99b5cd56818b964c31e74f 3,204 1.00/1.00 vMB 37
554,792 554,792 0000000000000000001782f1a79cdb3ab3382cac9606eab0326f445d96d12961 2,648 1.00/1.00 vMB 47
554,791 554,791 00000000000000000000998b6686778363ecd4af5c437abbef88f353f25719cc 2,089 1.00/1.00 vMB 24
554,790 554,790 000000000000000000344ca8edc553fe475fadaafd570b0dcc018d702b688824 1,181 1.00/1.00 vMB 29
554,789 554,789 0000000000000000002ce40b7594c41a05b33500fef7c6cc940dcbad97401f86 2,426 1.00/1.00 vMB 63
554,788 554,788 00000000000000000001f2c710e16e62cc1e01be14b547c29f42c894bb69e823 2,494 1.00/1.00 vMB 38
554,787 554,787 0000000000000000002523b10cdb6b51c6acf1d5ecdc9b20232b07cd0f2ff88f 2,338 1.00/1.00 vMB 16
554,786 554,786 00000000000000000035be37acf02f34709c84f7bc3063c1f221a27d4028f5c2 3,044 1.00/1.00 vMB 29
554,785 554,785 0000000000000000003565dc5a84f3798089532edaa0596649172ee237aeec1a 3,119 1.00/1.00 vMB 63
554,784 554,784 000000000000000000180283d04ccd360e7a04c69c2afe2c612f0975aa71f2d3 1,604 1.00/1.00 vMB 13
554,783 554,783 00000000000000000029d95b47ce79469e167d5d6e45d9d8085789ca93fe58e6 2,432 1.00/1.00 vMB 32
554,782 554,782 0000000000000000000f425f0907780103578277dabaed4924b601576898f91a 2,605 1.00/1.00 vMB 55
554,781 554,781 00000000000000000023a6a1474bf6009b0367467c06644beadc2dc4eff86224 2,669 1.00/1.00 vMB 13
554,780 554,780 00000000000000000033d8ee5e0404867d931cb53a35ecfe1bd7f393fda74600 2,903 1.00/1.00 vMB 44
554,779 554,779 000000000000000000243adb7c208bbd136b620b2cc5f07cfacd53ac3fb4bc07 1,945 1.00/1.00 vMB 22
554,778 554,778 00000000000000000001745a7d5a3a9d36a9feccd64248dba4c18eea9bb0e304 2,883 1.00/1.00 vMB 42
554,777 554,777 00000000000000000029fefd2e7617f0ea8f3b070a817c0d2ab21bbabac1724b 2,745 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.79 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: 709.82 GB
    • Received: 16.99 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.