Loading Tool

Explorer IconExplorer

Memory Pool

40,422 transactions
25.71 vMB
0.04985236 BTC
Random Selection Loading Transactions
Max Size: 134.17/200 MB

Candidate Block

Mining Attempt c7174bd6eee3e6c41fd53b593121446088422c33fb77ad5e80f441bc77091499
Version 20000000
Previous Block 00000000000000000001743d9fa75a76ccfc2ec2c77c90fb619dc97a9fb9492e
Merkle Root 5971716f45cfcb00e6c8cac59151591d9e558102025231ea4d16db509cd10602
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,950
Size: 1.00 vMB
Total Fees: 0.00337317 BTC
Feerates: 140.50 > 0.34 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,733 (416,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,492 498,492 000000000000000000a42084e9aab35bb77a3dac446f515fdcc974351d463250 2,555 1.00/1.00 vMB 185
498,491 498,491 000000000000000000428f3fdbf906b429906d80d4d429fd0e4e53d9fd42f66d 2,749 1.00/1.00 vMB 425
498,490 498,490 000000000000000000480712a7b96fe4b4735558744c04137018214b38b975ca 1,901 1.00/1.00 vMB 200
498,489 498,489 00000000000000000038f425ec2fc984d9808de20c76ac1413ef9998b72579c0 2,605 1.00/1.00 vMB 112
498,488 498,488 000000000000000000587650fef699653269ca7f51a21c02da7e1d339252a7d2 2,989 1.00/1.00 vMB 269
498,487 498,487 0000000000000000008fc6656dc0af508a95cf230deffdba73f6b2fcec9bea69 2,420 1.00/1.00 vMB 274
498,486 498,486 00000000000000000026ff67d9acb9628b936592c84db5d21f9a03e425ba24cd 2,319 1.00/1.00 vMB 210
498,485 498,485 0000000000000000003fdf9da98f0ff6237ac736258e2beb9f3b9ec8b5aff19e 1,892 1.00/1.00 vMB 142
498,484 498,484 00000000000000000025dfe7e1c867bb81e21852d7b3b15a126839856aa912df 2,263 1.00/1.00 vMB 325
498,483 498,483 0000000000000000003cc417bd70897af9965570078f28bcb44009ded28a63d6 1,863 1.00/1.00 vMB 205
498,482 498,482 0000000000000000005e79d3d70ddf8f7c1aa095dbc82583eab53817634a3e56 2,343 1.00/1.00 vMB 184
498,481 498,481 00000000000000000092c706a11fce0a851c3d461f3687b1dced38a51ec86c1c 2,041 1.00/1.00 vMB 478
498,480 498,480 0000000000000000000460e137668f1a41726253700f9b23fd1c47f859541253 2,148 1.00/1.00 vMB 203
498,479 498,479 0000000000000000003c30b12cc01c9f88e2f97cfd0ba1fc350291127f38a81d 2,607 1.00/1.00 vMB 394
498,478 498,478 0000000000000000001faed8193e8c2c3c495b8b5cb318208a13844f06006c3b 1,904 1.00/1.00 vMB 190
498,477 498,477 000000000000000000893e33055ed83d2b4f2b3520e993f941c43f6537f4b4d7 1,930 1.00/1.00 vMB 127
498,476 498,476 0000000000000000000220bb4200e1d38aeda43356f207a83db64b9fdfd1d00f 2,554 0.99/1.00 vMB 174
498,475 498,475 0000000000000000009523f066bb6873989c323384db330da0c5321ecd0b9d5e 2,165 1.00/1.00 vMB 142
498,474 498,474 00000000000000000073b0928d61e94a6d12babbcca7b7ec066f32eb2531f240 2,363 1.00/1.00 vMB 140
498,473 498,473 0000000000000000002b9a0abdc4b4d88bea35a36c7e9dc3aadd95d07d26e9c1 1,822 1.00/1.00 vMB 191
498,472 498,472 0000000000000000006e60d5f1d9ff4e3ab182e07c1f6145f83fbe6a2ba8dc66 2,222 1.00/1.00 vMB 311
Previous 10 blocks ↓
Total Size: 781.92 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: 646.04 GB
    • Received: 12.80 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.