Loading Tool

Explorer IconExplorer

Memory Pool

76,618 transactions
27.66 vMB
0.07843701 BTC
Random Selection Loading Transactions
Max Size: 168.90/200 MB

Candidate Block

Mining Attempt 2a0ff360d0e5de1fef623ca5846f3ca17acefb3a87ca5287c97d22bdacdc3510
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root c6a04d22fa2658e076052c8065abce76f299ca99fe600feec0099a21f2acc7bb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.01934997 BTC
Feerates: 402.60 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (434,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,510 480,510 0000000000000000003fc83a95bcec05abcd41b31242e1919e8a5e3660322c28 2,358 1.00/1.00 vMB 221
480,509 480,509 0000000000000000005a42eb2810ec3a8f102c1f1de2e5042c227cf254c099f5 1,939 0.75/1.00 vMB 256
480,508 480,508 000000000000000000df0e745b92a76206f6beddddab2a1eade2c9cb63e1ecc4 2,637 1.00/1.00 vMB 258
480,507 480,507 0000000000000000012287b970ec5c30e7e541ee50276bbc5942cb26fc953852 1,755 1.00/1.00 vMB 257
480,506 480,506 000000000000000000807de0ce829b6eb4dc04545d9768fc84088c2eb3d9940d 2,606 1.00/1.00 vMB 254
480,505 480,505 0000000000000000005ebdb5fe9e24266bb673416879c5ca28ce1153fccfec9e 2,591 1.00/1.00 vMB 289
480,504 480,504 000000000000000000c2c4d562265f272bd55d64f1a7c22ffeb66e15e826ca30 2,779 1.00/1.00 vMB 233
480,503 480,503 000000000000000000a08e6f7a955e49de1c4efffbcb7fbe348d8a3f3d155b50 2,563 1.00/1.00 vMB 275
480,502 480,502 000000000000000000a2e50560211671af3cd8c6b64c80003c2e92ee8764115f 2,254 1.00/1.00 vMB 252
480,501 480,501 0000000000000000012d2c5978e27bd709f0102b57819562bf49cb80aa5e7c03 1,861 1.00/1.00 vMB 222
480,500 480,500 0000000000000000009786bff7a857a0411e5c93096cb498f8de02d3d90d04c1 2,088 1.00/1.00 vMB 293
480,499 480,499 000000000000000000556d58ee96fd370815994b8ac39afed877f807fcf2b0c0 2,111 1.00/1.00 vMB 226
480,498 480,498 000000000000000000e551912914f7934714859aa43150e94d25b3e750ef25c6 2,172 1.00/1.00 vMB 278
480,497 480,497 00000000000000000057c8b5c7a06210d6bd4461cb47846658b5f1163f666f18 2,149 1.00/1.00 vMB 215
480,496 480,496 00000000000000000067d7dac523fe3d55da3e23f41483dee87707a1cf8ab061 2,352 1.00/1.00 vMB 240
480,495 480,495 000000000000000000c8fa6a0520895ea3d2a1d8b88b15cadcb73520274ea877 2,285 1.00/1.00 vMB 255
480,494 480,494 0000000000000000009a15355ce98d07bbbfd0f61a55cfac9db62cca4e62c090 2,054 1.00/1.00 vMB 295
480,493 480,493 000000000000000000c648985a0e4f08aa72dea2911add84ce1b177755c90c67 1,717 0.75/1.00 vMB 207
480,492 480,492 00000000000000000114a85e6b4fddbf1c7b415fc1f3a3b4846aee2355c4fcae 2,396 1.00/1.00 vMB 208
480,491 480,491 000000000000000000c8b0e3e9795b0d9479a2c40bc0b248102aadf4cad6d7c5 2,299 1.00/1.00 vMB 252
480,490 480,490 0000000000000000012911583a9eac16de2248d0cd4b920d14e8ed5db267f444 2,111 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.