Loading Tool

Explorer IconExplorer

Memory Pool

25,225 transactions
11.55 vMB
0.02879800 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.48/200 MB

Candidate Block

Mining Attempt 809140d9352ece331e7493f81a7df302780b7e217e876e47cb3e1b56ff50f193
Version 20000000
Previous Block 00000000000000000001d7652678dae1ca82d32d01c01bca6f4b44ece224913a
Merkle Root 0b01f40065ded9ae5ea3022610ec816ef9d06b5b5f15489e1bb4cea57811a406
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,327
Size: 0.9979925 1.00 vMB
Total Fees: 0.00992092 BTC
Feerates: 106.21 > 0.99 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,687 (759,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,752 153,752 000000000000054f01df2382a542f63e60dd1f5be8211ed65d0df50d703f3811 77 0.02/1.00 vMB 86
153,751 153,751 0000000000000b014922620d4153e750b79553df857b4feb0a9d4e1ee22411da 73 0.04/1.00 vMB 516
153,750 153,750 00000000000007a42e7c8c818915516f0c01439dd1e9ebd98cf861af58acf8ec 53 0.02/1.00 vMB 104
153,749 153,749 0000000000000c3319c95783510ea4df590b8e823f9208f414a55bbe330ed9b8 22 0.01/1.00 vMB 169
153,748 153,748 000000000000054cb0d2445e0ac77a671346559cddaa978d9a4580c192469830 44 0.02/1.00 vMB 81
153,747 153,747 00000000000003fd4a270e222624b7b3bedb09230a7bdba943640a97757a97ad 112 0.04/1.00 vMB 26
153,746 153,746 0000000000000161bc712785ff1db07f435792e2322d711fe94f41d4d850a75f 87 0.04/1.00 vMB 97
153,745 153,745 00000000000009ac7db94987fe88d2513c28d11e5a1d74948e908fce08fa620e 7 0.00/1.00 vMB 0
153,744 153,744 000000000000064e976e6036165754977bc5957308a586a0923b8f49276fa08f 30 0.01/1.00 vMB 151
153,743 153,743 00000000000007d8e19b0fe8230bf51d5f8495322f46ffcaf2ad413af9013456 19 0.01/1.00 vMB 19
153,742 153,742 00000000000009cc052609c2f0e4f1548d78179fcc27d7eeb82d8801370a8b68 21 0.01/1.00 vMB 0
153,741 153,741 00000000000001062b9d4d37993b331971e1f9207eb10030ab9c2704aa3eda12 43 0.03/1.00 vMB 63
153,740 153,740 00000000000002703b590fad93593baaaa56f95f00f62a8f469b29568aba23eb 10 0.00/1.00 vMB 39
153,739 153,739 0000000000000819b36d666894b58b907182bb4f1ccbd2a270627df841402ae6 5 0.01/1.00 vMB 125
153,738 153,738 000000000000053081d6c0dff985f6e1d4bde2486bcf0d35847469f3bbeef056 99 0.04/1.00 vMB 28
153,737 153,737 0000000000000654d7bf047fdbb86d7ea40fc89759292df48e581a8b4b1ec98e 90 0.04/1.00 vMB 125
153,736 153,736 00000000000007fac6c5e235124444c4fb9cd94c1eb586f84ffc2da527f99b77 73 0.03/1.00 vMB 220
153,735 153,735 00000000000005ea72c0ad01e6d4b8a0a99fe8698f949418883aa9395e25305a 3 0.00/1.00 vMB 2,282
153,734 153,734 0000000000000b344152d6fb5744e16a7d2ebe53599a4f0985015dc423736a95 56 0.02/1.00 vMB 426
153,733 153,733 00000000000006fdc54a4fe430e70fac09f3131a7bd5acafc4f024c864827fed 10 0.00/1.00 vMB 46
153,732 153,732 00000000000001fdca775726afedfab61504d6494ddac34a3f2a209b7f1b5702 9 0.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 780.07 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: 489.65 GB
    • Received: 3.34 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.