Loading Tool

Explorer IconExplorer

Memory Pool

78,460 transactions
29.41 vMB
0.06775988 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt 7ad99ba7c1f1c792b5aa8b7dc936e192bb3eecca4ff379a9399036d347317ed1
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 58019e14bd6aa8f7d127a047039b5e9d1832dc14740358ab9df74f0ea84f1492
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00810086 BTC
Feerates: 150.93 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (417,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,745 497,745 0000000000000000009a65a389c27853eb21f6c5c58dedbc188ff4f3d38f73ef 2,848 1.00/1.00 vMB 27
497,744 497,744 000000000000000000c4e282ab0dcaaf4b774d7d83ac3f2125ed14167afbc108 1,944 1.00/1.00 vMB 57
497,743 497,743 0000000000000000001f326fea97841c63b6289fc32f3d2d2c75481074918e98 2,408 1.00/1.00 vMB 133
497,742 497,742 000000000000000000247b845ad7f8413da6b97de9b64836357dc6f7be781c56 1,575 1.00/1.00 vMB 149
497,741 497,741 000000000000000000850340abb321143f50f825d11e4daa2c85b3f37ec41f59 2,733 1.00/1.00 vMB 108
497,740 497,740 000000000000000000800a32240c4f982aa7d8fa48649cd286664a67ac49ea22 2,431 1.00/1.00 vMB 137
497,739 497,739 0000000000000000006f32c61e1d974d795fa83ee26d0a9e69723cc528bcd684 2,225 1.00/1.00 vMB 157
497,738 497,738 0000000000000000005ca38745749278f9ca3b78c86dccb2c6556126640d1686 2,458 1.00/1.00 vMB 137
497,737 497,737 00000000000000000028a03ddbebcfe19e933fdde654af13531956853bd02dff 2,067 1.00/1.00 vMB 130
497,736 497,736 0000000000000000009610abe5298400fa918110e4429eab304b801c6cff5832 2,556 1.00/1.00 vMB 106
497,735 497,735 0000000000000000009fbd3b262b06c09654dca9abe7f7c4206ced4390af9fb2 2,082 1.00/1.00 vMB 158
497,734 497,734 00000000000000000076eaa0f154c37f5e60bf1c18b86775d0fbbc32d0169c2c 2,274 1.00/1.00 vMB 138
497,733 497,733 0000000000000000009a0a6f9e3c59ebed0c1d847cf597d9b1b5fb8365380c30 3,046 1.00/1.00 vMB 64
497,732 497,732 0000000000000000009b7fe7cd542196ec9694b74f222de67c2b4a8e14b8d1d4 2,715 1.00/1.00 vMB 88
497,731 497,731 000000000000000000a7cdb717117dfeac04d261f702d4f7b14cd44d5e76cee8 853 1.00/1.00 vMB 110
497,730 497,730 0000000000000000002cbc5bf3afa5402035f71d6b6f96baedf675bce1faca9b 1,965 1.00/1.00 vMB 147
497,729 497,729 00000000000000000000954afb20e8f663294194833bf19a435295aa3e7e46ae 1,693 1.00/1.00 vMB 159
497,728 497,728 0000000000000000004656f5fe04884b8ab29ccbe0213952a8f0df1e58199dbb 2,534 1.00/1.00 vMB 71
497,727 497,727 00000000000000000096852e0f389f0cc490e6984005c88798703dbdb911702e 2,617 1.00/1.00 vMB 81
497,726 497,726 0000000000000000005c5fbfea5340e000151517a2140a7199f1cb9a7ef2d53c 2,522 1.00/1.00 vMB 148
497,725 497,725 0000000000000000009b50d139898b9303c5113d89b50698cdc3706ae48fd5cb 1,896 1.00/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.