Loading Tool

Explorer IconExplorer

Memory Pool

80,061 transactions
29.54 vMB
0.08867691 BTC
Random Selection Loading Transactions
Max Size: 179.04/200 MB

Candidate Block

Mining Attempt a761a648ec87f29801fe792cec7454decf33e8feaf813a3cb74da6d2b1bd09f5
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 5b7c61570e8b4b88b8861f21700228fa70fca6d03deccc8142ef12733cdd5dd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.02658583 BTC
Feerates: 278.95 > 2.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (512,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,006 403,006 000000000000000002bcf1e7a9a67b2eb7c2d430554dfb283b2e52f88b3ff994 1,941 1.00/1.00 vMB 32
403,005 403,005 00000000000000000076cfa9addae799b8854d7a3995ec2a77c89f2ba4c63fb4 2,786 1.00/1.00 vMB 56
403,004 403,004 00000000000000000156ece724bf29d79676c8c2c5d83ebd3bf434416d71af9e 1,222 0.64/1.00 vMB 43
403,003 403,003 000000000000000004aadb3fb1d412f0533a83ec19c5d3577a4847839bfe1d00 1,023 0.51/1.00 vMB 42
403,002 403,002 000000000000000002e432a30936db8b8a68ac1303d7acb1c45428146e0c049b 2,219 0.86/1.00 vMB 48
403,001 403,001 00000000000000000005ba8ee291ee724d1fe9065924bd981eb0d5ea31a9367e 748 0.30/1.00 vMB 53
403,000 403,000 000000000000000002b3b820d8d9af0a81a22fce882f5e055448f18dcc4975fd 1,925 1.00/1.00 vMB 39
402,999 402,999 0000000000000000026f687f27adf4f09eb6dd89833f2de6438ccf904a9df43b 2,262 0.93/1.00 vMB 51
402,998 402,998 000000000000000001dbe3814703f468e394e25146f0fa55e15187a31046fa9e 695 0.31/1.00 vMB 44
402,997 402,997 00000000000000000297b1ea429e016e738e6b2d6da3bc273a7cfff6b860e877 2,674 0.99/1.00 vMB 58
402,996 402,996 00000000000000000106aa28fc76a411316fe21b0544f4574a541fed7dc84058 2,029 0.98/1.00 vMB 44
402,995 402,995 0000000000000000035cad636c19a2b44f971fbfbdfaca239378003c22f1460b 263 0.65/1.00 vMB 15
402,994 402,994 000000000000000006d88986f2b86baee8bccd6fb596bac09b3364c9f1b28a9e 2,047 1.00/1.00 vMB 47
402,993 402,993 00000000000000000321f74b9615aee0e5f16251068328918afe51c1672d226d 1,721 0.93/1.00 vMB 37
402,992 402,992 0000000000000000009d93419ee44e52b67977751ee947be12676ae99a628ed1 2,546 0.99/1.00 vMB 39
402,991 402,991 0000000000000000034c4155d4e7f468f411587b88e84631a11ab881ff6e2282 3,095 0.93/1.00 vMB 104
402,990 402,990 0000000000000000005abb4845f25ffb7f4d1ee6686ae6cc61f4094420d66ed6 1,094 0.72/1.00 vMB 36
402,989 402,989 000000000000000006aa3cf2e8bb1dd38e5115b384ced2086bd36df360dcfd05 1,181 0.66/1.00 vMB 39
402,988 402,988 0000000000000000056b1046dbdd9ae689d3a1b227ab324caff4e8d0efd2acb5 900 0.39/1.00 vMB 62
402,987 402,987 000000000000000002043fd0a1999a94a8bde49820faaa7ef62317422a1e01cd 2,015 1.00/1.00 vMB 51
402,986 402,986 0000000000000000043188ee06a492b410a4804e8117ab0e5159de4ac9cfd08e 2,977 0.93/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.56 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: 670.04 GB
    • Received: 15.81 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.