Loading Tool

Explorer IconExplorer

Memory Pool

86,458 transactions
33.04 vMB
0.07871295 BTC
Random Selection Loading Transactions
Max Size: 196.76/200 MB

Candidate Block

Mining Attempt b59f59d58d0fd7870b7f214e00c85618f8ba173ca671b5b133722e83131a4586
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root be998da2c3615d6b3fe153ccf625649cc18054e4bf465fa994fedee42a668a7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,262
Size: 1.00 vMB
Total Fees: 0.01326533 BTC
Feerates: 203.60 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (314,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,047 600,047 0000000000000000000ff1c5a5718b52de16561c56827a2c23fb02831c69a74b 3,479 1.00/1.00 vMB 15
600,046 600,046 0000000000000000000c17f64f061a0d82588237eac26d9543c242c7fc398fc0 2,033 1.00/1.00 vMB 17
600,045 600,045 000000000000000000003368c29c2eca520e3b3fe9a68e893098d6af32148dbd 2,144 0.67/1.00 vMB 7
600,044 600,044 00000000000000000000f68b687d8df9bf45d6f75b332d1bf4fa0e21ac21f3bb 2,015 1.00/1.00 vMB 20
600,043 600,043 00000000000000000013cfcead55717d8375c9dc2947d03e7016aadb4d8031e8 2,299 0.65/1.00 vMB 11
600,042 600,042 00000000000000000009a5d75dfc64291f7eb5b5af7fa93a3bb0624f9d7ab029 840 0.27/1.00 vMB 14
600,041 600,041 000000000000000000114a99a42da71fb705c6da9c50e0bdb6ec5c355fa9262b 3,268 1.00/1.00 vMB 10
600,040 600,040 00000000000000000002e9bb0a344cf3951cd2ec4ce7c8c664f869ea58e36dfc 2,214 1.00/1.00 vMB 25
600,039 600,039 00000000000000000012b109b2b192037d2ff8f54e28aad00c8ba1761035a7bd 1,053 0.45/1.00 vMB 12
600,038 600,038 00000000000000000007fdfe4c6e063f156669474197e82b62b898d41d3cc2c8 145 0.04/1.00 vMB 14
600,037 600,037 00000000000000000009aaec7fea596625fe0076b26f6c3565e59a6a2e778e50 446 0.26/1.00 vMB 15
600,036 600,036 00000000000000000001746e9a59f7ebf683dc45d45d1aa574745352c5d13121 1,875 0.79/1.00 vMB 9
600,035 600,035 0000000000000000000634ddbdff056de1e6b487acfff358145d579c376056f3 3,369 1.00/1.00 vMB 18
600,034 600,034 000000000000000000012d4a11ff9ca6e9f77c4338df31d6e60d52dd8b66a2f4 3,234 1.00/1.00 vMB 18
600,033 600,033 00000000000000000006011f951c4d431188b08744877cf24180799097511aab 2,776 1.00/1.00 vMB 22
600,032 600,032 0000000000000000001120813e1220bb7ac8802536d75a9ee9d17c05894a05b5 2,051 0.67/1.00 vMB 14
600,031 600,031 000000000000000000008198774adf9f1cec3540997ec7d9ff88a1c05bcb038a 3,189 1.00/1.00 vMB 8
600,030 600,030 0000000000000000000539937b63163226a313b9ccfb73408557b42507ea044c 3,099 1.00/1.00 vMB 21
600,029 600,029 000000000000000000004b5e4d371c4ca8c4eef87d66a57f52268a524bfed634 1,996 0.58/1.00 vMB 18
600,028 600,028 000000000000000000143972d4cbc00a644c9bcea08caedb7e4a48d4664fe8ff 3,010 0.75/1.00 vMB 7
600,027 600,027 00000000000000000009eca2ac1225bd335eb772545a6f7c00e65ffd1d2dc429 3,357 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.29 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: 657.24 GB
    • Received: 14.50 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.