Loading Tool

Explorer IconExplorer

Memory Pool

84,517 transactions
30.96 vMB
0.18083671 BTC
Random Selection Loading Transactions
Max Size: 187.92/200 MB

Candidate Block

Mining Attempt fbfa64abe1f01f17b1ddab79993ba88c07b6899b3cb1b63d7835f297647ab800
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root f513da326f10d4ef7ff52d6e086245dd7922d766a21b063be158d59af5cbeda2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,115
Size: 1.00 vMB
Total Fees: 0.09235862 BTC
Feerates: 150.79 > 9.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (806,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,118 109,118 0000000000007f40cce010a82090f5ba4f766c5f87b9e8294329464a32390be5 11 0.00/1.00 vMB 0
109,117 109,117 0000000000005c3b5be53605adf8f9e3c7103440b5a650aa76e6c1779a500a82 37 0.01/1.00 vMB 0
109,116 109,116 000000000001b8545dabde1a2cc16fea6c38a1d91b817ee0faa5c3c3f1032c37 10 0.00/1.00 vMB 0
109,115 109,115 00000000000095a5accb24b148bff139ed5e42d92903f426af6cfa95bfa8787e 2 0.00/1.00 vMB 0
109,114 109,114 000000000001563bda1bec56d467cd07661c26eca75823078978613f6a821ea8 3 0.00/1.00 vMB 0
109,113 109,113 0000000000008a99b61a4be0d90c0229f9c459b77d6ea5ed658589a7f9b891b9 13 0.00/1.00 vMB 0
109,112 109,112 000000000001a40fb06e37f918decc098e6842e46c77dd87a7ef6360d4cddbd9 44 0.01/1.00 vMB 0
109,111 109,111 000000000001628a00cf3f821e330e95f26872f7e9aa89f57c8b75ae0edcac6c 1 0.00/1.00 vMB 0
109,110 109,110 0000000000011e99d38435bced795126c6efbdcf648effb445966f999b3b4804 1 0.00/1.00 vMB 0
109,109 109,109 0000000000016cfc14d05672068f8197285aceb8108a03db90bee0e5cc8a9c0e 5 0.00/1.00 vMB 0
109,108 109,108 0000000000003d2eecdbe65ff040cd96d87d532b6e31f225d1cc76e70b81034a 5 0.00/1.00 vMB 0
109,107 109,107 00000000000138b5e17fcfd8c4075612023715cc39a9e55f38595429714b85c3 4 0.00/1.00 vMB 0
109,106 109,106 0000000000007e6aaac4f7d79269d4d032b945b1123dfdc72120a1205ff7726c 2 0.00/1.00 vMB 0
109,105 109,105 0000000000010137d8a31d6b0471c27ecc88685b7e02b594acdb30225872e5bb 1 0.00/1.00 vMB 0
109,104 109,104 0000000000004b48a8db7332a518a3be0918aaeb8b83043cbf70d9ba7d5b1a04 4 0.00/1.00 vMB 0
109,103 109,103 00000000000118bc15b1fe4c2425507c7bdb7d0208c6af5085fbca089f130467 9 0.00/1.00 vMB 0
109,102 109,102 000000000000a34d03f41999290058b14f60ec4629b8ca6291cad431166852c0 11 0.00/1.00 vMB 0
109,101 109,101 000000000001599f1a7e7b91d6d948d94f6f6726686fdb581b29e8f60705b320 19 0.01/1.00 vMB 0
109,100 109,100 0000000000007cd23b6cb9c29335ef6908c110cf221cce587c8bd7837ab6b117 10 0.00/1.00 vMB 0
109,099 109,099 0000000000013a15c2272cac6adcc3ce9d5c183e0f7d760661b3223577b34e8c 45 0.01/1.00 vMB 0
109,098 109,098 00000000000018ba0bccbbff1c904f6d1733e3ca1a33ce643d2b3b8c0eaba344 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.61 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: 671.92 GB
    • Received: 16.07 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.