Loading Tool

Explorer IconExplorer

Memory Pool

78,002 transactions
28.94 vMB
0.07799191 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt 25d564491332029251e4a3d972c8b9e4206760e7b30258b4117b36fad3132008
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root ebcc5a4e3cbc07bd3c6ff875f7de61be069329bc7c2d13c5fa627e36075a5162
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,506
Size: 1.00 vMB
Total Fees: 0.01750580 BTC
Feerates: 100.81 > 1.75 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (167,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,498 747,498 000000000000000000063aa10cb057d1ef3cb6104717fe0caadfb7137e5436c5 1,930 1.00/1.00 vMB 32
747,497 747,497 00000000000000000003adf72bbdb6f3b39b10c0d5b74fac26fa14f236a0e978 3,001 1.00/1.00 vMB 19
747,496 747,496 0000000000000000000229f0f5348acb515444bcf2bf08c9d0ae0dc947fb62f4 1,059 1.00/1.00 vMB 12
747,495 747,495 0000000000000000000579f825429d0c36187ccf7f385d3b5514dbf499ce189b 2,005 1.00/1.00 vMB 15
747,494 747,494 0000000000000000000408ea11fd8d5ef4f523d04024fbc8aab16c8b006f0631 1,575 0.54/1.00 vMB 10
747,493 747,493 000000000000000000080e81c05af359786d4a0ccf2962e560c309d69d463a35 1,374 0.97/1.00 vMB 3
747,492 747,492 00000000000000000006b48f966b04677a4c240092b2c3c1ad3b0a27ea6a2666 2,674 1.00/1.00 vMB 10
747,491 747,491 000000000000000000085fe44c3cadd8a6abd0582f375af59d191fb2dbfb04d3 2,606 1.00/1.00 vMB 16
747,490 747,490 00000000000000000009b452d5584f04276438a2d9099fbd6a691b9293c01030 1,153 0.70/1.00 vMB 7
747,489 747,489 000000000000000000041895a519dcf7add25d4fb475bcc5335970ca27f77524 2,723 1.00/1.00 vMB 6
747,488 747,488 000000000000000000079e7f3d5fb9abbb901e1a30e22e00721c8b971359b0ae 3,295 1.00/1.00 vMB 17
747,487 747,487 00000000000000000005003acf567e2c5f74e9bedf0485d047c7a554c9b08320 1,039 0.38/1.00 vMB 12
747,486 747,486 000000000000000000072111d71a2a0af2175ca85635ad2437c12241711ee3f5 95 0.03/1.00 vMB 9
747,485 747,485 000000000000000000015ed4f83f08e6f6ecfb3bf7afee2c78cac9085769a3e8 746 0.54/1.00 vMB 2
747,484 747,484 00000000000000000005ec09259fce3f5e945ae452fc0670930d78cfdbccf2ad 2,492 1.00/1.00 vMB 5
747,483 747,483 00000000000000000003709559b7e2d471e185e89eaa7e5fb546d2ccb00cac5c 1,456 1.00/1.00 vMB 9
747,482 747,482 00000000000000000005e38fc5107ec7fb41c9c0630a467fd923fd61c1faa32a 2,974 1.00/1.00 vMB 14
747,481 747,481 000000000000000000061e74af0b52ebb36c7647ae262652aab0306414ce6811 2,476 1.00/1.00 vMB 21
747,480 747,480 000000000000000000001b1212b2c0bb0e1065d67e8fa722b0a9c10abd7bd7f2 777 0.26/1.00 vMB 9
747,479 747,479 00000000000000000000fb64d77317927f64de5f6589b377be20c3b09e9c5281 219 0.18/1.00 vMB 7
747,478 747,478 00000000000000000009a71eb4ad7be666102621b912b904d546971ba52eb454 2,995 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.