Loading Tool

Explorer IconExplorer

Memory Pool

36,051 transactions
26.10 vMB
0.06703602 BTC
Random Selection Loading Transactions
Max Size: 132.96/200 MB

Candidate Block

Mining Attempt c15c856a2691d1bfd0f760b3811e89edda8abcfe0e6b96d4e916649618e90ea7
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 965db9e0a644b7fc3fe4a6c1adb30a0558498afe6a7003d284cce3b17983c2fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.01873891 BTC
Feerates: 165.59 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (122,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,826 791,826 0000000000000000000598ca254c2a538d4a05b1f2e6f29b7e40ee28ee63b7e2 4,091 1.00/1.00 vMB 58
791,825 791,825 00000000000000000004e9d319f605c12687ffc5a5c6c0edae67c0c8712c4c06 4,045 1.00/1.00 vMB 78
791,824 791,824 00000000000000000000dd9eb559403a1716fc343fb02f1edcfbe37955fc12dc 3,294 1.00/1.00 vMB 63
791,823 791,823 0000000000000000000549fd5d7c318b4f5a0ce11288a469e67dd476ea3aca91 3,364 1.00/1.00 vMB 64
791,822 791,822 00000000000000000003d288db338920ac70cdc18b22680f3433415d8820bcd7 3,942 1.00/1.00 vMB 62
791,821 791,821 000000000000000000045fe6f5a4206d52ddef409e5e058d414b492d23057ea9 3,557 1.00/1.00 vMB 86
791,820 791,820 000000000000000000048809d486e4cd65ba16dccf7be2f2184e86011746b68b 4,233 1.00/1.00 vMB 44
791,819 791,819 000000000000000000037adccaf455f89f6482cf517a13cdf570c83933265864 3,532 1.00/1.00 vMB 44
791,818 791,818 000000000000000000023c2a5853f323672eb9022e2a8d9fbfb4d830ffd85434 3,828 1.00/1.00 vMB 47
791,817 791,817 0000000000000000000475e5c8e29985adfd9987bf13a54555a872531e96e7e0 4,226 1.00/1.00 vMB 56
791,816 791,816 00000000000000000002947d18422809e165e3119b2070280d9581120bf688e9 4,219 1.00/1.00 vMB 72
791,815 791,815 0000000000000000000050398a3889b2e1bf104b6046edfa772b7b34a7e71f1b 2,984 1.00/1.00 vMB 80
791,814 791,814 00000000000000000002304d02ac348d03fb8a98733fc6c5ecf234a47b989d4a 3,092 1.00/1.00 vMB 57
791,813 791,813 000000000000000000056bcc73211b7ead02e9035c872a8473ce0eec072cae5f 2,951 1.00/1.00 vMB 67
791,812 791,812 000000000000000000033e66226282b2288259124b5c199740a7d63947f08cf1 3,115 1.00/1.00 vMB 55
791,811 791,811 000000000000000000045ee1f54dbfa34dcf2b2bb28bded4e097efe46e47be59 3,123 1.00/1.00 vMB 30
791,810 791,810 0000000000000000000236598081b7f235a3dee7ab8391b7268e2f96cb9bf652 2,721 1.00/1.00 vMB 26
791,809 791,809 0000000000000000000581e547bc1ee7e7bd9497cb34494f0bf94f2a51a80c56 3,654 1.00/1.00 vMB 51
791,808 791,808 0000000000000000000539f9a7d9dbae248801f2922cb8b6f0cbdcc089b62557 3,696 1.00/1.00 vMB 50
791,807 791,807 00000000000000000001f991a5adb0b67c8dfc9a673ac12162f0f22531c43dcf 3,305 1.00/1.00 vMB 36
791,806 791,806 00000000000000000005446c45476dcafaa1aceb46231c339cb0594b68da7be6 4,092 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.85 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: 638.24 GB
    • Received: 12.47 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.