Loading Tool

Explorer IconExplorer

Memory Pool

82,877 transactions
31.96 vMB
0.11541612 BTC
Random Selection Loading Transactions
Max Size: 191.66/200 MB

Candidate Block

Mining Attempt 58aaddeca584bfa10fd6082213308cb6cc9d7651227c81239ef9560803d57703
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 10c06d83ab099e7be3ca500ee98fc724d90a3730a500f1817ebfc7795f266db5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,643
Size: 1.00 vMB
Total Fees: 0.02792130 BTC
Feerates: 100.36 > 2.80 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (118,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,636 796,636 00000000000000000004b304cb1535c84c9b95c44d9350e9f51c0a2bd596e950 2,504 1.00/1.00 vMB 24
796,635 796,635 000000000000000000024a134a0fcdb089183e73e0d36d17a9e4c22b5963a573 2,347 1.00/1.00 vMB 26
796,634 796,634 00000000000000000001a2a77c5a7383c0ec032f94cd23ceeb499c549c4d04fa 3,482 1.00/1.00 vMB 25
796,633 796,633 000000000000000000040a142cc528c6b4d13916f3d323b0b3a412db170d89ba 2,661 1.00/1.00 vMB 41
796,632 796,632 00000000000000000002fcb6df884ec43906ba9b4dbc656a1618556c3cc14fc6 2,329 1.00/1.00 vMB 26
796,631 796,631 00000000000000000004aa9d2ddfd2ce04ed2797308fd29d146a49086c402767 776 1.00/1.00 vMB 15
796,630 796,630 00000000000000000004c61455531d94a11243d18823dd6f7dfb5550c01034a1 2,485 1.00/1.00 vMB 35
796,629 796,629 00000000000000000003dc0e41e49c58f9cbbc3ce42dca3c19bef33b9bcd00b7 2,988 1.00/1.00 vMB 20
796,628 796,628 00000000000000000002fb7330fbd753dcb8e75c7120dd85bf2bdd15d12c0ce8 2,567 1.00/1.00 vMB 23
796,627 796,627 0000000000000000000202812fc73c2c33a1985e35900b1f8c87c55e14c29e54 3,042 1.00/1.00 vMB 24
796,626 796,626 00000000000000000001cc7c4d4dbb1e9a3c1ce0ae08cfe9da6c1e7493672f8f 3,699 1.00/1.00 vMB 35
796,625 796,625 00000000000000000000982026b14f7cfa364d86f62c26736f451017ab09a544 2,734 1.00/1.00 vMB 40
796,624 796,624 00000000000000000002af64ae81b0ec411cbe08d0e7326b5a7b96a0e766a74a 2,702 1.00/1.00 vMB 27
796,623 796,623 0000000000000000000542debdf40a807c741a38de1480bd295a49c24ac59bff 1,557 1.00/1.00 vMB 24
796,622 796,622 00000000000000000003b975818c11cb1e015b000dd330a22ffb01b6aef537f0 1,758 1.00/1.00 vMB 15
796,621 796,621 00000000000000000002e4e0bc39f1aca19165b65a66f49c3d683613d192fbcd 2,694 1.00/1.00 vMB 20
796,620 796,620 00000000000000000004e15daa33f5eeef765b751bf05f940e908386f44be106 2,851 1.00/1.00 vMB 22
796,619 796,619 0000000000000000000158adb1751a6c4ac1b83ea022b17b0020bbf126dd4020 2,728 1.00/1.00 vMB 31
796,618 796,618 000000000000000000022bbee04c28f67eaea475966c199e4da2e840a6c416c7 1,887 1.00/1.00 vMB 11
796,617 796,617 000000000000000000035631c20ab6349bf56e69387a01379bdfd35743852663 1,730 1.00/1.00 vMB 16
796,616 796,616 000000000000000000002f61c98e4fe5ca91f7d8a9f9de25678aa57cb5c1b207 2,252 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 783.04 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: 720.43 GB
    • Received: 18.16 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.