Loading Tool

Explorer IconExplorer

Memory Pool

27,453 transactions
6.78 vMB
0.04672672 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.93/200 MB

Candidate Block

Mining Attempt a1d7ea6eda5afc75bf8d8e55bb285a4ba39fb15bd3b5bd533a0bca5eb3e9a682
Version 20000000
Previous Block 000000000000000000019ae778c812d22eed04186a7fb9eef772a713350e6696
Merkle Root 977cee459149e491f4587f881c0a850865899e48cbbe8afce1b08839beb57299
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,148
Size: 1.00 vMB
Total Fees: 0.02592088 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,204 (710,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,002 203,002 0000000000000095dd1eba10eebd04f49ec3b6bc18096245de3ab6457629361d 0.08 MB 255 152
203,001 203,001 00000000000003b7e4d0e72aa776ce346c4a2a803b2dc8a06f59a0d7f777a02d 0.25 MB 651 164
203,000 203,000 0000000000000575e3b569cbacc02e284a292fca7872b37c433bb3a03a5de4fd 0.05 MB 124 73
202,999 202,999 000000000000023328423db10122dc1a76d7713b8260b069b722952b9822e513 0.00 MB 1 0
202,998 202,998 000000000000025ee02eebbb027a761d06a759f0295bd74d7ddbaf7f4ff473d3 0.25 MB 672 171
202,997 202,997 00000000000003f4a23a889538ba5edefa6e5ce805288206d7b594cff951ea8a 0.26 MB 368 198
202,996 202,996 00000000000005539be47c16943569b60c68f05a712dff574dd9a25c484d3a39 0.05 MB 99 411
202,995 202,995 00000000000003419e04a9b14f458d585cd32b54175b2c5d5b49ab8adf5d97c1 0.12 MB 251 141
202,994 202,994 00000000000004fc1f06fd53dd448b8dfab86df23e0fefacdc80dfe5c2da3d1d 0.04 MB 80 281
202,993 202,993 000000000000029096e97bac28b18488e7d4a3e1997d82c49c4d5464b87fad2c 0.13 MB 274 111
202,992 202,992 00000000000000a460b70d1083ef55ca92842b419267249ead1787892855888c 0.40 MB 767 95
202,991 202,991 00000000000002d0e12a657892f8e4062329af0fd1a3f71f55825b77f9815c17 0.05 MB 134 38
202,990 202,990 00000000000000914483a3a4c48c94888cbe4341478e8f38bb5a73a4ab535b94 0.20 MB 526 150
202,989 202,989 000000000000056a966e7e8cb27683e78262e5fc8764d5ffc3fea178b50573eb 0.36 MB 699 116
202,988 202,988 00000000000001e46d959913543e96b0074a821672b684d0292a9baeeaa6b70d 0.22 MB 456 137
202,987 202,987 0000000000000230703003b1b26b5fc0831372e1926b1531707a0a15c766c13b 0.48 MB 959 63
202,986 202,986 00000000000002daeb1b2e665dbc06ccfae2e0790c3015da02cbf84e9e0c945d 0.02 MB 32 599
202,985 202,985 000000000000031617e9222ed2fbc572cbb683ccdbf778bf25155e28881cd2ea 0.14 MB 367 147
202,984 202,984 0000000000000320ae1086ae8ca60db2ce33e6526da2432b39baa1f55c8cf95c 0.00 MB 13 463
202,983 202,983 000000000000001199fae184d1fc778fa290b1bbcd7e28d47d33635e7b6e231a 0.14 MB 384 134
202,982 202,982 00000000000003a57551188d235ef759418df0bf8c7251c61489c4766abfa1c3 0.09 MB 104 67
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 10
  • Data Transfer:
    • Sent: 16.39 GB
    • Received: 0.34 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.