Loading Tool

Explorer IconExplorer

Memory Pool

84,152 transactions
31.53 vMB
0.10301516 BTC
Random Selection Loading Transactions
Max Size: 193.38/200 MB

Candidate Block

Mining Attempt 6f93a18e658138b1b74345538adda1f03cf27adc767d93436e3ca7ad2b5286a8
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root bf74b48c419bce300e24a8a8a7d63128559f95b54d89e2600c54e85be9a377e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.03020192 BTC
Feerates: 504.27 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (217,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,150 698,150 0000000000000000000160d34f123c3e6f55a2e875cac2606b2d0d241b64212f 3,003 1.00/1.00 vMB 11
698,149 698,149 0000000000000000000419270edee2e9c1e43bfd3acc6a10ab6c59c6939c1a54 1,760 0.64/1.00 vMB 8
698,148 698,148 000000000000000000088b578c36c5fd6f9312fb892f48a7ebb7091cbd5292e8 1,183 0.84/1.00 vMB 4
698,147 698,147 000000000000000000078f18c0b48a36d58f95fbb170457b053a4a64ffc3eeb9 1,335 1.00/1.00 vMB 5
698,146 698,146 0000000000000000000e7b13e20ff991d9fcff5dddd7764f79125aec12200c5f 2,573 1.00/1.00 vMB 8
698,145 698,145 0000000000000000000abd464fc68f74e9cf7c83a80ad2caa6df8fbdfdc24dc2 2,888 1.00/1.00 vMB 13
698,144 698,144 0000000000000000000c6259388af06b13f218fc8f6fa26fd83a16e1048b7de3 2,638 1.00/1.00 vMB 2
698,143 698,143 0000000000000000000344f5ea738ce2e3064097464cc445ebd8caa073db73fe 3,040 1.00/1.00 vMB 8
698,142 698,142 00000000000000000000bd1c722c9288457eb87eca79e244b2babcd0f9a0dcd8 3,117 1.00/1.00 vMB 15
698,141 698,141 0000000000000000000324ac3310f636c49ea700bebb590a4c0f4a16da71dbaf 3,020 1.00/1.00 vMB 20
698,140 698,140 000000000000000000004dacbac06e2b2abd56f692f37c83f58e040946504dee 1,464 0.81/1.00 vMB 7
698,139 698,139 0000000000000000000c219602a4f6dd5f4dfab9abe5ae8ae605dde1d3601df0 2,053 1.00/1.00 vMB 6
698,138 698,138 00000000000000000004515b72b10ce7bc0f8e2c4f8ce57f47bdeaa072a39496 2,698 1.00/1.00 vMB 6
698,137 698,137 00000000000000000008eab6c25a97cb8d785830bea7b4a1714e487b226a0aa7 3,137 1.00/1.00 vMB 16
698,136 698,136 0000000000000000000a62261e8d7dfb6b8d54e87c6a195e3251376f75040bf7 773 0.25/1.00 vMB 10
698,135 698,135 00000000000000000007f5fe502a92fcd6f5365a3350bc0e7e0527dcd2037fb3 878 0.29/1.00 vMB 10
698,134 698,134 000000000000000000058f604e141fb21285a195bbdb135fa9ef96dbe4437a1f 473 0.23/1.00 vMB 8
698,133 698,133 0000000000000000000d00e3146c92c2cbb8e7bfe74b19dc534dca677d897979 554 0.30/1.00 vMB 9
698,132 698,132 0000000000000000000b40dc8b422a178b81ed515b839a26898bb1cffaa92817 303 0.08/1.00 vMB 11
698,131 698,131 00000000000000000008118611fc54c56220fdd500a58076baf236886a12d3a3 286 0.10/1.00 vMB 12
698,130 698,130 0000000000000000000570195dc743e31606087d175fb3cd2b8afa3cd87ceb09 1,495 0.50/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.