Loading Tool

Explorer IconExplorer

Memory Pool

78,228 transactions
29.36 vMB
0.06522018 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt c9423b778e754b61b873be468e9da9579298ba58a8de253c3c2265fced4e0d1e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root ef8428a7addb3c2877cb250e286e492aed6eac379a33a824e5ebe252e37f40bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,059
Size: 1.00 vMB
Total Fees: 0.00562104 BTC
Feerates: 19.86 > 0.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (95,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,596 819,596 000000000000000000025fc1f0663f2682c5dcf4a3c5c3e0ee553d62f9bdb1fe 3,937 1.00/1.00 vMB 92
819,595 819,595 0000000000000000000138c61d1b73a3b70d7be4ff0eaffb7b3c9f0a98b71dae 4,889 1.00/1.00 vMB 97
819,594 819,594 000000000000000000013d609a5dc531985ab3274535e953f4c7b74eb92a70c2 3,634 1.00/1.00 vMB 106
819,593 819,593 000000000000000000032d757f3495cac9e7d2b8ad10c96da301bf5edb9368ce 3,877 1.00/1.00 vMB 99
819,592 819,592 00000000000000000000fc0ec8e5657b3629eb53105d66cd1b7d648b8a260062 3,341 1.00/1.00 vMB 111
819,591 819,591 00000000000000000003136282087a64b7b117cf6c4f5ce6e7878d0e129032ae 3,780 1.00/1.00 vMB 81
819,590 819,590 00000000000000000001954620802e598f1ae34854c9fdb23e90ac78c6066212 4,977 1.00/1.00 vMB 89
819,589 819,589 00000000000000000001f415818adf3c786ae42200e7efb20c56e6886a8aecdd 4,983 1.00/1.00 vMB 89
819,588 819,588 0000000000000000000368b0beca54895bd8f68dfe47aa3f5d22be3c83ad0db2 4,973 1.00/1.00 vMB 88
819,587 819,587 0000000000000000000384be3ca09a65ab469501d4e00ce50f68f892eb7e4da3 4,093 1.00/1.00 vMB 92
819,586 819,586 00000000000000000002b09264bc15415bb7faac19804399643e133033e23e8e 3,947 1.00/1.00 vMB 103
819,585 819,585 000000000000000000024c431ef8cfd77c3ffce46df6ec2fbd10e73e98b76522 4,538 1.00/1.00 vMB 82
819,584 819,584 0000000000000000000341f23fa3d401bdd69fed0966582cad7afa63d3fdd08d 5,575 1.00/1.00 vMB 83
819,583 819,583 00000000000000000000ee0c3326dc6773a00b1fe750f00b8dc1b4c530d6018f 4,549 1.00/1.00 vMB 83
819,582 819,582 000000000000000000014c3a274a37a98860083310e0097b251f279adeb75dd9 4,996 1.00/1.00 vMB 81
819,581 819,581 000000000000000000014b79d6e323caf52ab0b1d71fbbc20aa00baea3f9469b 3,861 1.00/1.00 vMB 94
819,580 819,580 0000000000000000000092519d5011f4ea65416bec2886769d76de65ac064e69 3,300 1.00/1.00 vMB 87
819,579 819,579 000000000000000000009edc63f5b49080a9cd74a78a20e70e5dd3db33a89fc2 4,111 1.00/1.00 vMB 97
819,578 819,578 000000000000000000037b936ea09a295faecb5109f1260239bd59d011e3cce2 4,283 1.00/1.00 vMB 84
819,577 819,577 0000000000000000000141b1d884d30239e12915f0fe76040bef264bb7361db2 4,343 1.00/1.00 vMB 90
819,576 819,576 000000000000000000032c665ff59b06507e7024f80df5801ea5cd5cd0d7287e 5,022 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.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.