Loading Tool

Explorer IconExplorer

Memory Pool

45,612 transactions
28.67 vMB
0.13406017 BTC
Random Selection Loading Transactions
Max Size: 151.63/200 MB

Candidate Block

Mining Attempt a122eebee90c8a995cde9ab6ea2bc2b399aec7f0e0de6dfffedfaf5dbe6dadff
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root d3d6f71603603d7952aa7bcd71fea0b2ba7a11fa422c2be6a1634acbf8d077f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,694
Size: 1.00 vMB
Total Fees: 0.07486531 BTC
Feerates: 15,654.48 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (737,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,891 176,891 0000000000000409c43f941e88fc257010d069aedfadb3b49a3c7afcd1b629b9 20 0.01/1.00 vMB 98
176,890 176,890 000000000000014dd402b631d403fa2f9010df5938eedcd054093b5c70b9108e 43 0.01/1.00 vMB 21
176,889 176,889 00000000000001bb0b27c64b4688cf01ba5fabbdf6ae78613333a204bed5a785 28 0.02/1.00 vMB 39
176,888 176,888 0000000000000a7dc23dfa8bbfbb5b23e925ec35b5febe20b4158e5aad2b2879 41 0.03/1.00 vMB 72
176,887 176,887 0000000000000476ad5de3a7b84359dc37284bd616d4d3a11f208697b792b268 4 0.00/1.00 vMB 72
176,886 176,886 00000000000002dcc5677dcc402ef6d62eeb04fc17f9fceb233448b7eeb3c0cb 39 0.02/1.00 vMB 212
176,885 176,885 0000000000000691465c4fb46db67552973fa2bb5964fae211b3c45fb8cb97ba 12 0.01/1.00 vMB 69
176,884 176,884 00000000000003aa2212411e4baf27b10f4c75be7d95cb5ae707cdbec90569a4 12 0.00/1.00 vMB 129
176,883 176,883 00000000000009f58420ae3ab3c8d8f156be5c739b8c1bbf358621bd1549c4be 11 0.00/1.00 vMB 241
176,882 176,882 0000000000000456159a1fb6ea7f09bc7ed343c7f2ea79c8f8bdf5a29d85325f 107 0.03/1.00 vMB 36
176,881 176,881 000000000000063f86af986e3d957a9d02b47a03fb5b89d73d066766d501b4a8 34 0.02/1.00 vMB 98
176,880 176,880 000000000000060af5baa2fec980516ebc39c3c91b6d101d085f1df324ddcd1b 43 0.03/1.00 vMB 528
176,879 176,879 00000000000008579f9860a968b3e341e14d95843ac57af9b3727c0223e7fee5 58 0.04/1.00 vMB 74
176,878 176,878 000000000000020a462e3ff7525d3665586962fd1fcba3c59584b16a7e1abd3f 66 0.03/1.00 vMB 102
176,877 176,877 000000000000080df9da951d2105ae5dc60eef2690466be6ffc2d55f4ba3cfd1 84 0.03/1.00 vMB 85
176,876 176,876 00000000000006cce8e111ea639fbd3c8d2d2f2bda0f0075ea5a473241a11890 35 0.01/1.00 vMB 17
176,875 176,875 000000000000041c5d3b6340228ebb636ad221ecf765b4ba2588310c984798de 78 0.05/1.00 vMB 265
176,874 176,874 000000000000070a81fb7eaf320ced71899a3185ba196b3514864373f7976e60 153 0.05/1.00 vMB 112
176,873 176,873 000000000000051a0021a537a985b3010648e06e0029cdbd20ab56ecbdaf889b 117 0.05/1.00 vMB 117
176,872 176,872 00000000000002a771631abc4fe05ad58bf19a09ada045ccf231e9adbbdcfe1a 42 0.03/1.00 vMB 70
176,871 176,871 00000000000003fa55c64e1295b25c51c9292fe26c3a5875d5847b053d5056af 25 0.01/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.