Loading Tool

Explorer IconExplorer

Memory Pool

85,968 transactions
32.10 vMB
0.20873111 BTC
Random Selection Loading Transactions
Max Size: 190.75/200 MB

Candidate Block

Mining Attempt d3e2ff8bee4b476919a7c7678fcf42d8eb507047a068c8ac93d5e25b7d2971cf
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root f4337aa4afc07f655debd25604c8d416e0b23c161532780314b5ba2d13a99078
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,764
Size: 1.00 vMB
Total Fees: 0.08077418 BTC
Feerates: 301.64 > 8.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (492,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,460 422,460 000000000000000003cbeed49bc3ca8f4cd228982d7ac4ffb508e589c40c82ab 2,647 1.00/1.00 vMB 91
422,459 422,459 000000000000000004c2a63711bdd373317f3d31f5f1f7afa5142e331bc9279b 1,884 1.00/1.00 vMB 31
422,458 422,458 0000000000000000041d873a32dad073baadcd422b41c29d7ae62c9a167fc3fd 1,722 1.00/1.00 vMB 53
422,457 422,457 0000000000000000024aad4c9f84cf81e4d01d2277fd8831fc73d2be935b67bc 1,854 0.92/1.00 vMB 50
422,456 422,456 000000000000000002eb523a5575c4d0316dc5447286872727ddb710a271f4a3 14 0.00/1.00 vMB 160
422,455 422,455 0000000000000000022f048031741a35cad5878a6969000ec9f49bc0a2eecace 2,645 1.00/1.00 vMB 90
422,454 422,454 0000000000000000016cc8c6de8a5ba8718c312d0c913a1312e7127ed2e38c84 1,896 1.00/1.00 vMB 44
422,453 422,453 000000000000000001b28f4ce30c68d2f674b017cba7c1ed77d1cc593bb03f0b 2,569 1.00/1.00 vMB 61
422,452 422,452 0000000000000000017a2da3bb2744d4607097b46d2d2f5cb33d6772cdc374cd 1 0.00/1.00 vMB 0
422,451 422,451 000000000000000004ee49e60fab7c7fd07b68c97040414741d4b64921e0da9d 1,999 1.00/1.00 vMB 47
422,450 422,450 000000000000000000a4cbcf37d44e5605bfa71e389b3501ce94092ff73ab726 2,006 1.00/1.00 vMB 53
422,449 422,449 000000000000000000ed4e0e7a4e766671ec14b19a9d199027ea02cfbb4d83b3 2,103 0.93/1.00 vMB 105
422,448 422,448 00000000000000000061b84ab1f48ce76b990fa06a46e4834396630cefd2e72a 2,412 1.00/1.00 vMB 60
422,447 422,447 000000000000000000ec96c9f761e37ea560a2e17c511f2c3588552bce82d50e 2,505 1.00/1.00 vMB 53
422,446 422,446 0000000000000000041974fbcbafcfbbe8112f3440af1ca3eda33aad67b836ca 2,396 1.00/1.00 vMB 101
422,445 422,445 0000000000000000042e4ef3d2aff4274c452ddc9e4e6cf9ae8f9087000faea9 2,443 1.00/1.00 vMB 92
422,444 422,444 0000000000000000042b3bb384ece4915ccf6a8c36381f7025418df68a8e72fc 2,472 1.00/1.00 vMB 86
422,443 422,443 0000000000000000032992e27e39e125c908a4bc8475ab96c712e7f35d69efab 2,102 1.00/1.00 vMB 122
422,442 422,442 0000000000000000015c34e91eafc8de0796c056c1b2a39cd62efeb418b3482e 2,459 1.00/1.00 vMB 75
422,441 422,441 000000000000000003d7ee7ee9d26fcfd5abe44d97bdc3bdac73a21384ea2136 1,185 1.00/1.00 vMB 81
422,440 422,440 000000000000000004a89463e4b6859e84c62863ca00816ce69b9e6ab03d1201 1,971 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.65 GB
    • Received: 16.29 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.