Loading Tool

Explorer IconExplorer

Memory Pool

80,501 transactions
29.92 vMB
0.09833883 BTC
Random Selection Loading Transactions
Max Size: 180.59/200 MB

Candidate Block

Mining Attempt 9469d7c5f1497112a9250fbaf5710442aed81303bdd76102e1923efb37316f3a
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 6e1b6978996e412c73c7930270ca28e09b13faf9d93c9a6ced4c87778fd14aea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,756
Size: 1.00 vMB
Total Fees: 0.03167799 BTC
Feerates: 100.25 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (373,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,620 541,620 000000000000000000029d3cdcee470f664c893af96fb5182723af6d27ed39ce 2,882 1.00/1.00 vMB 29
541,619 541,619 000000000000000000273fc638b238a9b975817c19d9f32ad4faef8bfcb6217c 2,779 1.00/1.00 vMB 22
541,618 541,618 0000000000000000000971481129f56caa10c8ffedde14497b54abbd80c8902b 512 0.23/1.00 vMB 35
541,617 541,617 00000000000000000009963d1d44a8fdc5b5d055cf3b47820bfea91ac023241a 852 0.52/1.00 vMB 10
541,616 541,616 000000000000000000040bf8b44ddbc4a79e7fff5d178c6903e605b0b164e4a9 1,197 0.58/1.00 vMB 12
541,615 541,615 00000000000000000013e0cfe4e7605567ddd42fb2d71130a83c765a32619882 2,794 1.00/1.00 vMB 24
541,614 541,614 0000000000000000000ceb19f7a58056a807a3e42949760bcff45def2cea1f6e 596 0.21/1.00 vMB 15
541,613 541,613 00000000000000000022b90f2dc11ef2a1c3f73ce96cecb93e4248cef79b8773 169 0.06/1.00 vMB 30
541,612 541,612 0000000000000000001fe746019a1fb59ff7f2a018fd810d763a9a4ed46bc353 186 0.07/1.00 vMB 13
541,611 541,611 00000000000000000016c1cc20625f75fcef3f19b9d3d58f680e1487b9b36917 189 0.06/1.00 vMB 16
541,610 541,610 0000000000000000001c1c1ba80f8933d094edba2ebfddfc559a1b1d65e105be 1,030 0.45/1.00 vMB 33
541,609 541,609 0000000000000000001532699d61e8cc4bad0e07f8a6c702ea909d7b819e542a 158 0.05/1.00 vMB 19
541,608 541,608 0000000000000000001f5b0852059642a7e78ee6abd2c5de3602d2673a054f42 1,004 0.49/1.00 vMB 7
541,607 541,607 0000000000000000001d821bc54493ddca3248dd32451064d5c7b49b21c50018 2,318 1.00/1.00 vMB 13
541,606 541,606 0000000000000000000f2db0af6e8c00649ead6f2323bc23256a3b3bf2b52dc6 2,635 1.00/1.00 vMB 30
541,605 541,605 000000000000000000155fecfda502231e7931da163bda3a2f0e49a14bff038d 623 0.36/1.00 vMB 26
541,604 541,604 0000000000000000000d04d5029a8d4e39a99aa1cc48841d6bd99cf8ef03d97f 823 0.64/1.00 vMB 13
541,603 541,603 0000000000000000001ac8bd3af5990d4fa9087a3e12cdc8e27dca8ccf6dc8f4 237 0.12/1.00 vMB 37
541,602 541,602 0000000000000000000fdf60562086b57355d0a4e0595639f499428234e50e14 688 0.35/1.00 vMB 16
541,601 541,601 00000000000000000021e8b65ce819aa1677ea1737e79907a2e1c4f470a8438e 1,113 0.51/1.00 vMB 20
541,600 541,600 0000000000000000000823d0ffa9b31c184ecc1d2a99263dcbc76122182ad3c6 433 0.28/1.00 vMB 15
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: 11
  • Data Transfer:
    • Sent: 670.18 GB
    • Received: 15.83 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.