Loading Tool

Explorer IconExplorer

Memory Pool

42,801 transactions
26.33 vMB
0.05781889 BTC
Random Selection Loading Transactions
Max Size: 138.25/200 MB

Candidate Block

Mining Attempt 1f325a5362c8aa9966caed59d776cb1a94c4c609ad121ca2891272e0cdf465d7
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 87ca51f3c0356079df641b3fbfe9c3c60c7b25e78d7ef5c0611e98473b6766bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,929
Size: 1.00 vMB
Total Fees: 0.00970335 BTC
Feerates: 74.70 > 0.97 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (464,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,757 449,757 00000000000000000085340b6b1a0548a97faed1dc103c1bb8747bd8b9d339f7 1,360 1.00/1.00 vMB 79
449,756 449,756 000000000000000000cfc3fb0f015b1cb9307bd3c2e06e1d58556aba7476aecc 1,871 1.00/1.00 vMB 82
449,755 449,755 000000000000000000c9e1ae6efd873e0eab0507dd6b9cb7a6a21013218573a3 2,502 1.00/1.00 vMB 107
449,754 449,754 0000000000000000029606e66ef0fa3d65c3d99abb6dd4be123a4402aac17c61 1,762 1.00/1.00 vMB 85
449,753 449,753 0000000000000000002a5e48ffc3157f626425bd9b6c8b887f2d5086ecafb443 2,029 1.00/1.00 vMB 101
449,752 449,752 000000000000000000ebb5d8ca038acecd37b9c673615a7d4a987c9a7a0ffb91 1,899 1.00/1.00 vMB 99
449,751 449,751 000000000000000002adc7ed43e3a28025be8d65d2d8f371fe0cbf2731ed8a9c 2,054 1.00/1.00 vMB 100
449,750 449,750 000000000000000002bf277aec57bdd381e576602bc6fb31376a07367f1219cd 2,124 1.00/1.00 vMB 90
449,749 449,749 000000000000000001237a32e71df306d17e8dfeed203e1f6f86b4aa360d94c0 1,337 1.00/1.00 vMB 102
449,748 449,748 0000000000000000007bb6b23ecf6fb108ad78f42e9da42d28c16b99575ee57f 2,001 1.00/1.00 vMB 129
449,747 449,747 000000000000000002aaeead6c05a25c200e41e86e7df84e94024046c63b5376 1,316 1.00/1.00 vMB 96
449,746 449,746 0000000000000000000e687bc69af85ac7f964322d096a783138cdc854a4a6f7 1,097 1.00/1.00 vMB 106
449,745 449,745 00000000000000000296ceb705844620270743f87ecb252a4b0ca1cb11ccce6d 954 1.00/1.00 vMB 103
449,744 449,744 000000000000000001c0202f1ba9e84d4a259d1340ca31d77759021cd204a8e1 712 1.00/1.00 vMB 105
449,743 449,743 0000000000000000002b5150d360bd4c11820721658fe792e4d9e0f27781a614 1,077 1.00/1.00 vMB 123
449,742 449,742 0000000000000000003567ddc028494bb72590c79530d778d1e26414bdb82f66 906 1.00/1.00 vMB 106
449,741 449,741 000000000000000002089edac6d7ef5e781cbc7e1d07b0b6e7c17565849da46f 874 1.00/1.00 vMB 106
449,740 449,740 00000000000000000036c4b6dcb43a3666b7e575448e06ba002e5d7ff4979fd0 661 1.00/1.00 vMB 103
449,739 449,739 00000000000000000267e9d368b69a2edd819a2e8695c56f019c08e274618198 1,006 1.00/1.00 vMB 107
449,738 449,738 0000000000000000016a25b7f052c7f91208d42f78032d3ee395d6827b8fedc8 522 1.00/1.00 vMB 100
449,737 449,737 000000000000000001e3e80e711082e9e8c73704753ce48774233a0283e95f68 1,206 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.