Loading Tool

Explorer IconExplorer

Memory Pool

82,825 transactions
31.24 vMB
0.12272555 BTC
Random Selection Loading Transactions
Max Size: 183.74/200 MB

Candidate Block

Mining Attempt 360cb87e7e0cfac848464166d5f419a86d33d938e0c4acfb7f9022b500fa5698
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root c757ab7c598f8c5a038a8e8e2a9f6996af284c03e797f739731411df98269b8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,493
Size: 1.00 vMB
Total Fees: 0.04245997 BTC
Feerates: 150.80 > 4.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (166,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
748,572 748,572 0000000000000000000930fe3024d0b665f3e2db0b51f4fc26daf4d38c31f32e 1,326 0.82/1.00 vMB 7
748,571 748,571 000000000000000000062a14c606f9ed5c5a97c92c7eeccb05d8c5fc0c5fc611 2,241 1.00/1.00 vMB 7
748,570 748,570 00000000000000000009d730b17c1c3cc5d034fd3784987148f5f02b0868c93f 2,862 1.00/1.00 vMB 20
748,569 748,569 000000000000000000040c4411ca2dd973ce0597ebd6d2e776ba954d98e3cb47 2,188 0.96/1.00 vMB 11
748,568 748,568 00000000000000000002c901396761a8ab61deb12e2e9a54ddf4e78d74837a4e 1,440 0.52/1.00 vMB 11
748,567 748,567 00000000000000000006e82f87389ef508324a79278683d82cd0bc0424461975 756 0.25/1.00 vMB 13
748,566 748,566 00000000000000000000801b829e9edf8e928ff0640b7670184dcf56247d43fb 645 0.21/1.00 vMB 11
748,565 748,565 00000000000000000006cd49440d62012c698882daaab4836d9e2354d1a3f87c 1,855 0.66/1.00 vMB 12
748,564 748,564 00000000000000000002345452c098e580991aa69c97c8f0c7a1ca9e39dc35eb 2,124 0.85/1.00 vMB 5
748,563 748,563 0000000000000000000755136b6b58e908dd5c8b1a29f03cdc830e38650de6e6 2,908 1.00/1.00 vMB 21
748,562 748,562 000000000000000000077c5ce1b9f50e1cbc6e5f0812782a4d8617c734428b82 806 0.26/1.00 vMB 12
748,561 748,561 0000000000000000000938f597123c072b77fd12bf082ad8cdb1ebc9070d73e4 1,054 0.46/1.00 vMB 16
748,560 748,560 00000000000000000004a98f78be778f6bc331947dfa8b59fbcbb86490de5521 163 0.04/1.00 vMB 15
748,559 748,559 0000000000000000000045e06367ddd5e31ceebdecae8a5aeb3e1af6d9c722db 1,563 0.92/1.00 vMB 5
748,558 748,558 000000000000000000003ab30191990648f6b2e629f4ab516ed6e02443b7ab0e 696 1.00/1.00 vMB 14
748,557 748,557 00000000000000000008109d4f2da96a45d44edba124deefcd9ba681c935fcac 1,561 1.00/1.00 vMB 19
748,556 748,556 00000000000000000001834612dbab05af6a7c0b4d05b7ba61e5690a99f55df1 2,618 1.00/1.00 vMB 11
748,555 748,555 00000000000000000007be5a29f5788805c8fd9e15928798ad5955c98ef53ddd 3,117 1.00/1.00 vMB 14
748,554 748,554 00000000000000000000cfbd0d0a6666d797d2305a5f081de0a76b9543b2b07c 2,251 1.00/1.00 vMB 17
748,553 748,553 00000000000000000005c9aed8793889aaf97c9af73932617dc7b9a944848a3d 967 0.34/1.00 vMB 13
748,552 748,552 00000000000000000001e203eee9f3130ef4fe049910d61e507e50ab55ce9952 119 0.03/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.