Loading Tool

Explorer IconExplorer

Memory Pool

78,375 transactions
29.46 vMB
0.07737985 BTC
Random Selection Loading Transactions
Max Size: 177.98/200 MB

Candidate Block

Mining Attempt 53b68bf4022352aaf51eef122f1c1de0415d44945518250e2d9dfc1f00dc04b8
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root e8dac39520590c91c9f616c67f9ddf92ac52acfde84bc2ec2b3c25c0a67b4a2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,239
Size: 1.00 vMB
Total Fees: 0.01370870 BTC
Feerates: 150.66 > 1.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (214,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,387 700,387 00000000000000000001f6a02fb0ae7219a5c6a2b4d2a10d2f2542c29652d327 2,241 1.00/1.00 vMB 9
700,386 700,386 00000000000000000002826b29ec900a293cabd7509517fa1137b375d48af545 2,913 1.00/1.00 vMB 28
700,385 700,385 00000000000000000007126fddf563932e7541382ab99e8f28c731a251825137 2,571 1.00/1.00 vMB 26
700,384 700,384 000000000000000000029f8a032e6951fc4501a4eb7d3a4b6efa07b35920fe4b 2,740 1.00/1.00 vMB 10
700,383 700,383 000000000000000000095664c36008b9318389482e857bc31512631b51b75b2b 2,613 1.00/1.00 vMB 6
700,382 700,382 0000000000000000000d1a85ab014c0a7b170e48e4d382eb4da58e0da2c6cd0c 2,822 1.00/1.00 vMB 13
700,381 700,381 0000000000000000000327f9a84808d8044f8a6a8deb26da45df29a5c04015c7 2,860 1.00/1.00 vMB 28
700,380 700,380 000000000000000000095aab04718e45edbd47a9a13bf89f8423d12958e77a0a 3,111 1.00/1.00 vMB 11
700,379 700,379 0000000000000000000f1f9b4a906814c77a28eb40e3f4dd819002832f223c99 1,503 1.00/1.00 vMB 8
700,378 700,378 0000000000000000000ab87a54d3dc540adf6dc52043e4b44834af096516c91f 1,587 1.00/1.00 vMB 10
700,377 700,377 0000000000000000000df3404412e56d215cfc7f2942778ba612cfbc26ea49d8 2,477 1.00/1.00 vMB 9
700,376 700,376 000000000000000000068019cd5599c904754c41d531974fb60718605e640776 1,111 1.00/1.00 vMB 11
700,375 700,375 0000000000000000000db23664a1fde67047c7703ea84b874213986515740289 1,680 1.00/1.00 vMB 12
700,374 700,374 000000000000000000096be6d0ada58efd23505628baa7aedbca27da5c8fc57a 2,065 1.00/1.00 vMB 10
700,373 700,373 0000000000000000000b182539d2306619d24822e5ddec25b0cbaf9a5814a626 3,061 1.00/1.00 vMB 18
700,372 700,372 00000000000000000003a62ccdacec955280b54cf805f94aa9d5597bf0d9e7b6 3,379 1.00/1.00 vMB 26
700,371 700,371 0000000000000000000585ef9de33601cfccaaa78963f0341afa41123ccce36f 1,921 1.00/1.00 vMB 7
700,370 700,370 000000000000000000021a07780a2b1c1b1630d6c9cac2a3b2bc5f85635b810a 2,680 1.00/1.00 vMB 21
700,369 700,369 00000000000000000005e6730e84b5d688d19bce609b90b97662367c8a81fb92 3,368 1.00/1.00 vMB 9
700,368 700,368 0000000000000000000383eee5e13f5afdd41339f527e9901e5bd01fcefbd196 2,391 1.00/1.00 vMB 20
700,367 700,367 0000000000000000000bb4629f421f14de975adba2d9eebca19013d0e2a8baf9 2,795 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.