Loading Tool

Explorer IconExplorer

Memory Pool

50,885 transactions
28.82 vMB
0.08554243 BTC
Random Selection Loading Transactions
Max Size: 153.86/200 MB

Candidate Block

Mining Attempt a1448a1c6956fd9df34ac7567515f23aae9b6ab2430b38186a681e20c75b2ec7
Version 20000000
Previous Block 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b
Merkle Root 71bd9a721e42edbd0d51c9dff893a5a12c2a9fef9bf6fa8a5465580988e778bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.02287382 BTC
Feerates: 151.12 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,717 (519,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
394,963 394,963 00000000000000000930f63a62cbe887acb5c39902316d4531720c627fd4d42a 2,114 0.93/1.00 vMB 44
394,962 394,962 0000000000000000029a20fcf2f137eb0f20fcda42e5dc919f2db8044ada2517 2,107 0.95/1.00 vMB 38
394,961 394,961 00000000000000000707e6cfef5776968e8df614befa064b707e8a3332d5cd5d 2,609 0.95/1.00 vMB 56
394,960 394,960 000000000000000003d59b9e5dca4bd2e636f9181f5ccdab36304243ef613e88 1,850 0.92/1.00 vMB 39
394,959 394,959 000000000000000007c609f2dfa7d32d3fa86be02dfdb0b722aa5997de7ea04b 332 0.21/1.00 vMB 27
394,958 394,958 0000000000000000036d970af69180b093a2796266ced41ac0254cac944c50d3 1 0.00/1.00 vMB 0
394,957 394,957 00000000000000000482640b6f60a0b963834d16b6c2396d41cab073c811fae2 492 0.23/1.00 vMB 42
394,956 394,956 0000000000000000011370a1c3bc79e4d33b95b10f140e3eb0ba946829fa8bf1 636 0.43/1.00 vMB 28
394,955 394,955 0000000000000000069cfb2ec766d9da9e525bd986ae685b841142ddaf2a979b 1,154 0.61/1.00 vMB 34
394,954 394,954 000000000000000005c54159e2f733e5033e3ab8183df735d742c43d4c2ba046 1,262 0.62/1.00 vMB 36
394,953 394,953 0000000000000000087dd1ffcbff954f839349bb45b5b4777d20d42767fb4a5e 644 0.36/1.00 vMB 35
394,952 394,952 000000000000000000eec7b9a0dcb470f649db08d9b3459dbd53ca4f75ed6759 454 0.23/1.00 vMB 30
394,951 394,951 0000000000000000067d540ae2f3557a4b5808e1fbf1bba3519cd929bb65e80d 1,510 0.86/1.00 vMB 48
394,950 394,950 000000000000000001532b4997497fbc92e4843eacb00500c6a8f51a412efd47 395 0.52/1.00 vMB 13
394,949 394,949 000000000000000005dba682428eaef0ee3b84350b78520f97f33c2d6368319a 2,150 0.99/1.00 vMB 44
394,948 394,948 000000000000000007f54009c62becbb85fd819f99f919b3039c66a16a3de641 1,454 0.79/1.00 vMB 37
394,947 394,947 0000000000000000018ca3baa72c425a6081a463a7745fca83464a2f15ece198 1,003 0.52/1.00 vMB 37
394,946 394,946 000000000000000006ec840b648ccf833e285867bd3508ed1a8d3fd5fbaa7ee7 861 0.99/1.00 vMB 13
394,945 394,945 000000000000000001cbcc8866d2593d97d2b96d047bc376a84b4b33ad2ce447 1,940 0.99/1.00 vMB 38
394,944 394,944 000000000000000002ca0df5288b2157edfea037b7c3adbe953230956a0d8e69 1,286 0.95/1.00 vMB 29
394,943 394,943 0000000000000000027ff4e52e1e7f29cc6b457709ad28a4e74ee7ed86f1ec4a 1,630 0.92/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.89 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: 645.24 GB
    • Received: 12.71 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.