Loading Tool

Explorer IconExplorer

Memory Pool

20,942 transactions
15.38 vMB
0.03663814 BTC
Random Selection Loading Transactions
Max Size: 78.64/200 MB

Candidate Block

Mining Attempt 4f1c891bf9b0237a888cc5f58102b22df3940d01cb18e7b8204a7d7993a6f43c
Version 20000000
Previous Block 000000000000000000008dd3960e0d14f4c44733a4c8cd7e379d795bfbc48bef
Merkle Root b2274997123ef41f345003766dc42f36e5e63b6b6984a589244c8943656184be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,920
Size: 1.00 vMB
Total Fees: 0.00939555 BTC
Feerates: 100.43 > 0.94 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,152 (857,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,591 56,591 00000000155e28f7c2d010f7f6a6ab121813aa4ccca9d7be0895c9762652de5e 2 0.00/1.00 vMB 0
56,590 56,590 000000000c8eb82c8348b31ab80343dca5db6e894069c861e207d2788d759399 2 0.00/1.00 vMB 0
56,589 56,589 00000000033ed6eb9f8217f252a6d87bfecc7640c12813773df7f715280d3ee0 1 0.00/1.00 vMB 0
56,588 56,588 000000000f16a2efeb990677bbb0be1228dbeeb3f9cb22e6642f5cea876777bc 1 0.00/1.00 vMB 0
56,587 56,587 000000000908224bba3221d24124dc1be9387986dd0a8edea3f93039cc2ad644 1 0.00/1.00 vMB 0
56,586 56,586 000000001430622645c04127dc218afdf25c7a348debf845df50fcfdfa2a9e24 1 0.00/1.00 vMB 0
56,585 56,585 000000000ae9938cc614a8bf088972b1a49690e44c0dbd6bc6fc9cea69e846d0 1 0.00/1.00 vMB 0
56,584 56,584 00000000087773c5bfbac1c2aca249e3a827510527dfb80c4a5a4e191596dbfc 1 0.00/1.00 vMB 0
56,583 56,583 0000000013f45f24ab11a184a5a0dde0410acac9d1289be1b7ac043e9469b24b 1 0.00/1.00 vMB 0
56,582 56,582 000000000d255c05d1e0cde80c020f938f112fb0cada1e468202cfba004bc5f9 1 0.00/1.00 vMB 0
56,581 56,581 00000000039fd6e08cf80cc82edfc9d9624e025ae894c39d2ba4dcb046dc6c93 1 0.00/1.00 vMB 0
56,580 56,580 000000000f47f3a710268314db00881fdd9eff7bc5cfc85a472d2b281fd5924d 1 0.00/1.00 vMB 0
56,579 56,579 0000000013727d5fbc58368e3a1d81dcfe7fb6e092752344b366d3effdfa955a 1 0.00/1.00 vMB 0
56,578 56,578 0000000007bf0ff81851cccc7186833e60527081c07a6b6c026c2603975ddd59 1 0.00/1.00 vMB 0
56,577 56,577 0000000006debf252bc3649cb656b25cef3d75827183ae6ab78795d9f9b74a20 1 0.00/1.00 vMB 0
56,576 56,576 0000000005e1382bc5218e527e83d7620b45540a2507cfb1d4a65d4fa06b3038 1 0.00/1.00 vMB 0
56,575 56,575 000000000e509e1c528238d75eec3817fa49ebcf1ebab68091fd7a9423005432 1 0.00/1.00 vMB 0
56,574 56,574 000000001534211020dfcee0cba49d876379d379932bd091eded7b115e1d424f 3 0.00/1.00 vMB 0
56,573 56,573 000000000514bd4dc1f3fdac5f413e0163722efa2cbafdb6647b1afc725c0297 1 0.00/1.00 vMB 0
56,572 56,572 00000000050c210cfed1188acf67da3a43f76cc16b3008785e87857ffb6666ab 1 0.00/1.00 vMB 0
56,571 56,571 000000001054cca24a8c2037a01d1c94692dca7c12a5c5beedb1063a4ba6ab53 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 564.00 GB
    • Received: 7.55 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.