Loading Tool

Explorer IconExplorer

Memory Pool

45,752 transactions
27.93 vMB
0.07607816 BTC
Random Selection Loading Transactions
Max Size: 145.77/200 MB

Candidate Block

Mining Attempt c42716768056c47ebb669b8bb6a4b1a92a5826fd339bf4f360e9009f980089ec
Version 20000000
Previous Block 00000000000000000000872bd86dbc21d0bfba26523e519ffa828ce85b508bda
Merkle Root 802feec36ac2ee9f9f8b3901e476c8641a737e189b13be23e3e049fbd1ac564c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,764
Size: 1.00 vMB
Total Fees: 0.01874163 BTC
Feerates: 100.00 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,889 (86,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
828,749 828,749 00000000000000000002a9f27430fd7f2564b52b6f2aac5e16290925c7f30059 5,110 1.00/1.00 vMB 28
828,748 828,748 00000000000000000002461168f3a93ceecc4e8e2ec46ee5a7e86a028b8dc96a 3,725 1.00/1.00 vMB 27
828,747 828,747 00000000000000000001c806dc51c293a77e5ba0c4eea1b0e92717f636d65c22 3,627 1.00/1.00 vMB 46
828,746 828,746 00000000000000000001ce845d2b83138b33af10b19a8f887c4566639af18b66 3,921 1.00/1.00 vMB 30
828,745 828,745 000000000000000000039b4b0b565c781c2e99197c5f7f326b267ad0c67316dc 3,080 1.00/1.00 vMB 47
828,744 828,744 0000000000000000000122bca32d95ae7149fb351b2e0a55d88af982e676807b 3,656 1.00/1.00 vMB 28
828,743 828,743 000000000000000000035d869d22c3955071a1336827ec048787b9bccda5dd46 2,984 1.00/1.00 vMB 30
828,742 828,742 0000000000000000000020fd75dac3b23cb15732e2f7666b46284e25693eecc5 2,374 1.00/1.00 vMB 28
828,741 828,741 0000000000000000000059e7d2d20d9437d5a00757217270550726764f4d1841 2,971 1.00/1.00 vMB 32
828,740 828,740 000000000000000000032122f3c212a658ed79e8541e3bfd266db0819851dd5e 1,993 1.00/1.00 vMB 25
828,739 828,739 00000000000000000002b54906d0f470520685db608091168558aad1e9fb358b 3,078 1.00/1.00 vMB 31
828,738 828,738 00000000000000000000e88d93bca5f9a1c83bca22ecdaee576c463f6a4dff84 2,940 1.00/1.00 vMB 46
828,737 828,737 00000000000000000003484fb2743fc6800bd6c734e932180d4befc71da6c7d9 4,181 1.00/1.00 vMB 32
828,736 828,736 00000000000000000003720b2185371a6ef8bcf4ffacd5c2b237bd7105faf547 3,298 1.00/1.00 vMB 39
828,735 828,735 00000000000000000003700ce4998197d7b16a8fee82c90f9fa98a48a1bc7c97 2,146 1.00/1.00 vMB 38
828,734 828,734 000000000000000000018fc7be66145b06c91af68da76d9cc10ff6c2a6c1352b 1,276 1.00/1.00 vMB 24
828,733 828,733 000000000000000000012d879a14f37d01939f43503105a77ad464ecfe2494db 5,012 1.00/1.00 vMB 29
828,732 828,732 000000000000000000034802d552212e0ce779c537861279a6f2e62c7aeed471 3,640 1.00/1.00 vMB 28
828,731 828,731 00000000000000000003a6db9d04f2250d03aa917dd67de30cfcca40ed3cbf75 3,072 1.00/1.00 vMB 38
828,730 828,730 000000000000000000011dc7d7a93e128a9185c7cc855b8c334127b78abcbbbd 3,687 1.00/1.00 vMB 61
828,729 828,729 00000000000000000001bc791067cfcf8eec1fc9acbfbc054d70bcbb91a1899a 3,033 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.19 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: 653.77 GB
    • Received: 14.04 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.