Loading Tool

Explorer IconExplorer

Memory Pool

30,067 transactions
15.72 vMB
0.05812395 BTC
Random Selection Loading Transactions
Max Size: 92.25/200 MB

Candidate Block

Mining Attempt 4f0ec6c63198588fb4cdd735eccb7e6deecf4958b84eedc8fe5898b2ef94466a
Version 20000000
Previous Block 00000000000000000001892accda35fa11806e53b02cccf55e8a84721243a8f1
Merkle Root 430d1a16d68ba6bb585d1ba2d7e44ca63511445f3553e5cd163308b862b3a282
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,094
Size: 1.00 vMB
Total Fees: 0.02575944 BTC
Feerates: 197.12 > 2.58 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 918,123 (352,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,549 565,549 0000000000000000001c5266cd62c5b62f24f787d42bf28fcb91a766a6592729 2,502 1.00/1.00 vMB 24
565,548 565,548 0000000000000000000c0d02075ae7f0097e0818f836f79a779b6446e58c5eaa 2,929 1.00/1.00 vMB 16
565,547 565,547 0000000000000000001eedde1ac93a65e921ae7458748c0161e6a6183803df8f 2,851 1.00/1.00 vMB 25
565,546 565,546 0000000000000000000eb03d823ea12925eafc0677988d14143450a6195cc753 939 0.29/1.00 vMB 5
565,545 565,545 00000000000000000003af77d21337c876389425caf3c089e5d1a6aaf34a5b8e 2,581 1.00/1.00 vMB 16
565,544 565,544 0000000000000000002d32d572e0ec9fbdd98029d15cd9c605c797afc66bab8e 3,077 1.00/1.00 vMB 12
565,543 565,543 0000000000000000001c90d49bde2cc629a10756bb0082bfe3e65788f7b839aa 1,251 0.39/1.00 vMB 13
565,542 565,542 000000000000000000243b467618a1abdeb66bdf2cd80d0ec0cf95182f21c416 2,139 0.68/1.00 vMB 3
565,541 565,541 00000000000000000007fc674c4fc113aa4c4a0c77c140955a5cf4b2f42bb4e3 2,801 1.00/1.00 vMB 23
565,540 565,540 0000000000000000001950ed27b03dba5b6b250dd172261e463132821e7d5435 2,416 0.99/1.00 vMB 9
565,539 565,539 0000000000000000001b10b6a9c1ea696f1831e5aa8c1cf52ddbb6937489e025 3,165 1.00/1.00 vMB 2
565,538 565,538 000000000000000000045c340df6f5e240819de24d35ef080ecd1c8dc57f9103 2,593 1.00/1.00 vMB 13
565,537 565,537 00000000000000000018ad8225294d2a29841fc914f731d1b3804ed2a92de89c 3,321 1.00/1.00 vMB 7
565,536 565,536 000000000000000000051625bdea49eedb4869204880d533c33fbb87ec163a74 2,772 1.00/1.00 vMB 13
565,535 565,535 0000000000000000001d33d1b29e24d712cf99c15d6a3be616f0973932910a9b 2,803 1.00/1.00 vMB 11
565,534 565,534 0000000000000000000c8383dcfce7d85abe92a5aa00590498a4175f9bef8767 3,684 1.00/1.00 vMB 20
565,533 565,533 00000000000000000014d16f186b209042ef31de6887079b6539abace459099f 3,335 1.00/1.00 vMB 28
565,532 565,532 00000000000000000011663960dc27fea38b754b1692388f4b2654e7b97be03e 3,426 1.00/1.00 vMB 35
565,531 565,531 00000000000000000004a6cf4e8946f62fab3bf4cf6ccffb3a868e20efa6b170 1,388 1.00/1.00 vMB 18
565,530 565,530 0000000000000000002bfcd0dc3d2699629c2bcf32eba87f0b240cc02cb0a9d1 2,726 1.00/1.00 vMB 28
565,529 565,529 00000000000000000013f62a54ce49198c808a5fe54b665a867961e9a67827e2 3,136 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 787.77 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: 1,108.53 GB
    • Received: 39.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.