Loading Tool

Explorer IconExplorer

Memory Pool

37,559 transactions
28.35 vMB
0.06307750 BTC
Random Selection Loading Transactions
Max Size: 143.03/200 MB

Candidate Block

Mining Attempt 4d08e253f12f4873afdfa22a95e16b56eea444fbd087b1394acf2dcbaa40fd0c
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root 2a92c2d7e69337ac2170f18cdddb927e17d08ab0b88db1274081cb00aab79c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,577
Size: 1.00 vMB
Total Fees: 0.00857643 BTC
Feerates: 106.68 > 0.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (150,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,748 763,748 0000000000000000000281c099d38fa0fcc02fc0c1f58ed927b39236e1d43fe6 984 1.00/1.00 vMB 15
763,747 763,747 000000000000000000074c2a254bb33b37bbcb48f36b7b6276f644789b6b505b 2,433 1.00/1.00 vMB 22
763,746 763,746 000000000000000000041f74e199ce9dde79529b9e23ef6f4762600e07b155f8 3,264 1.00/1.00 vMB 50
763,745 763,745 000000000000000000001f1823e593cd07160d4448200bec7cce851f325650b3 3,099 1.00/1.00 vMB 34
763,744 763,744 00000000000000000005ae05cd13459829934eb2ef212cab45a3a1157c9c61c5 3,570 1.00/1.00 vMB 50
763,743 763,743 000000000000000000000ee376e7a8716b3740637ee961f1017d2d67fd676e1b 2,483 1.00/1.00 vMB 23
763,742 763,742 0000000000000000000386a6a487c3b8510b0a8735a96f71e8a21c2e1508ae19 3,453 1.00/1.00 vMB 42
763,741 763,741 00000000000000000002290e823f7b4aa184c1fb84f374e8e0a2e990dd03fbcc 2,260 1.00/1.00 vMB 59
763,740 763,740 000000000000000000052c81a910595ea65334a97962526ea1a762b3bd6099f9 1,970 1.00/1.00 vMB 20
763,739 763,739 00000000000000000004c176952213ad9a228ced92f883fb4a472f20b474ca7a 1,767 1.00/1.00 vMB 23
763,738 763,738 00000000000000000004f0426e6ae0dbf81209be9ebd0a3bb8f5ccd9b6223024 3,277 1.00/1.00 vMB 28
763,737 763,737 00000000000000000003b03acc38af694617b6c46c97ed1bf4efd5f9e6d4fd52 3,342 1.00/1.00 vMB 36
763,736 763,736 00000000000000000002ab4998012eb546b26c72c9c8fce280abb72c921f416d 3,510 1.00/1.00 vMB 36
763,735 763,735 000000000000000000062786734cc357fd9f0f35a00a8402b949f65f9a2bf92f 3,279 1.00/1.00 vMB 50
763,734 763,734 00000000000000000002ff32616f26e9787ec63606c6d15dd09e73f0fa4dc752 2,907 1.00/1.00 vMB 48
763,733 763,733 00000000000000000001b162e2dba523351f80204ad0cc352e7b164a17fba75c 2,873 1.00/1.00 vMB 49
763,732 763,732 000000000000000000016760c38f47c687a3d345da90b82541baf2193653a2b0 1,470 1.00/1.00 vMB 37
763,731 763,731 00000000000000000006c4a79f254aab5f200ad1a6df3857484fdf29aac564a3 379 1.00/1.00 vMB 15
763,730 763,730 0000000000000000000119855df4f24b7a87ad6ecab8349a871d7669227f62c4 2,003 1.00/1.00 vMB 22
763,729 763,729 00000000000000000002adab0e6dfe7872d0bdcad2e3ec23664794beada135e1 3,126 1.00/1.00 vMB 41
763,728 763,728 00000000000000000004e950925dd880f70c16a516028d41d0e7504521a4937a 2,768 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 627.78 GB
    • Received: 11.75 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.