Loading Tool

Explorer IconExplorer

Memory Pool

82,684 transactions
32.39 vMB
0.07129037 BTC
Random Selection Loading Transactions
Max Size: 191.71/200 MB

Candidate Block

Mining Attempt b1027ce3cb9f8faf5d221e8c199a98e3a05f48469f3e86ea1857b87745315b2c
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root eae9591ba90287c2da83e4eee8ede2aac08c8bae5a706b60993a65faff2ad5c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,076
Size: 1.00 vMB
Total Fees: 0.00763957 BTC
Feerates: 203.60 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (189,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
725,625 725,625 00000000000000000005bf760554f302cb038604e134b6556cab65b6af8a57f6 2,284 1.00/1.00 vMB 20
725,624 725,624 0000000000000000000901dfb352d5379331bd8e44a9d79407bda9dbc6edc0ba 3,384 1.00/1.00 vMB 17
725,623 725,623 000000000000000000015da61ec4c6c42f7bbd127a9c7571bb10f36685b4a9e6 1,779 1.00/1.00 vMB 12
725,622 725,622 000000000000000000028e5b1b0872c4155146a8380cbfc8dbd4c4777439d97f 2,450 1.00/1.00 vMB 16
725,621 725,621 00000000000000000004752b31b61b3d138669da5ad8e6bbdea4bcad5fe55fa5 2,655 1.00/1.00 vMB 29
725,620 725,620 00000000000000000007d0c5ed236aaaa754ef634c1ac8a4a50433eaa78407da 1,751 1.00/1.00 vMB 21
725,619 725,619 000000000000000000074ec712ffb26194ce60d3b064fff164f83f7022347057 3,051 1.00/1.00 vMB 42
725,618 725,618 0000000000000000000035a658073d9f5d6587ad8ed78c5677018238e08dc48b 3,326 1.00/1.00 vMB 18
725,617 725,617 00000000000000000009d000a21a22e89545b17120e8410e44912cea03a1ede5 3,254 1.00/1.00 vMB 36
725,616 725,616 000000000000000000028509a3c142824e7741bc5bb8e619bb43f1feee9218c3 2,672 1.00/1.00 vMB 38
725,615 725,615 0000000000000000000721bac5f9e9b612cf71db4d66897edbdb5801599dd64d 3,180 1.00/1.00 vMB 36
725,614 725,614 00000000000000000009031da3b8756fbe13f8f8b47d5598da40ecb24400df3f 2,706 1.00/1.00 vMB 39
725,613 725,613 00000000000000000005c9229a23be73d5620a11db8b6e819f87ec53738c5a9a 1,170 1.00/1.00 vMB 22
725,612 725,612 00000000000000000008918d5ef0e4b9427d5408e80261cee17de9e60e551378 2,692 1.00/1.00 vMB 32
725,611 725,611 0000000000000000000853ee4039c733ee50eb80a387d30cc6cb1fcef34a29e0 600 1.00/1.00 vMB 2
725,610 725,610 00000000000000000003debc5f48569f8fef56b63a53b8738eb665f84cd181d3 1,875 1.00/1.00 vMB 7
725,609 725,609 000000000000000000041b75c2f5fbae2befabaca166577a9c451144c58d2dbe 1,271 1.00/1.00 vMB 2
725,608 725,608 00000000000000000007ac9cecffe70eaeec9c30758ab628200ca2c28644e609 2,680 1.00/1.00 vMB 4
725,607 725,607 00000000000000000008b7cb8d0298b17eea6c2afbee49865782d8397ca199cc 3,558 1.00/1.00 vMB 6
725,606 725,606 00000000000000000006938c44f0b0fdad0bbf3daad419c5580804cb9816011d 2,702 1.00/1.00 vMB 21
725,605 725,605 00000000000000000002503f447140c5c281fd8c9ecc6fc57520add75d0a77bd 2,263 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.