Loading Tool

Explorer IconExplorer

Memory Pool

52,841 transactions
30.59 vMB
0.27773228 BTC
Random Selection Loading Transactions
Max Size: 161.61/200 MB

Candidate Block

Mining Attempt 6f992e1beba732113042206acf60d9de1a63b7ebb07d1ffefb6f4721db150add
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root be9fa7fa6e9332845c5e4498b7d1193a088f8919018dbb561c6d050403a3cc2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.08707539 BTC
Feerates: 229.15 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (81,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,092 833,092 0000000000000000000257160e966639157c08f44815201acb2e045ca24817e7 2,994 1.00/1.00 vMB 43
833,091 833,091 00000000000000000000659f51c8df13855e319ee8951b79774a014c05b0f4a4 3,573 1.00/1.00 vMB 58
833,090 833,090 00000000000000000000ca725baee0b4df6ce6644799f8f7c1815f35bfe9ac9b 2,915 1.00/1.00 vMB 45
833,089 833,089 000000000000000000003a6f50b0887336307a52d3a4384c1865992b054fa6cf 2,614 1.00/1.00 vMB 42
833,088 833,088 000000000000000000008f265b5d4c26d6f9fbdf377b34926c005a92b1b6cc2c 3,259 1.00/1.00 vMB 55
833,087 833,087 000000000000000000026fc023cdfb41d19e9d3f2cbc3d3a9eaff25ae3020ad7 2,731 1.00/1.00 vMB 38
833,086 833,086 00000000000000000003638d41324cb09b6b3753b477868170ce254fd4e46748 3,450 1.00/1.00 vMB 54
833,085 833,085 0000000000000000000300e9988f1ba955cc03e0b205262a0c7cb784651f33f6 2,878 1.00/1.00 vMB 43
833,084 833,084 00000000000000000001a56b03b5a52a5fea988c859e0286d7b295be7c2b4125 3,650 1.00/1.00 vMB 59
833,083 833,083 000000000000000000024d3042731414750cb165e83e169bd74784ef9e6e29ac 3,153 1.00/1.00 vMB 44
833,082 833,082 000000000000000000022c6a3158e3a0b86be88d2c36d4b52eb51634b4e601fb 3,080 1.00/1.00 vMB 53
833,081 833,081 000000000000000000032c009e170142b93e0c8b0700d080cfc7af24d9f375d2 2,794 1.00/1.00 vMB 46
833,080 833,080 00000000000000000002889b3d7da7664dd99fdaa39c7d3bf995c0da4c279ac0 3,300 1.00/1.00 vMB 63
833,079 833,079 00000000000000000000581a15a6b4be8ec7c003b1efe1c637cc76bc0f4300ff 2,861 1.00/1.00 vMB 33
833,078 833,078 00000000000000000000cbd444b87b6bdbfddeb2b052f9095291e1bccdf1c2c0 3,203 1.00/1.00 vMB 42
833,077 833,077 00000000000000000002b47d833366c0f20fea62bb7c19f41be06a861749fb3e 2,094 1.00/1.00 vMB 30
833,076 833,076 0000000000000000000126d71c0d2b8717d3fd91bc018e391cd5d4c6a7b182e4 3,109 1.00/1.00 vMB 34
833,075 833,075 0000000000000000000118820193a9e566db507f213a570dd327dd5308137c80 2,517 1.00/1.00 vMB 45
833,074 833,074 000000000000000000031a1a67d0b49805ca04e23333e75970aba7868f18187a 2,496 1.00/1.00 vMB 58
833,073 833,073 00000000000000000001ef823c9f775a18724d38f58bb86fe225d4995a2111e2 2,799 1.00/1.00 vMB 35
833,072 833,072 000000000000000000016be2ddf2bcd81d546380932f7956004219c89572ac3b 2,682 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.87 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: 644.23 GB
    • Received: 12.61 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.