Loading Tool

Explorer IconExplorer

Memory Pool

25,680 transactions
25.17 vMB
0.07931242 BTC
Random Selection Loading Transactions
Max Size: 121.44/200 MB

Candidate Block

Mining Attempt fbd726119e46ad46710711862ecb583421fb939628b5684399190926f75fc0d8
Version 20000000
Previous Block 000000000000000000002f40e0b9cfa776f49c63ee817fe9dd4c3fd293e39dc6
Merkle Root 9adec971c08572c3529dcac740561e910fc4206f798864e30626b375387aaebc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.03248892 BTC
Feerates: 294.77 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,298 (840,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,677 73,677 00000000006ec9e76ed34676359d5e6f52174898165c8178d8faacf8c31c2e73 1 0.00/1.00 vMB 0
73,676 73,676 000000000060cff1e8baaaaa5b2d39a02a9be43c39f6a163ee2bbc5d10941337 1 0.00/1.00 vMB 0
73,675 73,675 0000000000163c3515b071cd6a3ce0e1e3ae80cb414184d85fb1fc1788cdce19 2 0.00/1.00 vMB 0
73,674 73,674 0000000000167cf3b6a9ba6499334015db75ffcd05691ca66b308e29745153ef 1 0.00/1.00 vMB 0
73,673 73,673 00000000000720338645b2c8f10546b2991734dcfc1f19f8ce4b964a31904b66 2 0.00/1.00 vMB 0
73,672 73,672 00000000008545de83a8020cf15283f62d3aa757d6686b9e2e0ecf1f216bc5cb 2 0.00/1.00 vMB 0
73,671 73,671 00000000001bb66636f1cc0cdbda7ea34fad7194dd2513e4c40348755f480f00 1 0.00/1.00 vMB 0
73,670 73,670 0000000000a9cf17e6eb41f685cd7ef9094c409ed46f7f812fe3707c42cff858 1 0.00/1.00 vMB 0
73,669 73,669 00000000007f64f4790e503e7d14b8c311d12393823b620a0af08500d51f368e 1 0.00/1.00 vMB 0
73,668 73,668 0000000000930680d51c21e73ce03711ea9032b3b80a5ce387c3cd9a31c9cf1c 5 0.00/1.00 vMB 0
73,667 73,667 0000000000a93fb6caa3e06c431da56166833a9ab724fc78a2b30335345d2f14 1 0.00/1.00 vMB 0
73,666 73,666 0000000000ac933355c6d87e2fd48cbba87b4e74846227547c4a687f6fb1e4d5 3 0.00/1.00 vMB 0
73,665 73,665 0000000000b482e33b2f89123b7ea60dfdfa2a0518b9af965d58e0ad5c4166e6 1 0.00/1.00 vMB 0
73,664 73,664 00000000007de8a689b3cf3af1766cd3260aef92fd6cc82c6a4c44f44cb12c3b 1 0.00/1.00 vMB 0
73,663 73,663 0000000000a60df8fe60bb47e94a6a3c484ccaef8772497133454c0be74f2282 1 0.00/1.00 vMB 0
73,662 73,662 00000000001f93dcf42007387fcdbe7da0771b6feb7781a7d59215c3a0af49ee 2 0.00/1.00 vMB 0
73,661 73,661 0000000000296460f0254c001d814c24dfe4ad5b9ace8e068643e827c40fb12a 1 0.00/1.00 vMB 0
73,660 73,660 00000000005417f02b8bb41ac881db9606e4d22624c9498907ee7be624ec9933 3 0.00/1.00 vMB 0
73,659 73,659 00000000005bcfa45b3215755fffcf4321c6a3802e8a0b5f0795b787b2e4ff8d 4 0.00/1.00 vMB 0
73,658 73,658 00000000002a2130de96e691dd2e68c6b6d55b53d314b46ebf276bce4733da25 7 0.01/1.00 vMB 0
73,657 73,657 000000000091fcd17df342f5b0031babf17cd4174bfcee2713933592be1218ea 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 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: 580.57 GB
    • Received: 8.98 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.