Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
30.15 vMB
0.09336772 BTC
Random Selection Loading Transactions
Max Size: 180.10/200 MB

Candidate Block

Mining Attempt 0bce17605b260084045c0f2fe3e0aced4676b3b93a8d28387a32958681196c92
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 961cf635bc61a0e7ee0c64ca6502a0e22ecd44a827462f19471f5bcb4b277711
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.02282162 BTC
Feerates: 150.61 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (414,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,656 500,656 00000000000000000058eef1231d453c72144e614edb6d61bc6358b4a7f0090a 2,033 1.00/1.00 vMB 1,031
500,655 500,655 00000000000000000036a2a68bd637dc6dabfa5da6b5ef38464bf1491202126c 1,511 1.00/1.00 vMB 1,147
500,654 500,654 0000000000000000002c6984ad6a9339a0697be9b28f8fb637ea4d91bdbaca43 2,203 1.00/1.00 vMB 782
500,653 500,653 000000000000000000688353fbdb55f4a9b64132562ff78046d71e0795c8d682 2,001 1.00/1.00 vMB 589
500,652 500,652 0000000000000000008abd7358613cbe3346b4a9635d419196f02e7e981183d5 1,420 1.00/1.00 vMB 379
500,651 500,651 00000000000000000095626c8c9c551d76d627a5082e0072dbb41ba1d494e416 1,979 1.00/1.00 vMB 819
500,650 500,650 00000000000000000047b4757c6c033cb70d10c533a9c7a2fd7d2f098ba28c34 1,446 1.00/1.00 vMB 398
500,649 500,649 0000000000000000005f017b98c39eb1b0d4acc99752ec55760076c41f1a6212 2,056 1.00/1.00 vMB 475
500,648 500,648 00000000000000000003062c5aa550b9395b1a298006254c3268bfa572977513 1,425 1.00/1.00 vMB 552
500,647 500,647 0000000000000000008b061c2e45e98485a103bc19acee61ba784be0f0f00a93 1,708 1.00/1.00 vMB 439
500,646 500,646 0000000000000000001e50b21a90518cefdb491d6d7235cd8a6d499d16b9510f 1,602 1.00/1.00 vMB 594
500,645 500,645 0000000000000000000f7b5329eb65b3e971add339c2adffd1b4da895e186e91 1,953 1.00/1.00 vMB 589
500,644 500,644 0000000000000000001f069202bf60ca37dd0021776cdf87796d39fc897713ff 2,375 1.00/1.00 vMB 1,062
500,643 500,643 0000000000000000008ab11de9177dbaf132e436a63197cc138142520403c82d 2,287 1.00/1.00 vMB 646
500,642 500,642 0000000000000000004b0551ce8946ad7ef6a81253f819eded0f6eef8d9187a1 1,923 1.00/1.00 vMB 629
500,641 500,641 00000000000000000071af2b6b3a5fd4f858b3f4b497ceed8ac851fd8ca9000f 2,083 1.00/1.00 vMB 954
500,640 500,640 00000000000000000021f4ffcc5492ea433d32d6a47cf9f7bf47dfb17ae214bb 1,561 1.00/1.00 vMB 742
500,639 500,639 00000000000000000087cb4c3c2c62afc7e6c48ae296ee717865f1e6347842d6 2,707 1.00/1.00 vMB 1,060
500,638 500,638 00000000000000000084965f5812de1d640fa3e5600481acc680218894720449 2,791 1.00/1.00 vMB 1,078
500,637 500,637 00000000000000000060587c8442b4cc76395363d716ba15420367a1dfaf6ef1 1,977 1.00/1.00 vMB 575
500,636 500,636 0000000000000000002ab8788055cd64989416c19cf8c33f08481f9b8a145ec3 2,285 1.00/1.00 vMB 677
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.