Loading Tool

Explorer IconExplorer

Memory Pool

82,603 transactions
31.85 vMB
0.09432246 BTC
Random Selection Loading Transactions
Max Size: 189.44/200 MB

Candidate Block

Mining Attempt 5d300132204091b8582711afee5a33220663c3323ed3a80ce627130faff83ab2
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root cb2145249445e0b16864d141552c18f7d6ad48007ad9a5bd936a03a1aef02433
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,665
Size: 1.00 vMB
Total Fees: 0.03081094 BTC
Feerates: 101.66 > 3.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (410,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,839 504,839 00000000000000000020b27a36cb57b379ce3261310485c8563edae6b9a50e8d 2,240 1.00/1.00 vMB 525
504,838 504,838 00000000000000000065ba759b8f3b7e364906c19f41ae144315852ff26be29c 2,096 1.00/1.00 vMB 497
504,837 504,837 0000000000000000003d04492ca5d7287ce4d2e3f33b2e1e5b4821fda3cb05ca 2,538 1.00/1.00 vMB 541
504,836 504,836 0000000000000000006769a5f7461c6212a69df00ee155a5e5008ac05b85871e 2,222 1.00/1.00 vMB 486
504,835 504,835 000000000000000000079fc5442c8347ae6b4bb4d4575362d7a91483209299a7 2,187 1.00/1.00 vMB 499
504,834 504,834 0000000000000000000ce4f78d41fd80d26734fcb89f5b32b4aa92585649c0a3 2,111 1.00/1.00 vMB 518
504,833 504,833 00000000000000000041ebf63a5c8af2b2d20360e8c494c773464528c927c5a2 2,400 1.00/1.00 vMB 466
504,832 504,832 0000000000000000004ccddd51f2f91eb95ef847372bdcd5ca2d0d575533481e 2,372 1.00/1.00 vMB 556
504,831 504,831 0000000000000000004043984fca6fcb2587f3d04613b8899e2540b7017eac5b 1,020 1.00/1.00 vMB 171
504,830 504,830 000000000000000000203b7f6b7792912ab4abe50eee412be3c6fd72df84f2a8 1 0.00/1.00 vMB 0
504,829 504,829 00000000000000000042863cc8ad899ad879124d2e3ebe232444018215f8664d 1,352 1.00/1.00 vMB 307
504,828 504,828 0000000000000000006a8d5ff52a151a422da3272e48408cbbb27ddb4d17ba02 1,148 1.00/1.00 vMB 272
504,827 504,827 00000000000000000042e18bcf94560244fe56667b377c2a6184edcd745d7884 2,185 1.00/1.00 vMB 529
504,826 504,826 0000000000000000002bf9727cb8efcf3ee83fc0fc0b4c30e69da4071055291a 1 0.00/1.00 vMB 0
504,825 504,825 0000000000000000007040b8eb0b7004ce2fca25b4271a55014fb3e2942ca9f4 1,582 1.00/1.00 vMB 269
504,824 504,824 00000000000000000061c893e8f000e33695a2319f54f1c637496a28be9d7d5e 1,130 1.00/1.00 vMB 265
504,823 504,823 0000000000000000007d4fa03c07a60b6fe696e6a475466c3441cc02d34421df 1,849 1.00/1.00 vMB 418
504,822 504,822 00000000000000000022c1fbad4d7778f502e3740eceb56d5990f8eea228162a 1,433 1.00/1.00 vMB 325
504,821 504,821 0000000000000000006769697ace4deaa8c3f16d9b072db11c7d4d0e591cbdc2 1,860 1.00/1.00 vMB 444
504,820 504,820 000000000000000000356fdda7c29c641a769f97760309bd0bf909020001cabb 159 1.00/1.00 vMB 221
504,819 504,819 0000000000000000007bce2dbe39e7f0b9dc8dbbf1a87e6414a4778e38e35866 1,285 1.00/1.00 vMB 340
Previous 10 blocks ↓
Total Size: 782.31 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: 658.70 GB
    • Received: 14.58 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.