Loading Tool

Explorer IconExplorer

Memory Pool

84,454 transactions
31.53 vMB
0.09864587 BTC
Random Selection Loading Transactions
Max Size: 192.27/200 MB

Candidate Block

Mining Attempt d46e75960342e41d2c0bffa207679bca5b35e08f4c1cab3853787957c7c4b003
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 60f3c84de85f42b34e0a45aa7d7e0d3f7c0e8fc75ee1316fd91725d8ced6fd0a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,461
Size: 1.00 vMB
Total Fees: 0.02543353 BTC
Feerates: 150.77 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (500,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
415,259 415,259 0000000000000000028b9357c96b70b212859e6c325cfc1c7c636c0b19ebf3d0 2,803 1.00/1.00 vMB 61
415,258 415,258 000000000000000002e3d2889b00651922ced252cbec75585818ce56bcbaabc8 564 0.31/1.00 vMB 43
415,257 415,257 0000000000000000002a463fafa100bf6a3d6dfa784e5f0225a12efe29da1c48 1,874 1.00/1.00 vMB 33
415,256 415,256 000000000000000001533133795b611b86c10cefe89bcfe989bb0f5c483108a4 3,122 1.00/1.00 vMB 70
415,255 415,255 000000000000000003b39bfcd2c1f0e947d9ee636b3634ceb9dd5cfc56b6a5e1 1 0.00/1.00 vMB 0
415,254 415,254 00000000000000000541b299bc1b9e99cde0740b89f96dee056dbd7d2800909e 1,116 0.60/1.00 vMB 40
415,253 415,253 0000000000000000045a99c233077578bb3ca3b06c28371be024b9f405a37c9f 1,038 1.00/1.00 vMB 22
415,252 415,252 0000000000000000025b044c08cd08a88e7f0db7985a427fc1448c61a756b66c 2,597 1.00/1.00 vMB 59
415,251 415,251 000000000000000001a815bda17b9636432f498fe3f3796e739929ae85edff7a 2,156 1.00/1.00 vMB 34
415,250 415,250 000000000000000003b5645916a3f0a76a5b5f1822ab37de5e070a0c5bba9a31 3,343 1.00/1.00 vMB 85
415,249 415,249 00000000000000000559c5a888fde2a4b25718520abb0759a983ef1bc283ccf5 292 0.14/1.00 vMB 36
415,248 415,248 000000000000000004b1f4ceb26546124e288c4040c68404b37fc6488ca12f28 1,486 1.00/1.00 vMB 28
415,247 415,247 0000000000000000001fc237278363f49d8c8bf6bb3f32a5da98d8bd4b09acf3 2,178 1.00/1.00 vMB 64
415,246 415,246 0000000000000000007acce1f8cfcc3abb5e308e26396670d3972014c829cdec 78 0.03/1.00 vMB 45
415,245 415,245 000000000000000001d1131acc9d9c1352eca7ba86fc61d0fd9822db92c20447 941 0.92/1.00 vMB 22
415,244 415,244 0000000000000000001ac570c6af4b2be6b17997a489e50ee15dfbe31aba3262 829 0.31/1.00 vMB 59
415,243 415,243 000000000000000001118088a93518439c77d53d700e7cbec3e06eb42b7928bc 48 0.02/1.00 vMB 55
415,242 415,242 000000000000000002065badd74ec9a2a865506e94aca141b1f932fa93452d03 1,726 0.74/1.00 vMB 52
415,241 415,241 0000000000000000026035400f087853fb1ee247d8e7bec541a028df7974c842 727 0.35/1.00 vMB 44
415,240 415,240 000000000000000000cc4ff90f46654d8e1a45b07afddf9bebefe1be219092cc 542 1.00/1.00 vMB 14
415,239 415,239 000000000000000004b2dabfbbe9b1529c1fe7e23a8b864a19861404b3601f17 817 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.