Loading Tool

Explorer IconExplorer

Memory Pool

27,000 transactions
26.63 vMB
0.04537316 BTC
Random Selection Loading Transactions
Max Size: 144.21/200 MB

Candidate Block

Mining Attempt 9df124a41a6a44e4a2220d5f231edd382e0a72d1ce0ce5d9f253999135f80eea
Version 20000000
Previous Block 000000000000000000019972d48e48dc10e0f0cc67d15cc70b6cb168992cb973
Merkle Root bf5c0ca5e8016e722e0bb13d1cac740bbf2039d5dbe3c7e819dfc6f2f6a596e5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,422
Size: 1.00 vMB
Total Fees: 0.01562749 BTC
Feerates: 150.75 > 1.57 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,032 (171,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,784 768,784 000000000000000000036aa717e73eaf9f9790336f96b1e368331579d044e527 1,629 1.00/1.00 vMB 4
768,783 768,783 00000000000000000004714b90ea08dbef6263b141f76762f5b67b38a5126198 3,973 1.00/1.00 vMB 5
768,782 768,782 000000000000000000036d164799be273137906d35ba940d8ce6cfcdf2d33013 3,773 1.00/1.00 vMB 17
768,781 768,781 0000000000000000000527a34f498f2a996a1318132e600a3c99ccb0b396d605 2,611 1.00/1.00 vMB 9
768,780 768,780 00000000000000000005beadf27981f8c2da41d53e53180099a8731d217a414d 1,552 1.00/1.00 vMB 9
768,779 768,779 000000000000000000069ed64e83bf05168c5414f52779ccee220107f230c3f2 2,067 1.00/1.00 vMB 23
768,778 768,778 0000000000000000000246a760da5c17f66ec67fde372a3ad7371bc6e6e3546d 3,175 1.00/1.00 vMB 28
768,777 768,777 00000000000000000004d2b34517a74c5bd0e4d5bd932fdc2362484c60ed0dd9 3,072 1.00/1.00 vMB 34
768,776 768,776 00000000000000000003df8eaa9641a75360b89497e357a1fc36261fc6f29a79 2,216 1.00/1.00 vMB 21
768,775 768,775 00000000000000000002dcb1b9a6216dc2e97017a13ac40b0cbf6fbf06084bfe 2,677 1.00/1.00 vMB 29
768,774 768,774 00000000000000000003c11cc8763de35e6900c1dee81c270542a0017994b2f0 1,635 1.00/1.00 vMB 36
768,773 768,773 000000000000000000021d28a7f6dcea062b4609a4eb22ae7361d041c26d2f54 2,524 1.00/1.00 vMB 11
768,772 768,772 000000000000000000069ee56f7a96e2a5ef36a68d67588e9907ef152b980f2d 3,196 1.00/1.00 vMB 29
768,771 768,771 000000000000000000066c63ec17a9d4374ce05b4416b9f0445e8add3d8c6990 2,193 1.00/1.00 vMB 13
768,770 768,770 00000000000000000001e492f3e7816fc95b651c1aeea041987a16fc5b1a9054 2,157 1.00/1.00 vMB 18
768,769 768,769 000000000000000000016629326788d6e0ed1483db6a6399fa621fe5352122bf 3,229 1.00/1.00 vMB 36
768,768 768,768 00000000000000000003d70ed6abd6b9a48029f1afddfe8d1fefd2604ef6cfdc 1,771 1.00/1.00 vMB 14
768,767 768,767 000000000000000000010c8e20e6c5d2db3f73e4647350c711e689718acee93a 2,327 1.00/1.00 vMB 17
768,766 768,766 000000000000000000037276320260864e0f3ae67819158304533b3d13b9885a 3,234 1.00/1.00 vMB 29
768,765 768,765 0000000000000000000460f3fba91a020673096f7172c11ffce7f89022d72589 2,844 1.00/1.00 vMB 22
768,764 768,764 000000000000000000004456e8ce7b53241246b101d75badcf693c51cf448bec 3,335 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 826.77 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: 4,434.33 GB
    • Received: 239.74 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.