Loading Tool

Explorer IconExplorer

Memory Pool

45,464 transactions
28.97 vMB
0.13571286 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt 80340c10ebd60d69bbc976f53c5d28b39b499a80bd460adab132b07d0abdc361
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 4324fc23720ce9db19f1f357cba3625d4a936cb95c5725028c9c3faa9675dd93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.04072439 BTC
Feerates: 150.75 > 4.08 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (138,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,482 776,482 000000000000000000062f4c599e5d2a6a33885c65da3145f267f767f505ed9e 699 1.00/1.00 vMB 7
776,481 776,481 00000000000000000000cb1806a1831204ad6c8910c2d0e8ef46637fc50f7421 3,551 1.00/1.00 vMB 21
776,480 776,480 0000000000000000000559731d066161935b5ab7308d6633910fe8b11d983d00 3,211 1.00/1.00 vMB 18
776,479 776,479 00000000000000000006b8abc3e945a77c30f86d6a9121123503005edd33f57d 862 1.00/1.00 vMB 9
776,478 776,478 00000000000000000003e042115aa0b1c4ed97506401eccf2cafeae322478e5f 848 1.00/1.00 vMB 7
776,477 776,477 00000000000000000002112ef1902785624a2a033be87d8c3ee70aa5ef616528 2,337 1.00/1.00 vMB 9
776,476 776,476 00000000000000000003f7f3ed870e9001d7606b380c67976c524bfb1c05ab26 1,435 1.00/1.00 vMB 12
776,475 776,475 00000000000000000005388a7b8f40351677d0d9573b1b2d6550af7cf2cb4e42 1,165 1.00/1.00 vMB 15
776,474 776,474 00000000000000000004bae5f93a714f23c38c0a477e539f907b73470dd09a6a 924 1.00/1.00 vMB 11
776,473 776,473 00000000000000000004b5b759224073b50c767cbf41cae46869d77c535d5618 2,344 1.00/1.00 vMB 14
776,472 776,472 000000000000000000009cd7bc4b5897a07a9b2771eeb6038025f1506beed76a 2,489 1.00/1.00 vMB 18
776,471 776,471 00000000000000000005ff2d8a4f85dac2c0031387f1f4132163eefee80e5eb2 3,407 1.00/1.00 vMB 14
776,470 776,470 00000000000000000003255e14776e7e086709f7b4a894781084eaeae67fdc2b 3,005 1.00/1.00 vMB 27
776,469 776,469 0000000000000000000264b0314bce09ba9b3375f09b2b2cf2f1d6b601d8d8a0 2,556 1.00/1.00 vMB 27
776,468 776,468 00000000000000000001f76c68ce074442339f146d97d9b4f2c1fce78a7b45ac 2,823 1.00/1.00 vMB 20
776,467 776,467 000000000000000000024ce1a8e4f17fd1b5553dca7997ad9f4ada71f6571ded 1,935 1.00/1.00 vMB 15
776,466 776,466 000000000000000000026711f4dc46eac2b45e9630cb8502a82db63dcd20a90b 2,518 1.00/1.00 vMB 19
776,465 776,465 00000000000000000004f7b19b695bec406a9d7309182364522f37e5bf4c816b 3,238 1.00/1.00 vMB 21
776,464 776,464 00000000000000000001d84a181e045f239955c8af4c912ff1f16d72ee590596 2,147 1.00/1.00 vMB 19
776,463 776,463 000000000000000000014251768332050cb85e2192e6f93e9ffc2c1fb99b0163 2,184 1.00/1.00 vMB 17
776,462 776,462 00000000000000000001358cfaf1896a6c826247c2c056ca9669f310e0f140f8 2,050 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.