Loading Tool

Explorer IconExplorer

Memory Pool

41,064 transactions
27.31 vMB
0.07814226 BTC
Random Selection Loading Transactions
Max Size: 141.00/200 MB

Candidate Block

Mining Attempt 7c83378597b5f5f7ff80987c4ea0c71815005ca0d3d6612020ab3e78850610a2
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root d17dc4aeba8b95584df1f6fac34120a33ec9ebb84b4a9b33048920b6b8bbd567
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,083
Size: 1.00 vMB
Total Fees: 0.02561024 BTC
Feerates: 141.50 > 2.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (331,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,232 583,232 00000000000000000020d68e21c22de3b0256e94c880d24410e304422ad87502 2,382 1.00/1.00 vMB 35
583,231 583,231 00000000000000000016e57e7831a2be521b507d3dbe1bc310751ce5c0dde631 2,244 1.00/1.00 vMB 113
583,230 583,230 00000000000000000005d16208db7de2fd899fcb926a1f26039d0bd57bb0e611 2,000 1.00/1.00 vMB 128
583,229 583,229 0000000000000000002128b23a3e1579b4a663ca62367c9f0c9d636cd9d26f1b 2,355 1.00/1.00 vMB 147
583,228 583,228 0000000000000000002301fa0915b74b524512865ac2ac8aa55def65219f45d7 2,013 0.62/1.00 vMB 64
583,227 583,227 000000000000000000203df3a64c82e056a8083004f416ced5e4016c151a093e 2,585 0.86/1.00 vMB 49
583,226 583,226 0000000000000000001efd663f14b310a6f5233a351524324d3d4162d73dca86 1,331 0.42/1.00 vMB 58
583,225 583,225 0000000000000000001a3a2b4db461bff81072d5541d89d169270a0590426ab6 1,354 0.43/1.00 vMB 80
583,224 583,224 00000000000000000009b1424f8d2fc408c788664b28584fc615c7259ea8d9a4 1,416 0.58/1.00 vMB 23
583,223 583,223 0000000000000000001d8789547c48e832eb776c6d3b8bb1f02f9a5239ec7fbe 2,419 1.00/1.00 vMB 26
583,222 583,222 0000000000000000001d5064ef472da0a665ab3f48daf4c811475baa28bebc0d 2,018 1.00/1.00 vMB 33
583,221 583,221 000000000000000000073314804d16aed4d5711618923627102a3df010790c7a 3,311 1.00/1.00 vMB 125
583,220 583,220 0000000000000000000dde12a0c6f573647067a1bb37a69aa99a6e6c43dc5429 2,853 1.00/1.00 vMB 122
583,219 583,219 00000000000000000017ee8268204134f78565a05f6e2cbd7293770cadc328c0 3,083 1.00/1.00 vMB 69
583,218 583,218 0000000000000000002019ed8c92a3746e8d2e4ec0905e1b6e3399e62deea08a 1,611 1.00/1.00 vMB 56
583,217 583,217 0000000000000000001b52e5daaaed1836fa7ada2e1eed8a64998824f11c0d9a 2,612 1.00/1.00 vMB 7
583,216 583,216 0000000000000000000a0a320b2874b9dfa9feb1ecfb4bbf355d640c2605edff 2,774 1.00/1.00 vMB 132
583,215 583,215 0000000000000000000b9bc237f3094c1b07abab40d6c17220a68f27fa5a99e3 2,843 1.00/1.00 vMB 20
583,214 583,214 0000000000000000001809ca0369f8cfb8c8349c984a31d8b863c7ec86b2057e 2,543 1.00/1.00 vMB 21
583,213 583,213 00000000000000000004b3f95320f8d820eb443309cd2eb51dbb0794499d0205 2,453 1.00/1.00 vMB 36
583,212 583,212 000000000000000000018055a763407778ca6d33695453ff27e254a8e9ce525e 3,291 1.00/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 781.79 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: 633.65 GB
    • Received: 12.21 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.