Loading Tool

Explorer IconExplorer

Memory Pool

38,732 transactions
26.42 vMB
0.06990940 BTC
Random Selection Loading Transactions
Max Size: 136.04/200 MB

Candidate Block

Mining Attempt 468cd02c90ed518d98d042bfc9453342c3991f361b12d58809cad52d094c3f17
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root 4a7a99ce0d2990abed58cfd9d5f3ca150329a1c65e311ab6e91c46a0265e8117
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,994
Size: 1.00 vMB
Total Fees: 0.02073794 BTC
Feerates: 150.93 > 2.08 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (524,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
389,937 389,937 000000000000000001fa6deeaaa4ed9ba12473317a517e1d60278add4654bc87 1,993 1.00/1.00 vMB 32
389,936 389,936 000000000000000006ca00cceddde1679d255684281dc7fa84b1c848f017c7e3 1,831 1.00/1.00 vMB 51
389,935 389,935 000000000000000007e0b3216f037884f5341a215688e1b2efa4c771f6268d3c 3,441 0.95/1.00 vMB 59
389,934 389,934 0000000000000000002b07aea1e14aa6e7b9d66f49e82c5b373b38344727e1ee 472 0.26/1.00 vMB 28
389,933 389,933 000000000000000002e1f152c118c96b0a00c54092102d620e663aa639e797cc 2,024 0.93/1.00 vMB 39
389,932 389,932 0000000000000000015b9e72a96ac3acb3bc0b70206db5b1230fbeb377bdb43d 316 0.22/1.00 vMB 21
389,931 389,931 000000000000000002c0909339d5aa549d2ea598c19a06b8f7a634eab5d01bb0 2,104 0.77/1.00 vMB 39
389,930 389,930 000000000000000000b206b8f2dce78ccd57e023252acef4e505d050851c67a6 119 0.04/1.00 vMB 38
389,929 389,929 0000000000000000067700436388d0a6781b563701387267d5192f25f7a5acac 1,771 0.69/1.00 vMB 37
389,928 389,928 000000000000000003deab70785bc7db31d61ff3045ce791ef6cde81e13258b7 26 0.05/1.00 vMB 4
389,927 389,927 000000000000000004a9c1a3f68c8bc3a8393df0cbf09f537504c6596ed179cc 1,929 1.00/1.00 vMB 28
389,926 389,926 0000000000000000035d6a564dfb31e06c3270b3b3b5f49ef7688995d8be11a2 2,290 1.00/1.00 vMB 32
389,925 389,925 0000000000000000013f5e653f1d4c743469ba1aa869c7afe55f5cfef0d0548d 2,275 0.75/1.00 vMB 47
389,924 389,924 0000000000000000074c8177274d62660c96af885de54e788dbb1515106c7505 725 0.93/1.00 vMB 16
389,923 389,923 0000000000000000085411c4b4e2ec7516dfba15dde5cc93c089406c83819b9d 1,188 0.93/1.00 vMB 22
389,922 389,922 000000000000000001ebdcb070b3efcc9997ff578e9929cd3400ee2c13131a22 2,532 0.95/1.00 vMB 41
389,921 389,921 000000000000000007688e48af8d70d727972d69a1659e7b2912c063fb6ebf87 1,160 0.75/1.00 vMB 24
389,920 389,920 000000000000000006c2a43f47f25acdaa74b661873b9872c96390da067ec2f3 2,216 1.00/1.00 vMB 36
389,919 389,919 000000000000000002af9a8033aa8b524fd59a90edec7f33b113ba7c7f716041 1,309 0.95/1.00 vMB 20
389,918 389,918 00000000000000000133360905326fd1fe383be6f8fe52d856a7dc45cf9888e4 1,931 1.00/1.00 vMB 36
389,917 389,917 000000000000000002ef233209a6a6c1f2cf97e39c176b1b2c032ba154938cb4 1,656 0.75/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.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: 635.54 GB
    • Received: 12.31 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.