Loading Tool

Explorer IconExplorer

Memory Pool

82,599 transactions
30.65 vMB
0.08025093 BTC
Random Selection Loading Transactions
Max Size: 187.97/200 MB

Candidate Block

Mining Attempt e17ad760bbe6ce0507fcea8293d4fdf1ac19c492c2a4e7b9f6b5f357ee5fbf1f
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 8093575c639be6f56849ea44248e5acf9721d3f772dc48e34e02faefb4164014
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,521
Size: 1.00 vMB
Total Fees: 0.01106431 BTC
Feerates: 40.21 > 1.11 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (460,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,236 455,236 000000000000000001fe4a1b7d0583247c8f8dfe4bb3feb0e435e62e290b95a0 1,352 1.00/1.00 vMB 136
455,235 455,235 000000000000000001d6414df797e68f41caa140c12307d0df736dd25854e528 2,285 1.00/1.00 vMB 157
455,234 455,234 000000000000000000733be5d23572ba03148cd2af6107be3be381a27bfbaaa1 2,776 1.00/1.00 vMB 169
455,233 455,233 000000000000000000a6609989fdc89f9446d13bfd58894960d3d5081480f781 3,111 1.00/1.00 vMB 196
455,232 455,232 0000000000000000025c453dd77e5e5ed54073120e40a590e46523b9d2227fb3 2,104 1.00/1.00 vMB 122
455,231 455,231 000000000000000000dd2f9a086e372e57756de27cef0d7baa2383d41bcb0374 2,702 1.00/1.00 vMB 176
455,230 455,230 0000000000000000021de3287c13e2f4aa6e57fa6e32fa873f73074053eec37a 1,634 1.00/1.00 vMB 127
455,229 455,229 0000000000000000017eeb6f44d689d1fc1e3920b1242f2d5fdb1e99482b9b27 520 1.00/1.00 vMB 83
455,228 455,228 000000000000000002332bcc1bc3e401cf8b3aab7d9a7cfb967eb00dc90bcba9 2,304 1.00/1.00 vMB 114
455,227 455,227 0000000000000000012278fd844bff5b7352b121d2964503cdf86935ebeef8e7 2,013 1.00/1.00 vMB 119
455,226 455,226 00000000000000000178149139fbb5eedf1b8fe0309e3ed722e2f06d5659a3e6 2,646 1.00/1.00 vMB 151
455,225 455,225 000000000000000001d8ba88d54d2f8d721c89db88a7720f4a9d75ef025c9a6c 2,044 1.00/1.00 vMB 104
455,224 455,224 0000000000000000005a6f50b74c7ae4e6eb26396cc5794212a1749731adb82d 2,529 1.00/1.00 vMB 126
455,223 455,223 00000000000000000071a7398c486448cd4590ed5872f77092a277ebcb75feb7 2,448 1.00/1.00 vMB 142
455,222 455,222 0000000000000000025436c2b1c91655dcc9675a1b9f16958c55dedf041c4581 2,090 1.00/1.00 vMB 147
455,221 455,221 00000000000000000069521ada40099656797577dc2e911dc4b433006e9ebae5 1,506 1.00/1.00 vMB 105
455,220 455,220 000000000000000001fe4f445b6cefa0408ef96acf5cfb828bc76bced9f2b312 2,241 1.00/1.00 vMB 103
455,219 455,219 000000000000000001f043117be0252734e50696bd7c2cecfb63546482ba0d07 2,072 0.86/1.00 vMB 134
455,218 455,218 000000000000000000bcf4b953ec7c57d9ef2738fe33c1c98dbe42bf3c34f501 1,629 1.00/1.00 vMB 142
455,217 455,217 000000000000000000670a064437803d88abba57715341e96d5332ea821c4f3a 2,591 1.00/1.00 vMB 176
455,216 455,216 000000000000000001ad2f8bbd85a6ed6196fc82c9c09a4d1d4273b62c8b2e2e 1,456 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 783.03 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: 719.52 GB
    • Received: 18.08 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.