Loading Tool

Explorer IconExplorer

Memory Pool

34,723 transactions
30.47 vMB
0.06905672 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt 667d2d6ac59b5b2f48dec03c46b735a521331e7857a233a58ad8d197af353209
Version 20000000
Previous Block 000000000000000000020929f9a54cfe6da8bd6ea7ce1c11a7a4e33ec17eab6d
Merkle Root 30f70a06c0e487cd1c0f63b7ae94f75a706c837984cda695c8961a4950b05403
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,131
Size: 1.00 vMB
Total Fees: 0.00735814 BTC
Feerates: 602.74 > 0.74 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,353 (867,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,653 46,653 000000001f9a2e4cc7bbeb8a0a784b15bedd20dd1f9c3f442fa52f4a94098d94 1 0.00/1.00 vMB 0
46,652 46,652 000000002a38f8083de719831c6af25497df5380758c9d31f9669af668b3eb29 1 0.00/1.00 vMB 0
46,651 46,651 000000002972f277d50cefa59f28660c5bb182e599beacc902be177e6db57242 1 0.00/1.00 vMB 0
46,650 46,650 000000001049cc16f112ffdc54b4c7eff1cb8bc056b40347bb760df10e95a345 1 0.00/1.00 vMB 0
46,649 46,649 0000000028a0d94e9fdfd446bb2fdc63af1523bcf29e2b031437cec1f57febfe 1 0.00/1.00 vMB 0
46,648 46,648 000000001a303c570a64db68173169507a0ee4fa591782746bd326aa8ede1b61 1 0.00/1.00 vMB 0
46,647 46,647 000000000d6de4edf3361a38e32779e14a5fd2b8cb1189f592547137f482f5ca 1 0.00/1.00 vMB 0
46,646 46,646 000000001a24d94add64bce5086bed56a3887d501182812d1f360c8c443276a9 1 0.00/1.00 vMB 0
46,645 46,645 0000000016362eb46ddfe2d27b406b1fba0e098ef20f5b0c26da710a9acf7d42 1 0.00/1.00 vMB 0
46,644 46,644 000000000554990c8b29d6087421529bb5ef6effc10852f4109d670d7309a1da 1 0.00/1.00 vMB 0
46,643 46,643 00000000033c9fb980ae000c9f94caf37d6ea05a804c9b35c5b6f9b561a60e55 1 0.00/1.00 vMB 0
46,642 46,642 000000001f2ddcffd1d2e600bee798a63b52e86747a0860f4ed22933bfa84cab 1 0.00/1.00 vMB 0
46,641 46,641 00000000018bd269a5c8bbb5d77296de04373503f5eb59afba128183d0350066 1 0.00/1.00 vMB 0
46,640 46,640 000000001cdd7d1d7440352a6375fdec9bdba6e092914b1405a511855ecc1ad3 1 0.00/1.00 vMB 0
46,639 46,639 0000000013baaedf8f1ee54bd090fac4bb038274c6f31a8de86a61fb8cad67a9 1 0.00/1.00 vMB 0
46,638 46,638 000000000b263b103a8b2e6edc59303970c55ae62898d7cb4643361c81303f5b 1 0.00/1.00 vMB 0
46,637 46,637 000000000a13f87231c5c8e9b03f524c419733226c2ca34de8d2e36387e2d257 1 0.00/1.00 vMB 0
46,636 46,636 000000002f784a2a0e48012a7ec7c7710fa3909bbf4b40e38248199829169b00 1 0.00/1.00 vMB 0
46,635 46,635 00000000363943395c06bf8c1c9914da3e1a0afe9ef39989be66781ffcfc9660 1 0.00/1.00 vMB 0
46,634 46,634 00000000119ae26950b1addcfec5cf59b6f14c557d9e9e8d19755f90ba1fae31 1 0.00/1.00 vMB 0
46,633 46,633 000000000338329e2ba8a9f5459ea60c682415fde3ed9393047b419711c2f55e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

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