Loading Tool

Explorer IconExplorer

Memory Pool

24,536 transactions
4.85 vMB
0.02151984 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.80/200 MB

Candidate Block

Mining Attempt fddfc2af3330b698ff6288ecf628230dbe62e5157b391823d3c51d47acc9b7e3
Version 20000000
Previous Block 00000000000000000000a121caba7288d1c4c9d2d929e3443c469bcacfc2f764
Merkle Root 248c418f410d9226d1dc64fa8bea3b2a098416d37d70a0875ce6b70688ed83ab
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,118
Size: 0.29 vMB
Total Fees: 0.00974036 BTC
Avg Feerate: 1.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,955 (769,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,394 143,394 00000000000005df5e7fa809f1702cde8bae458ce1905325968860827591fe25 0.02 MB 30 375
143,393 143,393 0000000000000223551f2bd0f721235cd44b111d33d545e954cfc668ccdd4fee 0.02 MB 56 344
143,392 143,392 00000000000003c7807cdc52ae9cc6b6fa7142c986b35cc28c823d4e641c4758 0.04 MB 106 471
143,391 143,391 0000000000000584fd394fa8ee8cdde8968729ae799f3c2cacfc28a42dd1ff14 0.02 MB 84 31
143,390 143,390 00000000000006491c75931f4e8f5dbf6e53f4cc2e6008c789a768fbe1a4ca0a 0.00 MB 12 850
143,389 143,389 00000000000005910dd2afd787a2bc6ac54f28b13dd340f1007ddd3dbe2ee8e6 0.05 MB 156 2
143,388 143,388 00000000000001f6777def2d0ddfb25e9e1981592ea6316f03d016223006d1e2 0.08 MB 196 210
143,387 143,387 000000000000063a0c55fb3db8364a997f6765e0952ab56e142102d0b5c5bbae 0.05 MB 135 183
143,386 143,386 0000000000000240823272f51a8fec3e865d58d261a50ca0495b0a9564f52ed1 0.00 MB 8 658
143,385 143,385 00000000000006bb4fa92390eaa2006333d24dca9ea103c8b5c408caa55932f2 0.00 MB 2 50
143,384 143,384 0000000000000902c3c7cfdef3c5ee86dc9a7bc43c31abb84037c03c01ab05b3 0.02 MB 27 255
143,383 143,383 000000000000004ca932b320099b28eedaf2b3004edffc7e2184f4fcc0cb6c23 0.03 MB 63 329
143,382 143,382 00000000000005860c1bb713d68bba46e3684a6dfa29e8cc033188c0f24ca20f 0.02 MB 56 34
143,381 143,381 00000000000003598b63aed30f0ecbd97e2dfa4e62adf4d0e6cb0711d775c990 0.04 MB 68 192
143,380 143,380 0000000000000182ce2148871136d5ae55b5450ccbe3777be2fd26801b905c26 0.01 MB 27 275
143,379 143,379 00000000000001dd64fdc992ea99b27af06cd45952fa777a848b8990461374cb 0.01 MB 29 322
143,378 143,378 000000000000013f6d152de4e17f8b8a834755854357eab13ab6d544f90022cb 0.01 MB 17 246
143,377 143,377 0000000000000101d2ca0ca789fa9aee5aa55a06e769ca5ed958dcf81ea951fb 0.03 MB 65 109
143,376 143,376 00000000000001cc09fde468c1cd88249f2c260ce82c8113ba970200a763db52 0.04 MB 117 224
143,375 143,375 000000000000072f22fd25162e0eb4ccc5bd9397743a866b50d3bda527e4de08 0.01 MB 17 5
143,374 143,374 00000000000003de599e50e345cd58f7eb274d310c2717fc1b10a165282791af 0.00 MB 13 16
Previous 10 blocks ↓
Total Size: 778.76 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: 347.53 GB
    • Received: 3.05 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.