Loading Tool

Explorer IconExplorer

Memory Pool

79,981 transactions
29.77 vMB
0.08227444 BTC
Random Selection Loading Transactions
Max Size: 178.84/200 MB

Candidate Block

Mining Attempt e552d799d835969adb18ea41809bd5d984b8c30c8a042caaf3091023ac4a42d7
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root c29faffcb54d3f09687c4f337653a62c8aa4b6fdf2541c84c815c0671bbcf2d2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,117
Size: 1.00 vMB
Total Fees: 0.02167723 BTC
Feerates: 502.65 > 2.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (226,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,889 688,889 00000000000000000000ac99e36b0894ec041b221c0f2b3afae47a030c4d1e9f 161 1.00/1.00 vMB 2
688,888 688,888 0000000000000000000e1e3bd783ce0de7b0cdabf2034723595dbcd5a28cf831 677 1.00/1.00 vMB 8
688,887 688,887 00000000000000000005c5bf410bba34ea91dba608281a15984e3e72e62bbe9f 1,013 1.00/1.00 vMB 14
688,886 688,886 000000000000000000077fdd82b7dff4bb5734b18022f8e9b63a21a2e23e6b94 474 1.00/1.00 vMB 2
688,885 688,885 0000000000000000000bdf3bb12d4cbb9011fc1f7024e7ac8c0a39f8c6a1048e 2,723 1.00/1.00 vMB 37
688,884 688,884 0000000000000000000853e1950552ed570ade20a66d555e13b0c4244f15f79b 1,332 1.00/1.00 vMB 22
688,883 688,883 0000000000000000000a983657b88efab956ab3d1860fb3990ce9376681a952b 622 1.00/1.00 vMB 29
688,882 688,882 00000000000000000001fa3d2d3b76f11fc1e08ee65b7542a061306dddead3dd 1,980 1.00/1.00 vMB 11
688,881 688,881 0000000000000000000677434c175f36d1a16787d9ca6a9a90058b12e5385f3f 2,691 1.00/1.00 vMB 57
688,880 688,880 0000000000000000000a3493383fd67045d153783d4494479b83cbca9edacdff 2,334 1.00/1.00 vMB 28
688,879 688,879 0000000000000000000a18994e7d480a826ddc3c322528b6af13d0a88356d615 1,733 1.00/1.00 vMB 19
688,878 688,878 0000000000000000000b187a9552207362fac0d218a5e0b35c6bb3f7b998c241 2,380 1.00/1.00 vMB 20
688,877 688,877 0000000000000000000482d8c8c096bfbcc844882001edf18ea179350874b74e 2,318 1.00/1.00 vMB 66
688,876 688,876 0000000000000000000b90036f1ca6af1b290474765b073a97debcca90d3f2c5 1,358 1.00/1.00 vMB 42
688,875 688,875 00000000000000000006c3583d6d9f56fdd73602dd6fc98e05ae97deda0e37fb 2,141 1.00/1.00 vMB 29
688,874 688,874 000000000000000000019be5e4446ff20e0d7f46d5eddd881b3f73e013f4b0d6 709 1.00/1.00 vMB 11
688,873 688,873 00000000000000000004f4c6b65a073ec74d08db4fdb085761661116e66d52d8 1,971 1.00/1.00 vMB 25
688,872 688,872 0000000000000000000684688b7a2209ccf3ba1fc3a73cd5667e9a7d3252d395 1,446 1.00/1.00 vMB 9
688,871 688,871 0000000000000000000583743c00e680e461963897ca48f329e388f486897c32 2,659 1.00/1.00 vMB 52
688,870 688,870 000000000000000000099b2ee85e35d3af7094eadfc18bb7dc24cd14ef97782e 565 1.00/1.00 vMB 6
688,869 688,869 0000000000000000000e0ffeeefd6e8576a7175c15e398a9aaf3f259d62985ad 392 1.00/1.00 vMB 2
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: 10
  • Data Transfer:
    • Sent: 665.18 GB
    • Received: 15.09 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.