Loading Tool

Explorer IconExplorer

Memory Pool

78,003 transactions
29.23 vMB
0.07545786 BTC
Random Selection Loading Transactions
Max Size: 179.18/200 MB

Candidate Block

Mining Attempt b300ab3a82e2b2fdca8839e4add3795a63dbe1a2d59f8272cd8afd10cd3c67d3
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 3eff42c165cea8cb59357286af2dd2128c136bcbac89ad36986a2b491d03ed88
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.01142978 BTC
Feerates: 45.45 > 1.15 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (231,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,770 683,770 0000000000000000000619eaf4da6b0ccd1abb8f49e3f8f46c06bee154e4ebdb 1,850 1.00/1.00 vMB 56
683,769 683,769 0000000000000000000b26a3ea400fb2f352a4c96563baf71b2aee1f01a19f1c 2,494 1.00/1.00 vMB 80
683,768 683,768 00000000000000000009db795257557d836e6ecc9eb99871bc415779c82c7678 2,468 1.00/1.00 vMB 29
683,767 683,767 000000000000000000080d76845f19150386d1b9389a742414901234d335a935 2,641 1.00/1.00 vMB 9
683,766 683,766 000000000000000000058ee914e2fb140315c3b9e5b41bae0cfcfa6c411c5ce3 2,038 1.00/1.00 vMB 57
683,765 683,765 0000000000000000000599abb95b86d219eb3a2b1924ab2d4df7f5b7c10299f2 568 1.00/1.00 vMB 54
683,764 683,764 0000000000000000000a14eaadf782e4e57b841e2a348cdedb94efd5ced0188a 1,821 1.00/1.00 vMB 70
683,763 683,763 000000000000000000062bb88ff2f6b921102c64fb46f44abbf86250088b8926 2,141 1.00/1.00 vMB 54
683,762 683,762 000000000000000000095483eb719e6960c9fbc7013ea9882471d255007b67b5 2,203 1.00/1.00 vMB 28
683,761 683,761 0000000000000000000aaf468b82709570e293dc36a3fef21878eed54a3c2a4c 2,201 1.00/1.00 vMB 55
683,760 683,760 000000000000000000097a38d86a80edcb78dad58f86b7a9df09cc221d5fc756 1,732 1.00/1.00 vMB 47
683,759 683,759 000000000000000000022e022d469503e844465f5118708db68efbe71b3d8d57 1,950 1.00/1.00 vMB 62
683,758 683,758 00000000000000000002f9a04214e4926b25c91ea12b6048e290b7c120ee6c86 2,035 1.00/1.00 vMB 11
683,757 683,757 000000000000000000017a810bdab5d56fe270040acdac796df2c544b5992427 2,164 1.00/1.00 vMB 16
683,756 683,756 00000000000000000001829628dfbba4e2a08613aee0a98bd7bac1a6baff4622 1,538 1.00/1.00 vMB 45
683,755 683,755 000000000000000000073be8d963d0604677d6e2a2102ad3243b987c841a079b 2,673 1.00/1.00 vMB 75
683,754 683,754 0000000000000000000864e82f32fb08058e1c660a1efecf16370c32cbbd6169 1,127 1.00/1.00 vMB 64
683,753 683,753 0000000000000000000a7967a02fa70131044c41ebefc2092d1b6b758e6aa265 2,272 1.00/1.00 vMB 42
683,752 683,752 0000000000000000000951f3b7eca20641fd7139ef36120ad78888b8e4f5dede 2,572 1.00/1.00 vMB 53
683,751 683,751 00000000000000000001090760ddcf50fb70581ebf640d6cfe3a21378a8964f7 2,465 1.00/1.00 vMB 60
683,750 683,750 000000000000000000060fad662b488d3f5106178918cc7730f6eea394f1e5a6 2,830 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.