Loading Tool

Explorer IconExplorer

Memory Pool

86,054 transactions
32.27 vMB
0.13208051 BTC
Random Selection Loading Transactions
Max Size: 197.22/200 MB

Candidate Block

Mining Attempt fd765c944c51b778082ee876d1ebabc7727ac0886ea78378761e257d74f1a987
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root b9467b75fab2568a5217aa39d145a97a9b9faa16d02f8ae9cd23b1a1cae05bb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.04699476 BTC
Feerates: 301.60 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (362,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,162 553,162 0000000000000000002d9bef8dcdc7eae4ccd244ab8281a183b8512b6dc12061 184 0.18/1.00 vMB 4
553,161 553,161 0000000000000000002a93f741e763d519a6e05b8f4f61a00aa0160aa17ae32d 1,152 0.45/1.00 vMB 16
553,160 553,160 0000000000000000001c75116c120a274b458b6b3b55a87c9bd530f1b727ad89 803 0.44/1.00 vMB 12
553,159 553,159 0000000000000000001604a95a397dd6139e1171bc0cfbde8bb257c351d1bb14 2,009 1.00/1.00 vMB 12
553,158 553,158 000000000000000000240b87b34b2bee2000500789b9ea849c820ca63dbdefa7 1,711 1.00/1.00 vMB 16
553,157 553,157 00000000000000000025c64fd4f41902fc5bf74564823fe5157f53163bbbc561 1,820 1.00/1.00 vMB 9
553,156 553,156 0000000000000000002a703577e9238bdc905da0a8a7f4e5c98db90fa6e5b809 2,321 1.00/1.00 vMB 4
553,155 553,155 0000000000000000000ac45489a3baf0e42ea38e692d2fb432ac8e9abb52ccf0 2,427 1.00/1.00 vMB 27
553,154 553,154 0000000000000000000b9aadc1c6bdbdcc61b3691defbb542b67a5e4b6315058 3,016 1.00/1.00 vMB 33
553,153 553,153 00000000000000000024c1cf0986ec68c2a3309acd124c5509ac8b217339bf4c 2,212 1.00/1.00 vMB 17
553,152 553,152 0000000000000000001eede0b9860eee4887f04d9ecb6d05c5ad4e3826e985f6 1,635 1.00/1.00 vMB 3
553,151 553,151 0000000000000000002dab85d7495d08978706a71b0e95bdbf00860f4fec2274 1,583 1.00/1.00 vMB 11
553,150 553,150 0000000000000000001c357f8fea8f120ddf3b34293eed807c18f482e913a97a 1,852 1.00/1.00 vMB 12
553,149 553,149 0000000000000000000020e9d040d437b3215aa0b3d70657f48dddb7e93f5358 1,629 1.00/1.00 vMB 13
553,148 553,148 00000000000000000030000062852e029c7fdf19679cfea7d38dbd2ced3cc23b 2,371 1.00/1.00 vMB 25
553,147 553,147 0000000000000000001ef48be4a4a0daee170fa385948c36e636033d690fbd52 2,259 1.00/1.00 vMB 25
553,146 553,146 000000000000000000146e86c1f8a33f67902ac3c90c48e0e3e71fa2dabc6565 2,073 1.00/1.00 vMB 14
553,145 553,145 000000000000000000082f22309de7436422d02dea72de132d16280560cb6379 2,058 1.00/1.00 vMB 15
553,144 553,144 000000000000000000103f53cf90e995d2d267026f83ffb0e29768f1e6acbcad 2,408 1.00/1.00 vMB 37
553,143 553,143 000000000000000000012c1375b84ffda519337324035461dcfa18d0f7cf5837 1,230 1.00/1.00 vMB 44
553,142 553,142 0000000000000000002c55365fad2244f0a11d775983d3dea598f4448f29f8b0 1,219 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.78 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.72 GB
    • Received: 16.96 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.