Loading Tool

Explorer IconExplorer

Memory Pool

78,959 transactions
29.55 vMB
0.07125535 BTC
Random Selection Loading Transactions
Max Size: 177.59/200 MB

Candidate Block

Mining Attempt e7d9377644d7ed2f90fc5c9e0635525b92eff0d817abe406527ef988d5f61c7b
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 79962b978b9f8a88fa7ed56e7a06e85c37692e92bf7572de9d307797f1fc5c22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,668
Size: 1.00 vMB
Total Fees: 0.01128379 BTC
Feerates: 150.93 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (199,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,005 715,005 0000000000000000000ae44bd4d6ce03f5ba558f35ded531bacd71a2981f7611 1,975 1.00/1.00 vMB 10
715,004 715,004 000000000000000000024e1d1aeb9d8d2c0e6b4a0cfe3e62609bcd474d324384 3,337 1.00/1.00 vMB 17
715,003 715,003 00000000000000000003f395fbaf7cac8caeef58742e8eb30908fe12e9676e6d 2,839 1.00/1.00 vMB 14
715,002 715,002 000000000000000000088e504c8144c5f2dc7b534eb45b5bc0cb866859bc91b2 2,766 1.00/1.00 vMB 11
715,001 715,001 0000000000000000000a740e3ab9e8735e16e64927fbc7db29fbf8eb989d68bc 1,616 0.84/1.00 vMB 5
715,000 715,000 000000000000000000035d66d80d451e69b71ce20c3340b1a954146a2a1344dd 2,542 1.00/1.00 vMB 13
714,999 714,999 0000000000000000000637b6a44aa09f6495e6d35e8077904b0d8682ae2ecbab 470 0.20/1.00 vMB 11
714,998 714,998 0000000000000000000a9b27282aacf4148659b8bf40dbe3545a21b0f29fa29e 2,639 0.93/1.00 vMB 10
714,997 714,997 000000000000000000084d9c26c90a59091db79665b2684b2024dc2e8100bfd4 1,363 0.50/1.00 vMB 5
714,996 714,996 00000000000000000002723e86feac4a595894b3f663cda520deb6b9e5f885ff 1,969 1.00/1.00 vMB 12
714,995 714,995 00000000000000000000fcb633efce230fc574dde88a25be45839f1cbb3461d2 2,437 0.85/1.00 vMB 9
714,994 714,994 00000000000000000003d29a5353a7ce608726938c5e9db2db2b80c427647e91 2,369 0.89/1.00 vMB 3
714,993 714,993 0000000000000000000909444fc8d2ee611fb04469032f2fd68e9a0f8f003fe3 2,356 1.00/1.00 vMB 5
714,992 714,992 00000000000000000003bcfada13967ec7bada5436562fe6d9df160104525647 3,138 1.00/1.00 vMB 15
714,991 714,991 000000000000000000058b6260dfa58cb3c29b6620a82b1955550937243e3ba6 2,795 1.00/1.00 vMB 12
714,990 714,990 00000000000000000004e53036c27494eb123b9a9dce7d99b0fe452a51f55755 2,485 1.00/1.00 vMB 17
714,989 714,989 00000000000000000007f20c5363cd9c81ce66a08b72ad9f03839ae455e93a77 539 0.21/1.00 vMB 9
714,988 714,988 000000000000000000049378b2a2f1ac4e7967bfa8c82d4a09610e61ef553242 1,220 0.41/1.00 vMB 3
714,987 714,987 0000000000000000000abf5132d0b2f1f1b0033b5d1e9dd3a3cdf3b118f36b61 2,396 1.00/1.00 vMB 8
714,986 714,986 0000000000000000000157da15c233e863ec3943dec571597d43d109bef1681d 2,084 1.00/1.00 vMB 13
714,985 714,985 00000000000000000000e64f9550c846d850a69094e7ed3d66a42d282967c623 1,517 0.74/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.