Loading Tool

Explorer IconExplorer

Memory Pool

82,307 transactions
31.11 vMB
0.12148095 BTC
Random Selection Loading Transactions
Max Size: 186.21/200 MB

Candidate Block

Mining Attempt 8b3055d204a0ead2434a88d251db31e087973d4f0c7eec7e5a10f6b023397f2c
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root d3a88d120ea02414cd1b6c3d4dd44b9503e6fbda4a279ffa1ef2a1c1fd41967c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.03621321 BTC
Feerates: 101.42 > 3.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (288,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,591 626,591 00000000000000000011df8da022f0f543799eca90864c4c5889e46588803a91 2,916 1.00/1.00 vMB 22
626,590 626,590 0000000000000000000f749c9a012a79d776e7e4123ad936e2bf4949f04e87df 3,002 1.00/1.00 vMB 30
626,589 626,589 0000000000000000000786092e1a8c89e24c312d8fad2c8754693f91dbddc677 2,113 1.00/1.00 vMB 21
626,588 626,588 00000000000000000012e63c606b3e33472146dba1dffee9c6c4eddaebf8fa28 1,022 0.40/1.00 vMB 19
626,587 626,587 0000000000000000000811f772dda020b019760f5519d0abcbb598f53e2d0bd5 1,202 0.47/1.00 vMB 15
626,586 626,586 000000000000000000112c05838a75774d333fdccfa52e6f1032687e1004772d 558 0.16/1.00 vMB 15
626,585 626,585 0000000000000000000b157b835936df6cb8ce1c1738ed0d4f75baf7a1654704 633 0.20/1.00 vMB 16
626,584 626,584 00000000000000000003c409e599b97b914b26d8ca65d9f05327dd7a18655296 867 0.33/1.00 vMB 15
626,583 626,583 000000000000000000113ff59bdd57046ceaa390fabbbdd4e438bfaeb52cbc34 1,795 0.60/1.00 vMB 16
626,582 626,582 0000000000000000001228e4f644cf9a7852a27e44cd63e804de09286a131604 482 0.22/1.00 vMB 16
626,581 626,581 00000000000000000005a12e1efe7335ff48b49ce7741498f11d16ca7cb0d885 2,522 0.90/1.00 vMB 19
626,580 626,580 00000000000000000012c953cd36721057a992bc0d1cad759e4013b188d11f94 1,140 0.36/1.00 vMB 17
626,579 626,579 000000000000000000018725e93f0f6187226a93ad6b3c854a630d6b423122c7 1,365 0.47/1.00 vMB 17
626,578 626,578 000000000000000000050c32505f64bf03e504aaee909dcd602f4dc929507ac4 1,439 0.46/1.00 vMB 18
626,577 626,577 000000000000000000089f8fd7bcdb21e396cac1be7f7736e8e2cac9a5bccfed 1,839 0.61/1.00 vMB 15
626,576 626,576 000000000000000000103ffb2f1ef3c88e52691a686b65efdd52b0020a754623 503 0.15/1.00 vMB 17
626,575 626,575 0000000000000000000b6e46199fcd48ad511d09679eaa4233e55bf69514b6b9 399 0.14/1.00 vMB 15
626,574 626,574 00000000000000000010fdb36cc32338ebcbf316819dc9ffceb94215cff3f626 1,119 0.44/1.00 vMB 15
626,573 626,573 000000000000000000092566f43f0465f46fc2000d7f8e5f843f1728fb9f9b35 744 0.41/1.00 vMB 7
626,572 626,572 000000000000000000091476f744343a4ab6ccb108ac03f8a5c686cb9618c9e1 2,737 1.00/1.00 vMB 9
626,571 626,571 00000000000000000004a85d6395c4420db3d708a580f5ce7c74282a70d96786 2,755 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.