Loading Tool

Explorer IconExplorer

Memory Pool

56,170 transactions
32.05 vMB
0.13837845 BTC
Random Selection Loading Transactions
Max Size: 173.28/200 MB

Candidate Block

Mining Attempt b2adb1947e92085cd4d46371d3a4ceed327cc4adaac28086db2fc50adf940923
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 7d6ab3e92f7f1e4864a4d9bf003c56ab91f64de85a036e9e6330002d9f692401
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,031
Size: 1.00 vMB
Total Fees: 0.04446461 BTC
Feerates: 101.25 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (793,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,458 121,458 0000000000007999bf7376c9fb57ec333bf44a705a7abc354d0bc995eff48e26 12 0.00/1.00 vMB 0
121,457 121,457 0000000000005461529f8c7c023cb244021c2ab5fac5b11e165f937b496ede59 17 0.01/1.00 vMB 651
121,456 121,456 00000000000004348937501c7b939d95bb6b9833dff7e71e844db0e120285606 19 0.01/1.00 vMB 577
121,455 121,455 00000000000080513ed2e468fc0758389c8e554098aa673d001317e5bdb4b2b6 18 0.01/1.00 vMB 437
121,454 121,454 0000000000007ff49787fb3aa4b24ea583a2ea7d1df34c6d8cd26f311370c6af 39 0.02/1.00 vMB 195
121,453 121,453 0000000000004ad594957dc63901785fb7d5d058dd85f5c24e133a56ebfa8acf 28 0.01/1.00 vMB 730
121,452 121,452 00000000000040798b7989c8ceb62b0f85f05d7f12c9a7d2b6e1bc797d25ca34 11 0.00/1.00 vMB 0
121,451 121,451 00000000000045fbf3170ecc1d6b97fa513fdc8569e2e1bf82ae8e944578a6c4 9 0.00/1.00 vMB 0
121,450 121,450 000000000000048f6050d182c5bce6a7e1aa049f9cf6c7c1e48ab3518af1f657 39 0.01/1.00 vMB 337
121,449 121,449 00000000000006c85935d2100cc09fdb80e850ebb368b08c08447a8d711848ef 9 0.00/1.00 vMB 338
121,448 121,448 00000000000091ecaaec5fcae0cd22f78f0940c8541aacbc0e3b16882727c6fc 16 0.01/1.00 vMB 17
121,447 121,447 0000000000004aa1a46225f6d7804641efa4e79407e0e78ffb942d3e90092b90 19 0.01/1.00 vMB 1,189
121,446 121,446 0000000000007427f936315c813e902302dae255835176cf3fe85d859698c83c 10 0.00/1.00 vMB 0
121,445 121,445 000000000000446a1f2a178a1bc8b8a09d6e416ca91c5a5373219a5decdb8b01 10 0.01/1.00 vMB 839
121,444 121,444 000000000000770f63677031fd5357512efea3abfc51ac080c5ddd46ab09beb2 11 0.00/1.00 vMB 327
121,443 121,443 000000000000393af0ef3b89f00b70a07ba2d9490398a5ac8fb58a1067bf4e69 17 0.01/1.00 vMB 1,324
121,442 121,442 00000000000057eb886593ae579c4d9e274e4e1ece630de2ff45e21935aa2b74 13 0.00/1.00 vMB 0
121,441 121,441 00000000000011919826f982ffb65d4211ac76f7c0d8136010f01063bc5a5c68 13 0.00/1.00 vMB 550
121,440 121,440 0000000000000f2b6ecf9aa7b680b21bc52e50fa8f70ce6224da81697191b554 9 0.00/1.00 vMB 0
121,439 121,439 000000000000674f28c46878262690b7e6fa27a7069636a9c0dd15f89c4cfe27 10 0.00/1.00 vMB 0
121,438 121,438 00000000000002bcbc2eb4ee9a689b52caf5ff5cd1252e3b9d17388dc003bc67 45 0.02/1.00 vMB 1,220
Previous 10 blocks ↓
Total Size: 782.08 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: 651.42 GB
    • Received: 13.56 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.