Loading Tool

Explorer IconExplorer

Memory Pool

80,712 transactions
35.13 vMB
0.20457297 BTC
Random Selection Loading Transactions
Max Size: 195.55/200 MB

Candidate Block

Mining Attempt 1060788db2508c0964405ce36d66a453ff7706a8be49c7ecab4149f79aebccac
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 2ed8b1b8171f114ad9990d24ac5fc7aaa63f289183d3ae1dd2481f454c2a53e3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,369
Size: 1.00 vMB
Total Fees: 0.06526659 BTC
Feerates: 477.45 > 6.54 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (97,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,788 817,788 00000000000000000003eafc1c39c614cf8097818e93119df1ba5a0ddc5ae06f 3,756 1.00/1.00 vMB 96
817,787 817,787 000000000000000000003cc8c42787b5f2d0bca775a49bcd7edb97a40c146e66 4,115 1.00/1.00 vMB 98
817,786 817,786 000000000000000000028b24a0ecd35240c50bab1815c26c2ac0e7454cb91eee 3,382 1.00/1.00 vMB 136
817,785 817,785 00000000000000000002504d60d886f7300f9e44fd1ee3702a6b525592091cc3 4,522 1.00/1.00 vMB 88
817,784 817,784 000000000000000000031527ad57900391e26ccca6726c7e0337dea58a53ea12 3,498 1.00/1.00 vMB 164
817,783 817,783 0000000000000000000131183c9d35aa11324bb1ca41c7624c33c94465e6ecef 3,648 1.00/1.00 vMB 117
817,782 817,782 000000000000000000010babf05ed7e6e01b2ea73ac76ad02b346316e8ea3ada 3,683 1.00/1.00 vMB 86
817,781 817,781 000000000000000000028ed8e29a6a8d2283498323664c43a6c57b783605e564 3,590 1.00/1.00 vMB 127
817,780 817,780 000000000000000000029462025e7725b5fafe9e4940c186e5552f179c2cd0c5 3,710 1.00/1.00 vMB 168
817,779 817,779 0000000000000000000135102736e052947132b0bd0881c5371f60cc47da9b13 3,321 1.00/1.00 vMB 233
817,778 817,778 0000000000000000000034055cdfdc9711e4c92fd9c3d81c20953b5a0fa8f424 4,193 1.00/1.00 vMB 125
817,777 817,777 000000000000000000004d0456c06431bb3aa8d75bdc9626c4d3e7154b1596fb 4,529 1.00/1.00 vMB 102
817,776 817,776 00000000000000000001c07fde708d1a51f5165e7db62d2243c964675d2f42e6 3,525 1.00/1.00 vMB 141
817,775 817,775 000000000000000000036bdb858a8eb128b7653694855fc48d345c331c83f931 4,755 1.00/1.00 vMB 100
817,774 817,774 00000000000000000002f7f8bb5fa808b2cfb5c559899e68f7eab3080bacea0f 3,907 1.00/1.00 vMB 112
817,773 817,773 0000000000000000000443b10f8adf7e16956017f41bd224a4b7718b555bbf90 4,184 1.00/1.00 vMB 153
817,772 817,772 000000000000000000017d7e4c15dfb9d04a7f50a8519804bea03ebfc2d91717 3,736 1.00/1.00 vMB 114
817,771 817,771 00000000000000000002cc4e0833932bf278852d3dd5e0be7bbcbc98148f4d26 4,224 1.00/1.00 vMB 90
817,770 817,770 00000000000000000000e230001d5f15509c96e8767011ff0dff9d19cc0a4df5 3,953 1.00/1.00 vMB 106
817,769 817,769 00000000000000000000ae672366c0984318a2f5f66847a5a2074d33e665b707 3,938 1.00/1.00 vMB 159
817,768 817,768 000000000000000000042a2fb60a9f9a224551c5b1b2c1f91f0b2bb518b709d6 3,525 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 783.11 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: 736.21 GB
    • Received: 18.58 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.