Loading Tool

Explorer IconExplorer

Memory Pool

82,058 transactions
31.52 vMB
0.07942495 BTC
Random Selection Loading Transactions
Max Size: 191.53/200 MB

Candidate Block

Mining Attempt bdc32d900d28afbd4d52dee28dde36c6475ac51f41c03c2d0addbc9ebb35e0da
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root bf784984767ca18d194f9f62c054506a1400982c1fdaabeebf99277caf3bffd3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,708
Size: 1.00 vMB
Total Fees: 0.01105973 BTC
Feerates: 150.61 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (217,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,153 698,153 00000000000000000007f07935aa402a3bfd0413d1677a034edcbbe9130da42a 1,478 0.60/1.00 vMB 9
698,152 698,152 0000000000000000000bb3a8c7bdd73657f8f4d77624d2627279fbf27512467b 561 0.17/1.00 vMB 9
698,151 698,151 0000000000000000000bd57758a0546399adc388da132fe6f216874b2f39030a 1,253 0.38/1.00 vMB 6
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
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.