Loading Tool

Explorer IconExplorer

Memory Pool

81,098 transactions
30.33 vMB
0.11689578 BTC
Random Selection Loading Transactions
Max Size: 182.72/200 MB

Candidate Block

Mining Attempt 503083c7964f8bde283b81cf0110634c878bee0ec8df86e08c9365850b6c19b8
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 3f2e3349a0be593d2de99994efbb711ede0841fc2bdc2e2beaa385535719f979
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,136
Size: 1.00 vMB
Total Fees: 0.04345255 BTC
Feerates: 150.68 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (281,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,646 633,646 00000000000000000014049a682a56b242d87b88b52bd1af78e22f242119d45a 2,384 1.00/1.00 vMB 32
633,645 633,645 0000000000000000000ec61fe1ddfb2851dbe9ac5d5a36fa3e78e1d2b6b2a49d 2,269 1.00/1.00 vMB 39
633,644 633,644 000000000000000000147cb66871a8cbce8b3bfa7398f12239e715237e5ee849 2,294 1.00/1.00 vMB 15
633,643 633,643 0000000000000000000a67297d5aabe1a2f889d41cdf3eced9a320d3d4fc3c3b 2,193 1.00/1.00 vMB 36
633,642 633,642 000000000000000000045a9c98bd1df5729361a98449f2bd85cd1172b41ae680 1,977 1.00/1.00 vMB 42
633,641 633,641 0000000000000000001441b50ff69679a39806c53870d604236ea8ad2756d7b5 2,645 1.00/1.00 vMB 37
633,640 633,640 0000000000000000001273bbff6bc08c0058efddc1ff64a8315fa10fbd9c1cfb 1,384 0.56/1.00 vMB 25
633,639 633,639 0000000000000000000b8ed372b9eae17340daa0363761c30ef3d156b33770eb 1,749 0.65/1.00 vMB 24
633,638 633,638 00000000000000000008d340de38be03683ba644fab0a2be72238b70eed157df 1,320 0.54/1.00 vMB 20
633,637 633,637 000000000000000000127de1d8125d1eb9bfd704f842d767f88121e223c2f09b 1,023 0.33/1.00 vMB 25
633,636 633,636 000000000000000000064f69d46495392b13ceee32bceb45e555d8d19a63f760 380 0.16/1.00 vMB 22
633,635 633,635 0000000000000000000ae3d4439819013a1dee9a3552e60d8d950e2bdace1c23 1,300 0.43/1.00 vMB 26
633,634 633,634 0000000000000000000d3b66659ec52f67d285f5bd17b40baf7d40d2bbe5fee8 1,377 0.53/1.00 vMB 23
633,633 633,633 0000000000000000000246146c9344dce37adea9d10395d347e746c74396dfca 2,745 0.97/1.00 vMB 30
633,632 633,632 0000000000000000000e48ec8c144d476b78d27301d3174134545bc062dcdb21 777 0.30/1.00 vMB 24
633,631 633,631 000000000000000000084a9714a55f1bb344d7fba1f417e80b6e0c362c59eecd 1,865 0.70/1.00 vMB 22
633,630 633,630 00000000000000000011306a73179148290937079b9edee1c8e49fd7ae5d07e2 1,596 0.62/1.00 vMB 4
633,629 633,629 000000000000000000083a2f94263958712736847c0f0342181e2d6fce4a6eb3 2,417 1.00/1.00 vMB 41
633,628 633,628 0000000000000000000f6b6ff15724eb684873e66a39d2f8209392a6aa65a7f7 2,622 0.88/1.00 vMB 25
633,627 633,627 00000000000000000006c4c635ca6472f3fb4ec756c6d4a426ca3161dc4378b1 2,301 0.78/1.00 vMB 22
633,626 633,626 00000000000000000007e23b61b39fc8583e2129b1caa40e8c548a96716e49d7 1,570 0.63/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.