Loading Tool

Explorer IconExplorer

Memory Pool

76,563 transactions
27.65 vMB
0.07813671 BTC
Random Selection Loading Transactions
Max Size: 168.82/200 MB

Candidate Block

Mining Attempt e0e0da0fee25e4377ea53487af3de5025b02dc59bba9a372586a4054ec8d8af3
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root e69285c479d0ff1deab1adf08b7a8e3b0b8cdfcfc468fa6b20076dca4c54fae6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.01910989 BTC
Feerates: 402.60 > 1.92 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (396,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
518,604 518,604 000000000000000000317209e4a8af12db4916b530d936417cb10f4c4992bcdd 1,519 1.00/1.00 vMB 31
518,603 518,603 00000000000000000047a7b0e7068199cd490b3e3e3d63a8a08a96772036282d 1,606 1.00/1.00 vMB 34
518,602 518,602 0000000000000000003e28f4bcf2234edf98009fa4a4adb17fe065d2930f3f6e 449 1.00/1.00 vMB 6
518,601 518,601 00000000000000000012b84aa74d6c8730c5a161e1a8e833b73e57fcf908f1f6 932 1.00/1.00 vMB 12
518,600 518,600 00000000000000000012cc12e4c088d3447bf46d3b2a8959762063bb2ac8207a 1,315 1.00/1.00 vMB 21
518,599 518,599 00000000000000000008194da33d046f63f98af9299a8e62a312b3c51c8e27f2 687 1.00/1.00 vMB 9
518,598 518,598 00000000000000000014e99a1f783b7d6368b135624ef45278bccdeedfdd5d97 1,510 1.00/1.00 vMB 5
518,597 518,597 00000000000000000027e41e03bdf930430bd528160592af160fc2100945644a 2,256 1.00/1.00 vMB 41
518,596 518,596 00000000000000000048084bf03d4e31f9b6095ed35732eb21b6625ada4c1093 504 0.28/1.00 vMB 12
518,595 518,595 00000000000000000012674ef4b4711f8f978eedf1b44adf96f00a4c7791477c 2,251 1.00/1.00 vMB 41
518,594 518,594 0000000000000000003701624c6f7549bece92ac79cad1e7a0aa4d617ab2fa24 1,063 1.00/1.00 vMB 3
518,593 518,593 000000000000000000068769c29aef7e209885c9b161b59e3794b9934a6981eb 2,318 1.00/1.00 vMB 31
518,592 518,592 00000000000000000032c3dc291adc50e4e6336a28b80597cf001dbf13c22338 2,744 1.00/1.00 vMB 10
518,591 518,591 0000000000000000001e47a06c3d24326ba0a576e9e9100ac3f168c60be980e3 2,103 1.00/1.00 vMB 31
518,590 518,590 0000000000000000001b6f9d8e6cf8d6fb0d8bc45264ceef06818000add9e9c1 2,134 1.00/1.00 vMB 59
518,589 518,589 00000000000000000000854079d3f46c551b9981b8eb554d0aa226775776ba38 1,684 0.75/1.00 vMB 49
518,588 518,588 00000000000000000039b03c86638a1209fe406b38fd978342b26e95be70d1a0 10 0.00/1.00 vMB 39
518,587 518,587 00000000000000000012718f668d021eb5bf02fa8ac4aea2b86a652bedcf2fb5 150 1.00/1.00 vMB 3
518,586 518,586 0000000000000000003d009bf121b94294e78a058e5c8de9e310fcccf4d27e49 1,702 1.00/1.00 vMB 28
518,585 518,585 0000000000000000001046bd47b8a0a01b8baeedacbe65acb7c91792b6fcccc2 92 1.00/1.00 vMB 3
518,584 518,584 00000000000000000020ec8e90444b92c682d97b6df2208fb7e6e3db10d05ef5 484 1.00/1.00 vMB 2
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.