Loading Tool

Explorer IconExplorer

Memory Pool

80,667 transactions
29.82 vMB
0.06767790 BTC
Random Selection Loading Transactions
Max Size: 179.97/200 MB

Candidate Block

Mining Attempt 7df5559e6640331946ab13a4bd8f79faab7cd258dd367f53597234b4d4a4bc03
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root ceb23fd91f2000fe01dcdce1d1b2a6d6ea0a8dd5f71406117d642b8a27ac95bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,553
Size: 1.00 vMB
Total Fees: 0.00681240 BTC
Feerates: 34.33 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (348,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,143 566,143 0000000000000000000b7236070b4011e13ccd84ba33612299dd3c887cc77ad1 1,873 0.74/1.00 vMB 26
566,142 566,142 0000000000000000000d40062e45f61e4e0c09083bc2d867ffdb86e5fe605682 462 0.34/1.00 vMB 10
566,141 566,141 0000000000000000000cbaaf42761c1b789b65181411ba79b0bc1c193e8a0da0 2,570 1.00/1.00 vMB 13
566,140 566,140 0000000000000000002a39ec2441005303fc1f53c2a7f59073049d3201d2a5b1 2,506 1.00/1.00 vMB 42
566,139 566,139 00000000000000000005aff673d9d6da40295b6b4b4449287b928060fe88dae5 2,518 1.00/1.00 vMB 45
566,138 566,138 0000000000000000000aaa0613e511e79ad5e36479d951919f3d56e61a3f2862 1,360 0.52/1.00 vMB 27
566,137 566,137 0000000000000000001f87c1275a5fa84d29496029523b1e43643154b30bcb5d 151 0.05/1.00 vMB 29
566,136 566,136 0000000000000000001ca9dfc1e70d40941591ee73d6fe9c79ff9226d1dd4191 649 0.21/1.00 vMB 33
566,135 566,135 000000000000000000086bec1e38944e387b2db9960a8008b6b9a7871366138e 431 0.13/1.00 vMB 34
566,134 566,134 0000000000000000000cbc01905b6274847a3d5e8ad62e8c05f05dea428a27be 120 0.03/1.00 vMB 33
566,133 566,133 00000000000000000007379fc3c678a1e77b870f97391365a7968292b0e474cb 2,193 0.79/1.00 vMB 30
566,132 566,132 0000000000000000000528aa89b987bd5ed693a4f7dd52d61ca913d1b4454cde 575 0.29/1.00 vMB 31
566,131 566,131 0000000000000000002cb4a2e5b3ba0b76efb1f701aac6db13aeb2dcd6d9389a 1,475 0.66/1.00 vMB 14
566,130 566,130 0000000000000000000b83e64fd658d627ecbd9b54d8d615573fd39cf9230e56 2,639 1.00/1.00 vMB 31
566,129 566,129 0000000000000000000dc86561aa0a65d21f0308d7f51632f41d5fefcbd5ae3b 2,920 1.00/1.00 vMB 49
566,128 566,128 0000000000000000000d9b4d9411342582e8064e8b6fd117966460abe9dc274a 1,098 0.55/1.00 vMB 23
566,127 566,127 00000000000000000025d28d5887d3ea2894e6f1b02a79acbb803d64464c0363 928 0.33/1.00 vMB 33
566,126 566,126 0000000000000000002272b1ef6d5f3f329ae4a407c9d60f20c885ea95bc4612 1,884 0.73/1.00 vMB 36
566,125 566,125 0000000000000000001f7e233071f05d2a5d7049172588a1bee2b1ebbc26ab0f 2,138 0.74/1.00 vMB 36
566,124 566,124 00000000000000000002c0537f0e7dd213b731bb83a3759aa3c92683b57493c6 1,454 0.48/1.00 vMB 37
566,123 566,123 0000000000000000000ea53537589345ef633a33ecd149cb3e1566358efba67b 56 0.05/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.35 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: 662.18 GB
    • Received: 14.84 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.