Loading Tool

Explorer IconExplorer

Memory Pool

50,449 transactions
28.35 vMB
0.06511740 BTC
Random Selection Loading Transactions
Max Size: 152.40/200 MB

Candidate Block

Mining Attempt c69eaf38d295ce594b3b2c9e40e4bdcb0061368d275795d3363af8f90df59762
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 8bb3c5bd598d96aa6ccfbfd5130d81df277285dc7bcab3090dc90ad054255d1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,914
Size: 1.00 vMB
Total Fees: 0.01083476 BTC
Feerates: 100.00 > 1.09 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (411,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,378 503,378 00000000000000000089dd62af54a73ab1e738b81d1d6003b67c90ff299268c5 2,035 1.00/1.00 vMB 572
503,377 503,377 00000000000000000090142b0ac1587ffb51fa461a05aacbf128f094030b4b16 2,715 1.00/1.00 vMB 439
503,376 503,376 0000000000000000001e9f347f3b87e8c74a1f11888c1feabff3dd461c944456 2,341 1.00/1.00 vMB 453
503,375 503,375 00000000000000000045049bde91279f786f5733d12472d08a239f2526a171a5 2,385 1.00/1.00 vMB 497
503,374 503,374 0000000000000000002000c7a3de67c4006a80002bc2e099535af8ee0bc9c3cc 2,604 1.00/1.00 vMB 564
503,373 503,373 000000000000000000034c366f56c4866bbf8820081a14b071084698af193de8 1,720 1.00/1.00 vMB 478
503,372 503,372 0000000000000000008e2c73cbe586c965bae7bd75661563189e7b645e4eb24f 2,797 1.00/1.00 vMB 558
503,371 503,371 00000000000000000015f8a1d9e7c8cc33b77c507953e841e17da7b52ea0ae04 2,212 1.00/1.00 vMB 511
503,370 503,370 00000000000000000004b93932c2ac5395215a4d6704cdf5ba00268b917e9a45 2,719 1.00/1.00 vMB 568
503,369 503,369 0000000000000000001e87749971d088a6f05d7b3fddcd5bc7cd6d5364dd69f7 2,937 1.00/1.00 vMB 560
503,368 503,368 000000000000000000417618711b7b2e1963102d1900a45cdbbcc50a932098f9 3,134 1.00/1.00 vMB 526
503,367 503,367 0000000000000000008c802f2e34fd54bb856d68523c4c2b11e03a5704ff0812 2,453 1.00/1.00 vMB 591
503,366 503,366 00000000000000000034e4cfc2901458ac542bb857a1c9dbf1f8722be723fd2d 2,074 1.00/1.00 vMB 549
503,365 503,365 0000000000000000001de2d9a10e65b9b809689407efcfab0f72f725f8226b07 2,798 1.00/1.00 vMB 603
503,364 503,364 0000000000000000003e9c26b00ee96ef0fec124194d305de13f2c32d7b9b48e 2,798 1.00/1.00 vMB 556
503,363 503,363 000000000000000000414e1e9069a23ac79d2053e21a63ead5859ba5cb0e05f3 3,016 1.00/1.00 vMB 569
503,362 503,362 000000000000000000902b8a61cc91777ff44556a476254cc5a77a258cb96ba5 2,274 1.00/1.00 vMB 436
503,361 503,361 000000000000000000213258b525722dd358d320f39a2909383bcb49ab74fe4e 2,706 1.00/1.00 vMB 367
503,360 503,360 00000000000000000058952dc4a075a7b37073a7eecab972355c444c39a03cfe 2,611 1.00/1.00 vMB 475
503,359 503,359 00000000000000000044416ad73c8a7c9ba6bd81614adf655e50e262e3c4257a 1,484 1.00/1.00 vMB 390
503,358 503,358 00000000000000000024b1a448883c1f545420fc45beb6970db30b7a57d39e1e 2,430 1.00/1.00 vMB 476
Previous 10 blocks ↓
Total Size: 782.02 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: 649.91 GB
    • Received: 13.23 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.