Loading Tool

Explorer IconExplorer

Memory Pool

80,091 transactions
30.03 vMB
0.08716939 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt 86824e99883df048cf1876cfa3a91bdbd4d73b8bc8376788dc70e97cafa1f2d5
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 0f02a6a9c2c5b7fa4b68729939bfff792606f2f3eec6baeb05544edd1e0693fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,695
Size: 1.00 vMB
Total Fees: 0.02581193 BTC
Feerates: 301.07 > 2.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (808,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,327 106,327 0000000000001ce5e49caf6bfc170f7ec66d2db06a4d3a2f05b0dfd73a1df90a 26 0.01/1.00 vMB 0
106,326 106,326 000000000001ba30d5f92700de17f34360a4e2867cbbd433f97d20a4d950ab79 1 0.00/1.00 vMB 0
106,325 106,325 000000000002e4afa35c75b08b398015ea691dcc0d35b6a89c1a8adfb940e3ba 2 0.00/1.00 vMB 0
106,324 106,324 00000000000181a904d90e28f31a1009dc544cae2539c609ac9b0f0b2af76ebf 2 0.00/1.00 vMB 0
106,323 106,323 000000000002290c41d3348a44fac8ffd6420bf0b5dd182eb5b2d3b9837495da 1 0.00/1.00 vMB 0
106,322 106,322 000000000001514c8e7c5e335aac461075de71f74825faa13cb0f80c9a2f6a73 6 0.00/1.00 vMB 0
106,321 106,321 000000000001885d2617972b3f38b612ecbe8910124ef6d946c83c40aa400693 10 0.01/1.00 vMB 0
106,320 106,320 0000000000022cbd70a594c29a1a9b045a0f38758156ee848b1444c7af6bc2eb 13 0.00/1.00 vMB 0
106,319 106,319 00000000000055fbebc14a4e7d5f7b04e24f4e9bb863f4beae63d827d7d6f598 4 0.00/1.00 vMB 0
106,318 106,318 000000000000b2a47ae96c2bd82e66c6480c3be31cb92367d27596324979d31e 3 0.00/1.00 vMB 0
106,317 106,317 000000000001838d7354e3ed3f42f0c3a15062066c18959f38051ccafaaca9c4 1 0.00/1.00 vMB 0
106,316 106,316 000000000001ef60df7140608e84f3af1b5dc5292c6397481fadd0d17fbc05d8 9 0.00/1.00 vMB 0
106,315 106,315 0000000000026b36452107bdfac75db109867c3262fd96e7721024777be4eada 2 0.00/1.00 vMB 0
106,314 106,314 000000000000de30dc0c532bc37e014be8ea6d0cddbaa4a4dbda950ccfe041f5 11 0.00/1.00 vMB 0
106,313 106,313 000000000000e0a52a9706e2988cb454ce0fc2551ccb7c201a66b4c5900fd724 4 0.00/1.00 vMB 0
106,312 106,312 00000000000023999e2602aefa44eccf5a7435a21e4c7dbf0a655e567caf9e86 3 0.00/1.00 vMB 0
106,311 106,311 000000000001146a401d057beac3c230b6da29b1a0eab9fe960723dace3a6336 15 0.00/1.00 vMB 0
106,310 106,310 000000000000af1d796249e252e683c698c86fd6a769342fd33671fc7e32b9ab 4 0.00/1.00 vMB 0
106,309 106,309 000000000001c4a3503cbb104632e9cc0e9546fb3f4330f34da375adf0aee73b 2 0.00/1.00 vMB 0
106,308 106,308 0000000000023aa459511c34b2b3fd3dc53b4f30e6869970a3fac0b141ffbb4a 1 0.00/1.00 vMB 0
106,307 106,307 00000000000066bf4b4a952e5789541d1865d1963a8ab64c23e4c47e4e365baa 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.