Loading Tool

Explorer IconExplorer

Memory Pool

48,289 transactions
28.19 vMB
0.07201562 BTC
Random Selection Loading Transactions
Max Size: 150.38/200 MB

Candidate Block

Mining Attempt 4840b4d7982940d0b7ea2771d6b91ccf3aace003989612c0071e668c12d4f8d5
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 61890fda58a07a305ae0f83e72c19fa6e4e90377756ca301a5431da6eb90348c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,493
Size: 1.00 vMB
Total Fees: 0.01758796 BTC
Feerates: 301.05 > 1.76 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (337,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,764 577,764 0000000000000000001336396ee0c44f855a10ab249827f1e16ab403930321b2 2,254 1.00/1.00 vMB 90
577,763 577,763 00000000000000000012eb471a37d67fd5ec103b373690b8c34cc624246430b6 2,072 1.00/1.00 vMB 73
577,762 577,762 0000000000000000000962b5f9af5edb212cdf46b0f382fe01ebd7f0b108c10a 2,003 1.00/1.00 vMB 19
577,761 577,761 00000000000000000015b0898e6b130b35c6a167fab5815a9006170d7c1d4dda 2,289 1.00/1.00 vMB 20
577,760 577,760 0000000000000000000e59267b701dd8132dc9ceaca0d2f9ac848652a8f0bcfd 2,935 1.00/1.00 vMB 63
577,759 577,759 0000000000000000002377817324b4744e7d86f9d1eba924246d8ebcdab3cfdb 2,539 1.00/1.00 vMB 26
577,758 577,758 00000000000000000025cc13bd1c92643af749932f74c2da0e44753d108e364a 2,437 1.00/1.00 vMB 32
577,757 577,757 0000000000000000002011e60c76746d9225d588ea3b19cf03ba37fa74815b4f 2,704 1.00/1.00 vMB 33
577,756 577,756 00000000000000000016afa71b04f86fa4f0b3e2841453af70cc26ac4ae746ec 2,743 1.00/1.00 vMB 32
577,755 577,755 0000000000000000002239d5356e75ce84168c0702ac98e6c3b13e61ea928dfa 2,455 1.00/1.00 vMB 47
577,754 577,754 000000000000000000281f6bd14e3ebb8811af1502556da247e0b3118053e706 2,659 1.00/1.00 vMB 97
577,753 577,753 0000000000000000001040cab526c6ad4c6533b323d6788dc67bfc097825bf08 2,501 1.00/1.00 vMB 141
577,752 577,752 0000000000000000000db88e75856b842e1168a9827b23895001e76db0bd2fc9 2,944 1.00/1.00 vMB 61
577,751 577,751 00000000000000000027d9ef9437b4a87eccb554157d68c130237fd62536dd97 3,335 1.00/1.00 vMB 143
577,750 577,750 00000000000000000002ebde4029cd6a94ad2df4e4619091bc0e49f64bd29c62 2,493 1.00/1.00 vMB 75
577,749 577,749 0000000000000000000a9d7db4f2d5580917e0089b949aedc84355b7a27f557e 2,977 1.00/1.00 vMB 94
577,748 577,748 0000000000000000000ffa32a5278c35bce70a8e1c96c9fa7a20f0192939162e 3,126 1.00/1.00 vMB 170
577,747 577,747 00000000000000000017b58a5f72315bd15e434153327b5626fa73473e97065a 1,531 1.00/1.00 vMB 85
577,746 577,746 0000000000000000000e01b2cb944d5cdad57183e6a8137bf1b1e69554fd3bbc 2,971 1.00/1.00 vMB 119
577,745 577,745 00000000000000000022f85df0e4c1a3fd6907b542fd653473017af22bc7915e 3,615 1.00/1.00 vMB 171
577,744 577,744 00000000000000000002c6cf1df475c6ff968bfef4f8cc5b3d623c5175e64530 2,228 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.