Loading Tool

Explorer IconExplorer

Memory Pool

45,908 transactions
26.71 vMB
0.05839259 BTC
Random Selection Loading Transactions
Max Size: 141.70/200 MB

Candidate Block

Mining Attempt ddeb1e4215908b2ae9745d09163e9dc3a79f655cc5a1e5f4d791d4776c7f1bde
Version 20000000
Previous Block 000000000000000000000da4747ff0c723a97f7b228bc1fe68f4428c425a1574
Merkle Root bb14a5b7df16f712b773d98d7e61924eece193b8a9df79f05dd60415d061f383
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,632
Size: 1.00 vMB
Total Fees: 0.00926767 BTC
Feerates: 150.58 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,738 (412,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,733 502,733 0000000000000000002c944e003a8361a18411b90f60ad41548a3f1b483369dc 2,632 1.00/1.00 vMB 542
502,732 502,732 000000000000000000852c93f83c4c502637e38d67b90f32d823451350d806a3 2,472 1.00/1.00 vMB 555
502,731 502,731 000000000000000000186e754ace3da01580d68e5000ae28e4200f06cd7d7e9c 2,180 1.00/1.00 vMB 455
502,730 502,730 0000000000000000008418876d2c887b0d51f9f119b83dc86847e3bd2bc1e00c 2,516 1.00/1.00 vMB 530
502,729 502,729 00000000000000000034563e86ce8519404e961406c6aa76bac21eb94d817300 2,614 1.00/1.00 vMB 445
502,728 502,728 00000000000000000077e1bed991de4f4c158e83e04dc7daf14cfe526758a59f 1,959 1.00/1.00 vMB 428
502,727 502,727 000000000000000000675fa2f067c9f19955fdc057e23208854573516de3bbd1 2,494 1.00/1.00 vMB 516
502,726 502,726 00000000000000000079e536b0ceb76b8ca26f0a265a90246cfc557be2e1e19a 2,145 1.00/1.00 vMB 590
502,725 502,725 0000000000000000006ab25ae0485387c43be183ac2a9c6bae62b24433b8e724 2,170 1.00/1.00 vMB 454
502,724 502,724 00000000000000000066ee99932bec0c57f4b0de1b7b5a5336058df89cfd893e 2,038 1.00/1.00 vMB 469
502,723 502,723 00000000000000000078d7e24004b3bedc5feeb252fd0eafe9b5219fff4f3012 2,506 1.00/1.00 vMB 535
502,722 502,722 0000000000000000007daa206a5c376c9a6ccf0eae81ab7f460fc0789107e938 2,172 1.00/1.00 vMB 464
502,721 502,721 0000000000000000005925afc44bf84e4c5e95e00c7289d554c8d4795107d903 1,933 1.00/1.00 vMB 458
502,720 502,720 00000000000000000038b0a7a1199addb326a65e0b6ef2db9cf9f0151545b196 2,644 1.00/1.00 vMB 412
502,719 502,719 0000000000000000000813cd904806ebe68eb358c38b48bf74ec14acfbf1fde5 2,426 1.00/1.00 vMB 462
502,718 502,718 0000000000000000005faa8eaa7f0b8bfed5e2cb6aa72dacb87e8825f0a25440 1,900 1.00/1.00 vMB 452
502,717 502,717 000000000000000000157fc49e26fed8364ab02a93c9cfa391a806f4d7e63c94 2,417 1.00/1.00 vMB 526
502,716 502,716 00000000000000000070b5e77723aa8997d69eac7709dd693510313ae48d2c20 2,258 1.00/1.00 vMB 414
502,715 502,715 0000000000000000004863687ea8b397b81e693a69aca402d008363afe59a1b8 2,302 1.00/1.00 vMB 509
502,714 502,714 0000000000000000000924a4e6d7f6513f8addce77d7d4a57b87815252e06908 2,492 1.00/1.00 vMB 450
502,713 502,713 00000000000000000036b68b99015b718b01363a70e0a08b5b7c9c18d2185cc7 2,415 1.00/1.00 vMB 521
Previous 10 blocks ↓
Total Size: 781.93 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: 646.19 GB
    • Received: 12.83 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.