Loading Tool

Explorer IconExplorer

Memory Pool

30,852 transactions
18.28 vMB
0.04163504 BTC
Random Selection Loading Transactions
Max Size: 97.49/200 MB

Candidate Block

Mining Attempt 94aaf7056a2c0481fd8f872c158d48775d2f8c1c4e5e8838cfb241c666af7d3b
Version 20000000
Previous Block 000000000000000000019ffb32b971e2066879778591327aec7684a3c8f106e8
Merkle Root d818c20f7fe8a8243ea54a299ab5216b870e61c9e9c7c1a472c7d35bd95fedb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,529
Size: 1.00 vMB
Total Fees: 0.00711703 BTC
Feerates: 44.54 > 0.71 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,132 (821,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,926 92,926 000000000001c042c4b3bd8a5e05555f87f2bcb6c0c32a888411f1e8af6cedb2 1 0.00/1.00 vMB 0
92,925 92,925 00000000000740091da95941aee09cb77e39890ae5858a3c153ef4eeff142254 1 0.00/1.00 vMB 0
92,924 92,924 000000000001e0a51b78fd9e624bafc4a811c059a5dca66278b5c8b283a3c89b 3 0.00/1.00 vMB 0
92,923 92,923 000000000005b1d82f41307ef051ec5f2efe8f4087b7fec0ff442d4c06fec3c8 4 0.00/1.00 vMB 0
92,922 92,922 0000000000066beaefc23e531596e6682384f10f8460b779b06231c0d9662b97 1 0.00/1.00 vMB 0
92,921 92,921 00000000000679c81bfad3b483809dc9a3afeb946d89a785068a1c36338a974e 1 0.00/1.00 vMB 0
92,920 92,920 000000000008e11530427caad7fafa159e82a7d14bc8ebe596193621d1e69248 71 0.02/1.00 vMB 0
92,919 92,919 00000000000788427d85f48ab8983e01fa4777d6dad2c22dbcf561304935304e 1 0.00/1.00 vMB 0
92,918 92,918 0000000000052dd955d18ecf626f8ea7d8f7e90236b82be1ddc636495a4b5623 208 0.05/1.00 vMB 20
92,917 92,917 00000000000215a8647757d632da976971f6f07845fe4e4fc3e97fad2e3c9e57 16 0.00/1.00 vMB 443
92,916 92,916 000000000005b420b935b16177e7ef7b30ecc6572d9d6be71cd27b5a8e5cf0dc 219 0.05/1.00 vMB 20
92,915 92,915 00000000000676b73548165a02c33112efc36041f97f2384ed30b33da845f18a 1 0.00/1.00 vMB 0
92,914 92,914 00000000000779f93b07f89650a86279139ef0097ece7a9a29cada80d9bb99f7 219 0.05/1.00 vMB 0
92,913 92,913 000000000007257dc400b60a5c111c18e6e568699856acc4d65f03f4fe17abaf 1 0.00/1.00 vMB 0
92,912 92,912 000000000002586604291aa2af666ec921c697022152eb6ff4d11cec63338f6b 1 0.00/1.00 vMB 0
92,911 92,911 0000000000037505048f94cd73b34f7f402817ac3b14f573f4fa68e5691159c0 2 0.00/1.00 vMB 0
92,910 92,910 000000000001fbc0ddf3cefa63a872e1698b193cbc9987255c5bd28af4eba34d 1 0.00/1.00 vMB 0
92,909 92,909 0000000000013c72bc0d7108c75027b3f442cd3def127f0453fefbdc98f226f5 16 0.00/1.00 vMB 0
92,908 92,908 0000000000080a08993633be67007c1e1346c65f777d5e7111c759fa689f9d81 1 0.00/1.00 vMB 0
92,907 92,907 0000000000039614e37b2246ac8e18aeb83a4845e3a95cd1c6389dc6ee8ab1da 219 0.05/1.00 vMB 0
92,906 92,906 00000000000892d223967add2eb8e20e2f6ddcb9bba9db442755c2223761b263 218 0.05/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 780.83 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: 561.85 GB
    • Received: 7.44 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.