Loading Tool

Explorer IconExplorer

Memory Pool

50,148 transactions
30.10 vMB
0.11724589 BTC
Random Selection Loading Transactions
Max Size: 160.56/200 MB

Candidate Block

Mining Attempt 776043fb8eacdefcdc21be31de978e5a36cde2770faa5b6fbf1413e2246908a1
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root ba394154d2b85cd705244cb20cea5fa99645cc7462617f0205f617330cb926c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.04546939 BTC
Feerates: 179.69 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (901,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,649 13,649 000000009f402521178b94025fcb40d2d8f2487501ac28e254464e6e2f624d26 1 0.00/1.00 vMB 0
13,648 13,648 0000000017ce129ba8c578b8921627201c6ab68cf6f9ee3b106d69a1865304ee 1 0.00/1.00 vMB 0
13,647 13,647 00000000d1055ea83c1784e009045439475b44add5a644ca72be014ed2197c76 1 0.00/1.00 vMB 0
13,646 13,646 000000008bcac3b98168ab215e9ba2ad4ed834dd1cad6a2c1f5888b3f6bfdae2 1 0.00/1.00 vMB 0
13,645 13,645 00000000398d72c00cd18c4878f3ebbf7902aa5b8e217cb8d30a2c31d70550d4 1 0.00/1.00 vMB 0
13,644 13,644 00000000ad1998e265014682217a18be3e3a7988aac5ee7f4c3407f948a19b3f 1 0.00/1.00 vMB 0
13,643 13,643 000000006ccf23ee21dc5455b5e4c71d93186358697961e99ac7e78baebe3ad4 1 0.00/1.00 vMB 0
13,642 13,642 00000000937732bad4cdfbe2f3a76fc5d8331b502da3319cba1bded7a57352cf 1 0.00/1.00 vMB 0
13,641 13,641 00000000e046df1fe4e44751d3f1bc7fe1b5ca87ef497274963489e96073906d 1 0.00/1.00 vMB 0
13,640 13,640 000000005c7457c6eddaa41ace457fcd09338fcff653f1a60e79ca48c1f0cb8b 1 0.00/1.00 vMB 0
13,639 13,639 000000002accb47e7b6c1a2ac0fd5a6b1ae1bcdcff5e196ce7444a87ecbe086e 1 0.00/1.00 vMB 0
13,638 13,638 00000000e2f38849f4ff82b1d4804acd4b71021c2607ad9f7d6d555290cfc288 1 0.00/1.00 vMB 0
13,637 13,637 00000000df089edf7b842ee7a8781bd6b9bf6321669c2def522c40955699bc7a 1 0.00/1.00 vMB 0
13,636 13,636 000000006b6810ea2b71871065c31f0939c61bc73ca19e609de24a4df0b2c763 1 0.00/1.00 vMB 0
13,635 13,635 000000009f9639803e3a9424f210004c25c2c2e6a85836c2902e5e9cae80ce66 1 0.00/1.00 vMB 0
13,634 13,634 00000000aa4cfeba870f71824c7e2940e7613aab2be6e002f0720bf0f389ee7f 1 0.00/1.00 vMB 0
13,633 13,633 000000009fd715337fc83f6eec594d33e99e2685a7afcd886d2545b4dd9ab228 1 0.00/1.00 vMB 0
13,632 13,632 000000004a27abad630e162d393e883040514fca586af0e82052768a97659c9b 1 0.00/1.00 vMB 0
13,631 13,631 00000000c4de1ccad0fe2fbc227680c195585ff92968a6bdc9eb965ed6bfbf6e 1 0.00/1.00 vMB 0
13,630 13,630 00000000505478c5ad3530e9a3212ca737cf10bd0d4958514760b9b63bbff126 1 0.00/1.00 vMB 0
13,629 13,629 0000000057b9d164d2eb4294854d8f9b7c3dff261eab51592799ef73995ce6fd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.02 GB
    • Received: 13.69 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.