Loading Tool

Explorer IconExplorer

Memory Pool

81,264 transactions
29.56 vMB
0.08327672 BTC
Random Selection Loading Transactions
Max Size: 179.92/200 MB

Candidate Block

Mining Attempt 0957fecca46cc8fa89e7bd35909a89b3017031cb54e0365b1cf9fcfd0410703d
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root 829f9a0697cd82f2b6ae6b882a5208c25774c1de284bab52058b837cbac6af39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,284
Size: 1.00 vMB
Total Fees: 0.02098537 BTC
Feerates: 100.53 > 2.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (323,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,038 592,038 0000000000000000000dcb7912c3ce17151a13d35d2deeb6c3036e80865dc012 2,858 1.00/1.00 vMB 14
592,037 592,037 00000000000000000011cc086056cb6956aaac68e4c76bc91d5bff3f2f8ce89e 3,294 1.00/1.00 vMB 35
592,036 592,036 00000000000000000017fbe6177dff883133ce82952377a2eea311cf49f9debc 1,256 0.35/1.00 vMB 17
592,035 592,035 00000000000000000006d11daab9d7d01d35b388e7806a3f10ff6f671212d277 611 0.18/1.00 vMB 22
592,034 592,034 00000000000000000004f4d838901ad5ede66901b2dfab6c7a54941bd9a33907 1,162 0.36/1.00 vMB 18
592,033 592,033 0000000000000000001a879e372bc1f6265f111bb0b44a43974f47fb6321b2cc 1,600 0.49/1.00 vMB 15
592,032 592,032 000000000000000000165aad4af3ea8761e53a6c8a486bd185253075dc914bca 1,589 0.69/1.00 vMB 6
592,031 592,031 0000000000000000000ed2fa1ca85eeaa7095e8687f22a014c7916836460d2fd 3,359 1.00/1.00 vMB 20
592,030 592,030 0000000000000000001a738d260e8e987430c1947944baefad67ca249b1de5c1 2,886 1.00/1.00 vMB 23
592,029 592,029 0000000000000000000e8301136a5446f7f0739108d7cefda3c04a4f16eb085a 1,093 1.00/1.00 vMB 6
592,028 592,028 00000000000000000016e6e81351f4e0791d5081378196f0d1ad6731b65f35dc 1,849 1.00/1.00 vMB 3
592,027 592,027 00000000000000000004b5a3f0b1f4439c709714eb2a90c029c26d641bebbb54 3,097 1.00/1.00 vMB 29
592,026 592,026 000000000000000000167c38f28da418b9d2ff93a7bf8ad37e3e1cae67dc418c 2,110 1.00/1.00 vMB 12
592,025 592,025 00000000000000000019ac6f79a194edc510b4bded96028d10922dad8e4df566 3,218 1.00/1.00 vMB 14
592,024 592,024 000000000000000000009cf6fec983bff58fca2deb927d7aa1fbd53a75bae3fc 2,683 1.00/1.00 vMB 44
592,023 592,023 00000000000000000003de2032d7562dd53d927cc6bb670f6f6a1e799d9da40e 2,142 1.00/1.00 vMB 20
592,022 592,022 000000000000000000024fede2b06145556152232c86d4b0471a07cf8948f642 2,545 1.00/1.00 vMB 15
592,021 592,021 00000000000000000018c182904c431c9d15f01d0684e72e5c255d21cba494ae 3,115 1.00/1.00 vMB 20
592,020 592,020 00000000000000000010b38be8a3a753e4916d60fb3e24967063d80023ea3fe6 3,159 1.00/1.00 vMB 22
592,019 592,019 00000000000000000011709ee0ae1a71e3cb1bcf2fb8f2880e00fba5183e14fc 2,775 1.00/1.00 vMB 50
592,018 592,018 00000000000000000004ce4b9d5cd7a4bbee048f71743d55177fd874ff272be9 2,920 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.