Loading Tool

Explorer IconExplorer

Memory Pool

86,729 transactions
31.54 vMB
0.21209703 BTC
Random Selection Loading Transactions
Max Size: 191.44/200 MB

Candidate Block

Mining Attempt 91f76dc4b7a8ad2a776f858ff813e39905d4fdb6872acfd5f5d7ac15c97b8136
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root b49ebca5ec7ea91d4f3c60347cfd4da604024729145943608ae5569adde8e43c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,543
Size: 1.00 vMB
Total Fees: 0.10716447 BTC
Feerates: 502.67 > 10.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (281,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,223 633,223 000000000000000000024cfd85e688590ecd8318c296fcb54025700c283c5d42 2,963 1.00/1.00 vMB 28
633,222 633,222 000000000000000000015f4b7af01c7b64b1d0ca47776bad6d4af03fbc361101 2,758 1.00/1.00 vMB 65
633,221 633,221 0000000000000000000455ee424e84e2d2cdd811b35396b5ef1a2cbbf0e7662b 2,892 1.00/1.00 vMB 52
633,220 633,220 00000000000000000000b078867de04ff83dd8a5d77c30ef92505cbb0d544d05 2,336 1.00/1.00 vMB 46
633,219 633,219 00000000000000000009013052d1b341bf00db0740e14cf9e97fe5700d4c5c4a 2,325 1.00/1.00 vMB 67
633,218 633,218 0000000000000000000386f1b8776307e3e54a92e0a8edfd8dbd97d0d8f253d9 2,356 1.00/1.00 vMB 58
633,217 633,217 0000000000000000000bcffbee879af8f722b3aee257845867ddb46b3c57d3be 2,904 1.00/1.00 vMB 88
633,216 633,216 00000000000000000007734a4a604945f63796a1a1affe1ee03c8af5226c51ff 182 0.06/1.00 vMB 35
633,215 633,215 0000000000000000000ae5dde391982ea3154578ac6895641e726b79261ada31 1,795 0.77/1.00 vMB 35
633,214 633,214 00000000000000000003c4726e546b0618688fb0ec349818b0a2b0a631764fd3 1,982 0.73/1.00 vMB 38
633,213 633,213 00000000000000000006d09d99ababa0762a8cc969d91584c6c02d60d0c1ff0b 972 0.66/1.00 vMB 8
633,212 633,212 0000000000000000000290fe9b77a9271b60ea01deef0941be6ac37a9eb6ca67 1,322 1.00/1.00 vMB 6
633,211 633,211 000000000000000000138330c48a3e6c7d5def205670af9f89157d8f23a56210 2,344 1.00/1.00 vMB 29
633,210 633,210 0000000000000000000d41e54a6a7b5eff42ee494b7939c8c515dbda53ec6f20 2,139 1.00/1.00 vMB 62
633,209 633,209 0000000000000000000c39673555f517a82aec38c57a96eff3421a432dd0b471 1,401 1.00/1.00 vMB 11
633,208 633,208 0000000000000000000bb5e25a33b34dc5c92f77504d00f07c9753b49704871b 1,172 1.00/1.00 vMB 19
633,207 633,207 0000000000000000000382f00656a8c46c67cf4f2ac5865b0a5793fc2c254030 1,718 1.00/1.00 vMB 31
633,206 633,206 0000000000000000000410a966842ccc41e910054b6824c5b29591217cd4db41 2,513 1.00/1.00 vMB 20
633,205 633,205 000000000000000000028b534ca637fac25326f5622f91f4b7f5d54e8ce422c1 1,924 1.00/1.00 vMB 36
633,204 633,204 000000000000000000127bb4baf8659c1eb4d3925c95198c2c84e87bf0446229 2,391 1.00/1.00 vMB 41
633,203 633,203 0000000000000000000bd1090b2fc66f6928257bed3643ba370094d9cb1d63c8 2,791 1.00/1.00 vMB 52
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.94 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.