Loading Tool

Explorer IconExplorer

Memory Pool

81,789 transactions
30.95 vMB
0.09540232 BTC
Random Selection Loading Transactions
Max Size: 188.52/200 MB

Candidate Block

Mining Attempt c0d4c19370c4b4d12abc497b2189a7ea6c04a7e1e8890c80cadf2c5b28f9bcde
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 0aa974ffdb5836fa98d6cc8b47eb09c79ec4f5079e719fbe4a81dd7f77e8c940
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,717
Size: 1.00 vMB
Total Fees: 0.02259521 BTC
Feerates: 151.12 > 2.26 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (791,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,090 124,090 0000000000004237dc594cd1ee63c800af29358da7054d9e599820799f99b6e1 11 0.00/1.00 vMB 0
124,089 124,089 00000000000060f183220d9f1f921ba38baa1a30ccd883b173cb04d1ff41f29e 10 0.00/1.00 vMB 357
124,088 124,088 0000000000001219181c4399926e5086d39775f4a968bb5c032e920e69b4d049 11 0.00/1.00 vMB 905
124,087 124,087 0000000000003206a6a226c9aaec0c313aa219118e6cb914543b5a0e58875805 29 0.01/1.00 vMB 2,207
124,086 124,086 0000000000000f08352edca83611aec9d169ce420c5d9b7412555d3eadd9cd67 5 0.00/1.00 vMB 226
124,085 124,085 0000000000004d0ba0a6da1ce628674d44097f215c6681c8ae2ab4873ed2aa57 7 0.00/1.00 vMB 669
124,084 124,084 0000000000001cd70bae9b67690bda09aad27edc399f92c339079712b7b2e9c9 35 0.01/1.00 vMB 569
124,083 124,083 0000000000006238fda67a9636f1ac184d2504495d0c8439ffa12b556f8dccd2 9 0.00/1.00 vMB 780
124,082 124,082 0000000000002264ea41abcb4a6992423e6dade9440b9b4429cffd402e92fa67 38 0.01/1.00 vMB 2,930
124,081 124,081 0000000000001556536ecf33fb272f752faa4ac881d0e0a972c430e1cf94aed7 12 0.00/1.00 vMB 522
124,080 124,080 000000000000382094148386f4ad746aad7122b06c64e87e51d8125e8eae4e5a 7 0.00/1.00 vMB 338
124,079 124,079 0000000000004c8b75e427585173b03905a490596cb01e66427b67f3adfafb54 9 0.00/1.00 vMB 1,429
124,078 124,078 0000000000002b4a960a1ede5f1acdc3bc42c58dd7fad281ab06867f5dfe5284 8 0.00/1.00 vMB 355
124,077 124,077 0000000000003ff4fe54834afb12521590f501b33269b45e4ebf211c2ff1822b 11 0.00/1.00 vMB 0
124,076 124,076 0000000000001c322ebe89a53dbc174a5a3ac8aab0b39755a82c4a7253cf3238 11 0.00/1.00 vMB 209
124,075 124,075 000000000000047dab3feed5a085a87cedfb338e169f7e39ebab98581f5ae84b 20 0.01/1.00 vMB 495
124,074 124,074 0000000000005b74bd295519439a8305932afe321e12ed64be2330058758e9d6 7 0.01/1.00 vMB 440
124,073 124,073 000000000000388f76c4662cea0519d41dce6b5a05b101735900160902e0ba86 9 0.00/1.00 vMB 335
124,072 124,072 0000000000001bebe2aa075042333abf3ea628f5ea86241dbd810189a3c43671 12 0.00/1.00 vMB 0
124,071 124,071 000000000000450d867f151ddb224797123e21e843828a1bc91a0f37e009e939 10 0.00/1.00 vMB 1,358
124,070 124,070 0000000000000372f1ce94f89702e12e3502ef76fe1fa436bd96a63a1f5c8c73 10 0.00/1.00 vMB 349
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.