Loading Tool

Explorer IconExplorer

Memory Pool

50,312 transactions
28.84 vMB
0.07516030 BTC
Random Selection Loading Transactions
Max Size: 154.11/200 MB

Candidate Block

Mining Attempt e1464cb51b7e9a0549377802c9693e8a434ef1f3517699fc92723b5347aef87a
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 1ee6f770260b4cf1c003923cacabc8ae922030bbfc2d18067b241f9534a4cb35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.01203784 BTC
Feerates: 40.20 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (384,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,232 530,232 0000000000000000001e3f5d4dd2055b71c0e159d81b98c76562f13f2c439d21 1,460 0.73/1.00 vMB 31
530,231 530,231 00000000000000000008bdcfc64fe7cd249fe2feb0ada536fb8b2f38522a445a 1,145 1.00/1.00 vMB 12
530,230 530,230 0000000000000000000bd0dbe23489d56b62672e323cd71771a4db01aa365723 1,445 1.00/1.00 vMB 4
530,229 530,229 0000000000000000001132e6778a3c68bb40512c673a839e070ce74685a6312e 813 1.00/1.00 vMB 4
530,228 530,228 000000000000000000005db35d44fd80e7b9ff54507c28476cb807972da6c613 2,248 1.00/1.00 vMB 28
530,227 530,227 0000000000000000001524100c158fe23b88a2baa3cc3566e4a3cc456e4bb2dc 788 1.00/1.00 vMB 4
530,226 530,226 00000000000000000026ea9e9fa8670eb618f11fd028efbf2735e48f145d3164 1,067 1.00/1.00 vMB 7
530,225 530,225 000000000000000000034e7b0acdff9d01fface5519be8d0139410d00130d23a 2,688 1.00/1.00 vMB 25
530,224 530,224 00000000000000000030db69680367f7ccfdca5bd8b9d9a3501e68f7b4505d6c 1,928 0.72/1.00 vMB 32
530,223 530,223 0000000000000000001d11a11d983e53da282e6bf3dbb6c8b94f5ba601734644 2,371 1.00/1.00 vMB 7
530,222 530,222 0000000000000000000b9f7d957555d4ece125cfe420ea370ed97a7b5d97f5ec 2,235 1.00/1.00 vMB 8
530,221 530,221 0000000000000000002b67fc5a5ddb402c95a1c5d9ecfa2d947de2eb99305c5f 1,361 1.00/1.00 vMB 25
530,220 530,220 00000000000000000009461c21c69492f8dec3c59a6d2263f6fa26de74017c69 977 0.41/1.00 vMB 54
530,219 530,219 0000000000000000001f03772fd0649ecfe3c970b5eabb83555197c293a583f1 2,076 1.00/1.00 vMB 12
530,218 530,218 0000000000000000001a6909f9248f45868ee1e7c4ca6a0507f1e284f70fea41 2,186 1.00/1.00 vMB 13
530,217 530,217 00000000000000000024ddfdd1674d98870cc72de4fc4e88a0b9aacdc736805c 2,075 1.00/1.00 vMB 12
530,216 530,216 00000000000000000007ffeb79016ffea908c43bac45ea4eae73e592b76bb5b4 2,423 1.00/1.00 vMB 16
530,215 530,215 00000000000000000010cb703698f6fcd9c590067fa3f1802e18443087e867b6 2,776 1.00/1.00 vMB 19
530,214 530,214 0000000000000000000a873ba841ea8a88d1744f596a503d2ebe97577ced2eaa 2,728 1.00/1.00 vMB 16
530,213 530,213 00000000000000000022fffd32172b104051034dc33fa1cce2a82da0a11e7cad 2,659 1.00/1.00 vMB 60
530,212 530,212 00000000000000000033e5bde07e39831a4dcf5f01929640e0a6d63e34d2fdb4 2,843 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.