Loading Tool

Explorer IconExplorer

Memory Pool

46,004 transactions
28.77 vMB
0.14040846 BTC
Random Selection Loading Transactions
Max Size: 152.28/200 MB

Candidate Block

Mining Attempt ea3e80ea329cdfc17d176a5e58ff4d60e027a7c82f42ce6694dfcf7c06350e6c
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root c58d4a2679c6ed2b6cfc8975bb4f38d2f8eb088d8b56d0ad66fb6b46e3cab551
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,496
Size: 1.00 vMB
Total Fees: 0.07943603 BTC
Feerates: 15,654.48 > 7.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (282,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,701 632,701 0000000000000000000741a202d1588fb21055682e88b045026ad2ab8aaf34c5 2,138 1.00/1.00 vMB 35
632,700 632,700 0000000000000000001233b0e237506bc3bb3d6711a17a2c5e7f8346c447e053 2,733 1.00/1.00 vMB 79
632,699 632,699 00000000000000000001b339ef97d66c5a2a01e7958155acec77c81d72feabfe 2,532 1.00/1.00 vMB 95
632,698 632,698 00000000000000000008d173085b6a51787572dfd5347f4f1bd9175bfc33a801 1,887 1.00/1.00 vMB 85
632,697 632,697 0000000000000000000ad587c1e213628ba562accc436a74a1049f35bd10eadf 2,796 1.00/1.00 vMB 104
632,696 632,696 00000000000000000006c493a793ac58b6df96d714f6cb01215a0430d7f319fb 2,141 1.00/1.00 vMB 55
632,695 632,695 00000000000000000009e8ffeccb348a6a0f9ee7b4d2d00e7877b0b72dd3eaf3 1,671 1.00/1.00 vMB 15
632,694 632,694 0000000000000000000fc290e47f73f3165718858e8553be3561ff90712820eb 2,056 1.00/1.00 vMB 31
632,693 632,693 0000000000000000000493f0c2fc2f1f254ad07ffe54349b3d09255a86cdc3ff 2,067 1.00/1.00 vMB 83
632,692 632,692 00000000000000000011dd5b76fa4f27a92561d3069677dc5f9fdddd9b5cb60b 2,453 1.00/1.00 vMB 24
632,691 632,691 000000000000000000114eec607c10d81f3c28b1f782235303c5f3810114b5d0 1,930 1.00/1.00 vMB 35
632,690 632,690 0000000000000000000438c54a2a9ec67c85342397db84e6d44a2285b9744e41 1,874 1.00/1.00 vMB 63
632,689 632,689 0000000000000000000c6b82a4864d946e92c9ffd6f302e571a122624d5b7279 2,338 1.00/1.00 vMB 97
632,688 632,688 0000000000000000001103812ac9921adf0ae1d111be9fe6ce37a71266ecec6d 1,956 1.00/1.00 vMB 52
632,687 632,687 0000000000000000000d519a5fa762c97b19ede75e89933fe3ee79fb3caccfe8 1,319 1.00/1.00 vMB 69
632,686 632,686 00000000000000000003c95589fee9fd9bfda7fcb076fe0decd2d1d672b0ba4a 2,292 1.00/1.00 vMB 107
632,685 632,685 00000000000000000000ccfea71c482533a0a86316bcc32d4a3b22659322676d 1,950 1.00/1.00 vMB 76
632,684 632,684 0000000000000000000b4e0793371a7a1368cc9b803e4f38883debf140832a7e 2,742 1.00/1.00 vMB 115
632,683 632,683 0000000000000000000d901b3e349f0c6168ef0ef86677bb5354c32785d966ca 1,808 0.95/1.00 vMB 13
632,682 632,682 0000000000000000001019f9913c89a0580f8593ce1cd4132fc31b35c4ffdbc8 2,836 1.00/1.00 vMB 51
632,681 632,681 00000000000000000000a7e209749bcbbfb967739a5de52c90c7d17492639377 1,939 1.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.