Loading Tool

Explorer IconExplorer

Memory Pool

82,756 transactions
30.60 vMB
0.07338936 BTC
Random Selection Loading Transactions
Max Size: 188.32/200 MB

Candidate Block

Mining Attempt b169eeb6c9cdfc28fda4e7a191d9132a188028323fd01bb87c925a6af0ae512d
Version 20000000
Previous Block 00000000000000000001520f04690fd94ab2fadc4a76a81688efaa2562fb1328
Merkle Root fe17853883692fd28001dd42bd39dd9261070cb30e3eb98f363d99477a68caf5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,916
Size: 1.00 vMB
Total Fees: 0.00479886 BTC
Feerates: 40.21 > 0.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,344 (434,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,515 480,515 0000000000000000011247744344d8f354bdf01d21fe4508c0d9aac064dd0e39 2,273 1.00/1.00 vMB 267
480,514 480,514 000000000000000001052c9d9c218d93c52159f79acc6309d3f7989742aa6d5a 2,568 1.00/1.00 vMB 323
480,513 480,513 000000000000000000706fc62edc3da4593d561464af7748893ba0bf56558b29 1,995 1.00/1.00 vMB 220
480,512 480,512 000000000000000000776b300b4d72d7b18bea327f5f2bd6610bc10ddd2e5b48 2,603 1.00/1.00 vMB 294
480,511 480,511 000000000000000000b51a86c210d430799ea51f90b5ab614224c69f311f0b77 2,380 1.00/1.00 vMB 269
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
Previous 10 blocks ↓
Total Size: 782.99 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: 717.18 GB
    • Received: 17.83 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.