Loading Tool

Explorer IconExplorer

Memory Pool

30,953 transactions
18.15 vMB
0.04758849 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.53/200 MB

Candidate Block

Mining Attempt b663021c10000b35bfbf0f639207b77c92e3e9cb6a351053b0cf795e65f3e2bc
Version 20000000
Previous Block 00000000000000000001947b38074da3ceb25843f57db9fcbda979a19d94bbc9
Merkle Root ae58fab9e458b4d06b1221f7c2bd0814e3b09ee8f82944d90a26197f74829a0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,724
Size: 0.997901 1.00 vMB
Total Fees: 0.01393137 BTC
Feerates: 219.58 > 1.40 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,863 (617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,246 913,246 0000000000000000000036e0be4be88dd42a4b97afb39b7e285daf12047ec5f0 2,014 1.00/1.00 vMB 3
913,245 913,245 000000000000000000021c2495ffa7ee8583c2368d5eaa6f5f7beeba21d585c3 966 0.35/1.00 vMB 2
913,244 913,244 00000000000000000000627781db74b56cc96f0c13c5a0ec067ee73356bbea42 2,404 1.00/1.00 vMB 1
913,243 913,243 00000000000000000001a3b71b68d0bdc25a7126b332fdb98a9965cb79bce92e 2,433 1.00/1.00 vMB 2
913,242 913,242 000000000000000000006741bb31d9e4c3f4ad49c29d233a4121f51f29cf6437 1,271 0.48/1.00 vMB 3
913,241 913,241 00000000000000000000f6a35db55c0bc46374b0c1bf60f3002dfc10e670be8a 3,363 1.00/1.00 vMB 1
913,240 913,240 00000000000000000002130ec113d9cf45f31f64da7d0db564cc1660a8ed9474 2,698 1.00/1.00 vMB 3
913,239 913,239 00000000000000000000b724a933599cd63e6c6b402ccb79f7f44c21eb31e607 6,117 1.00/1.00 vMB 0
913,238 913,238 00000000000000000000164b908803526857e61cef27d504ef1dc95065db946b 4,217 1.00/1.00 vMB 1
913,237 913,237 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d 3,930 1.00/1.00 vMB 1
913,236 913,236 00000000000000000001b4927e4f7a4d85ca97fe900aa6ae45c7cbcf1907343f 624 1.00/1.00 vMB 2
913,235 913,235 0000000000000000000197324d053d762119a9feffab642b50a9de0be43841a5 2,959 1.00/1.00 vMB 4
913,234 913,234 00000000000000000001135bbb1013a04c24080ffe112a4b93712212a682e7d8 3,075 1.00/1.00 vMB 5
913,233 913,233 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e 2,924 1.00/1.00 vMB 2
913,232 913,232 00000000000000000002171523b0948b2408751d81c5c9847d3c3e54b812a019 2,265 0.91/1.00 vMB 2
913,231 913,231 00000000000000000001b2728193cc8209c3401855766427ea4d0a4edb4338a1 2,394 1.00/1.00 vMB 5
913,230 913,230 000000000000000000009a435f08d385fd460ae021e67efe7d637d995df467c0 1,027 1.00/1.00 vMB 2
913,229 913,229 00000000000000000001c02571042c0baf36458b65db85617878e8175980e0c3 1,496 1.00/1.00 vMB 2
913,228 913,228 000000000000000000016a3c43afd44f5398aafe640082eea8ffe22a1c5ea899 2,528 1.00/1.00 vMB 3
913,227 913,227 000000000000000000013c5056580b5ab980de01ecfce4ef6c5d2d195a9a371f 2,911 1.00/1.00 vMB 3
913,226 913,226 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1 1,412 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 780.37 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: 523.75 GB
    • Received: 5.00 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.