Loading Tool

Explorer IconExplorer

Memory Pool

81,386 transactions
29.93 vMB
0.15543961 BTC
Random Selection Loading Transactions
Max Size: 180.32/200 MB

Candidate Block

Mining Attempt a10ceb077e4d36f7471b7df3fda226f5fabc69ef448c7cbeaa8c4062a71175e8
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root dc3f7d1a0db8960a3c678a5d74d3f053e6146ff63a1ae06c4e8142ad6033b457
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,689
Size: 1.00 vMB
Total Fees: 0.05900558 BTC
Feerates: 1,002.91 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (556,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
359,189 359,189 00000000000000000000362e61dba7cfba02b6968a25e1fe97e586a22e87b22f 143 0.08/1.00 vMB 19
359,188 359,188 00000000000000000a0592d859e14b85ffa12465130afcb46956f348433251ab 934 0.40/1.00 vMB 28
359,187 359,187 00000000000000000e44f5bcc2335280f4ecb6cfe5b1321363a2b9d4aa2345ac 538 0.29/1.00 vMB 24
359,186 359,186 00000000000000000d5f1b7c65e59aa4aa7529a5f5c178e2b3a5044fbc5dd58d 91 0.06/1.00 vMB 14
359,185 359,185 00000000000000000aaf2b5c9d31fc77829bd63459d9ca95888c5986d208eb67 831 0.53/1.00 vMB 21
359,184 359,184 000000000000000007d73afefae897c3f20cbfd13fe92dbb2f4e789fac6d9ed2 580 0.24/1.00 vMB 27
359,183 359,183 000000000000000009cad629d4e63eda8aaea127fc64400e60069c9fac09d55e 1,024 0.48/1.00 vMB 28
359,182 359,182 00000000000000000586e64b558af24fae7a2d1b7678ad56e92a9e3c37e75e6b 123 0.06/1.00 vMB 24
359,181 359,181 000000000000000000ba9e3e86269148d099fa0d46afb95b26cdc9248f7b00f4 1,332 0.70/1.00 vMB 24
359,180 359,180 00000000000000000f9f4b705259ed04bc6dd268778b8fdb01f606d581ec51ce 696 0.35/1.00 vMB 29
359,179 359,179 000000000000000001f312b9a36e8f445a76ad4aebaed359d7e15bbc4e48bbec 543 0.28/1.00 vMB 27
359,178 359,178 00000000000000000747a448c92c95dada894f044458ac3e4b4bf94d29cd0afe 106 0.05/1.00 vMB 18
359,177 359,177 000000000000000007e466d1f728d048e2a20240db3cd7d2bee406f46d1800ac 239 0.14/1.00 vMB 25
359,176 359,176 000000000000000009d40a3e5d0ad087342c20d9105dc854c087876350f23314 1,127 0.60/1.00 vMB 24
359,175 359,175 0000000000000000018503180d06e90db04fdb358b14d1850032f06885e7e164 616 0.49/1.00 vMB 20
359,174 359,174 0000000000000000114087c8a61e4bac471526dc3c74ebdb637f6abc58b2fcd7 1,935 0.75/1.00 vMB 35
359,173 359,173 00000000000000000648aa58f8fd6991a34e62c6ca442acfcd9efc2c76eccbd2 161 0.07/1.00 vMB 28
359,172 359,172 00000000000000000fdcfc3970ca73981366d3b5cfb3db22da523255ba1ce3ec 372 0.30/1.00 vMB 12
359,171 359,171 000000000000000001cab4a417e8bdaee9c95799e89fa007eb39f06c7f7b3936 1,066 0.58/1.00 vMB 26
359,170 359,170 000000000000000016649bd4a19fa43dd8c4956a1ce5bbbab7d643dc39d5ece3 701 0.56/1.00 vMB 19
359,169 359,169 000000000000000004eb5827000afe89e6bdcbbb8d7791b419c2a2da03d8f769 2,030 0.75/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.48 GB
    • Received: 17.54 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.