Loading Tool

Explorer IconExplorer

Memory Pool

17,553 transactions
8.04 vMB
0.02556096 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.30/200 MB

Candidate Block

Mining Attempt 121185eaeb8cca0d430c966802c9824dfec0d6a9ad5d59017798a55dc50726c0
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root cc486bbce2da07a9436c05bc74e0d838ff0e76317c407d1d7a751205d49374f2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,782
Size: 1.00 vMB
Total Fees: 0.00866088 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (763,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,236 150,236 00000000000005c66ae7042e5ba281c3f617dde009c175b6b2a0c038f2225d93 31 0.01 vMB 228
150,235 150,235 000000000000097109cb12432988bf5184fa1fbc02a6f8e3f8817c6a38fb432d 101 0.05 vMB 171
150,234 150,234 00000000000004e159b7f955398608b1965a4c6606e8f92802454153b6e90888 49 0.01 vMB 110
150,233 150,233 00000000000005fd87d75292866b5717482e0d937e5abcc8205cb30ddcf96c84 152 0.05 vMB 144
150,232 150,232 000000000000089f05ea881d9937d6d709ef74f541c41adf2953305db5835f78 10 0.01 vMB 117
150,231 150,231 00000000000005a16576b79d8fc3611d4a5d46f320f5c5e722df436fc56d6d48 20 0.01 vMB 64
150,230 150,230 000000000000053f93c2ec564d74f200adce053c2a47b0990b3e138c4b701d26 11 0.00 vMB 0
150,229 150,229 00000000000002ec9cf2a0af941d0c32dc1d0d955a2b2012ada76c5b18438e8c 26 0.01 vMB 50
150,228 150,228 000000000000020cc7d67de2795e78119b656d5058c514d5d2365c2ae5f076a0 123 0.04 vMB 152
150,227 150,227 000000000000091424a4a71981ed1f65000a6e57c54eab5938b2337ff0915544 45 0.01 vMB 115
150,226 150,226 000000000000020557f947361bf5b519aa73b2a863a953afe569be9dd242a3c3 13 0.01 vMB 46
150,225 150,225 000000000000046ec06b09a0ee5da3e28a9bc8190c9c37783eb05559851f7bb7 61 0.02 vMB 310
150,224 150,224 0000000000000a5b33a207671f325ff0c047c349a7a8e2ecbcd3983b57d5e82d 111 0.05 vMB 116
150,223 150,223 00000000000003ea8a1005e1400c7708f115f4f42af37ec56bc5d64882da21fe 1 0.00 vMB 0
150,222 150,222 00000000000005ca5fea9a2e385d04f464071d7c65b3621870193ba6f59d92b1 14 0.00 vMB 0
150,221 150,221 0000000000000653d785ba741dfbddcf41c95836ea31820f054c69bc4afe4066 12 0.00 vMB 306
150,220 150,220 00000000000000ca5ab61174a7a3e6bfdcea948681ff0d4b3c46a3a8e75f8f9c 48 0.02 vMB 137
150,219 150,219 0000000000000aa9b5077417b127900c82981d8e1a9081f3aa8e287f536aeca3 57 0.03 vMB 81
150,218 150,218 00000000000005cbaa710049332e31e5da9e46368454e3bd46d5c081658239c1 114 0.04 vMB 87
150,217 150,217 0000000000000836cca4fad5c6589eaf64f29c8cd5617f7215f34368c7ffdd34 52 0.04 vMB 104
150,216 150,216 00000000000003f2a7d3697fe99291b8c5279c847dc96b9703162b60e5dab8ed 86 0.03 vMB 97
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 283.35 GB
    • Received: 1.13 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.