Loading Tool

Explorer IconExplorer

Memory Pool

80,211 transactions
30.07 vMB
0.08805657 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 46763ae8bf53374b4499135af3d855ea96c05a0c3995b2d449e951ca3644a469
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 8580f8f5e422a8e4765a55f7672ab7f5bbe65034fef9560debfcf95585219156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.02661229 BTC
Feerates: 301.07 > 2.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (67,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,772 847,772 000000000000000000015bf641ccb156dad84e1743e0e0fe3ed75ce81bf1f0f1 5,263 1.00/1.00 vMB 187
847,771 847,771 00000000000000000002bf52e982f395d7457469ec34f8a81a946686cc2ce506 1,801 1.00/1.00 vMB 38
847,770 847,770 000000000000000000022247bf988707b7101ded6d30a5f79702d4846b9a62f3 3,411 1.00/1.00 vMB 43
847,769 847,769 000000000000000000012ff626805a63767e126f77a00a1225d5891367f38d1a 6,163 1.00/1.00 vMB 29
847,768 847,768 00000000000000000000470073265f6f0b59d2a10255ebd6c280fa25680aaf22 4,555 1.00/1.00 vMB 34
847,767 847,767 00000000000000000002611ce87c8d79472227cc05245cca757be6be4006f524 4,826 1.00/1.00 vMB 30
847,766 847,766 00000000000000000002d932094892de11c7fdda57293389f04383467c95681a 4,605 1.00/1.00 vMB 34
847,765 847,765 000000000000000000008ccd58cfb48d9792d51452fbab8206e9a6c9a2d71b14 7,037 1.00/1.00 vMB 26
847,764 847,764 000000000000000000006e6829a94d461ed2de33ef95cc5a8651fd60e6d79ee1 5,799 1.00/1.00 vMB 29
847,763 847,763 00000000000000000001a398daa2a3f224f0cd7248d3a81b24179aecb88181bb 4,540 1.00/1.00 vMB 30
847,762 847,762 00000000000000000001e634a8aa3a87f53bc731521ab449cf1df23bce4ff0ad 3,402 1.00/1.00 vMB 37
847,761 847,761 000000000000000000021b302be756e4f98cde71474dd0116451b0011609de13 6,829 1.00/1.00 vMB 27
847,760 847,760 00000000000000000000027efd78e9ae0c4683b2d7b3c216602639cdf27c1b16 5,644 1.00/1.00 vMB 29
847,759 847,759 0000000000000000000153224d69e68a4bc9027ce2f0833e65cec5ad1f23d579 6,139 1.00/1.00 vMB 28
847,758 847,758 00000000000000000001e2684b2913d69705cb91aee32834cdf28f31ac0a7d33 7,493 1.00/1.00 vMB 25
847,757 847,757 000000000000000000019dab27b3fc45121e54e3e6abef1ec8fdf6ee16c81851 5,704 1.00/1.00 vMB 26
847,756 847,756 000000000000000000001e3c0f586dbce74ddb2c97bbbfaf3d108293c4f5b6c9 4,003 1.00/1.00 vMB 39
847,755 847,755 0000000000000000000007a9e74dee6e787cff096bdcfbd134c0e9d3e4627fd6 3,876 1.00/1.00 vMB 34
847,754 847,754 00000000000000000000fba95ecdfdb82a40e62c2e0482c28c23f96c1624c7af 4,459 1.00/1.00 vMB 30
847,753 847,753 0000000000000000000259dc587fbc43e5d05bac49c2f28f86081680e6b2496d 6,366 1.00/1.00 vMB 28
847,752 847,752 000000000000000000034f3db135ef71802290885b69a888643babc5c39b55eb 3,879 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.