Loading Tool

Explorer IconExplorer

Memory Pool

87,200 transactions
32.09 vMB
0.11679990 BTC
Random Selection Loading Transactions
Max Size: 196.15/200 MB

Candidate Block

Mining Attempt a546dd4cb78524d5bf1b66706fe51fc7985f775f05f54b3b8d8222b184e64432
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 8f8583421a4cbf05fbfd7752ec586fc2d132f0724412c61132981beab33b2df3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,456
Size: 1.00 vMB
Total Fees: 0.03244941 BTC
Feerates: 1,236.26 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (616,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
298,815 298,815 000000000000000019e73c4ba325754ff24417063b17bbd7e3fbac9dc70a7de1 99 0.06/1.00 vMB 15
298,814 298,814 0000000000000000849ded39e8b94f9e9127f767c75b7dead797a174364a617b 162 0.09/1.00 vMB 27
298,813 298,813 00000000000000004209c14cceefa3ea5f5beeeb0480361ce20ebe0db0d92a31 432 0.27/1.00 vMB 33
298,812 298,812 000000000000000029c11f7925ddbf4b88e5405af2bdda7189df5c5f7be82e4a 386 0.17/1.00 vMB 36
298,811 298,811 0000000000000000143c62507bf377095f42ff2860ec7acaf66738b587a30957 626 0.31/1.00 vMB 38
298,810 298,810 00000000000000001dd8c8c125bf0e27f26786601e5320636d0c2b97f1e66d85 423 0.28/1.00 vMB 34
298,809 298,809 000000000000000023eb39780331f15126da58caf077b950e2b3686eab477a91 749 0.44/1.00 vMB 27
298,808 298,808 0000000000000000466715d4f36e9141cb49e6b556eef9d8fb20cadfc1a8fa47 900 0.35/1.00 vMB 48
298,807 298,807 000000000000000022a74e950fca38f01074f5a05fd8fdd64606107ad52072e0 128 0.05/1.00 vMB 36
298,806 298,806 00000000000000007348ecaa97fc5dc049bc27b63ab1a21e00935439a768762f 8 0.00/1.00 vMB 116
298,805 298,805 000000000000000026113ccfae8c5235f517895088e90ba128e950a0a13e9218 329 0.21/1.00 vMB 32
298,804 298,804 000000000000000003549597589aea015386f59b983ddf75e13fa6ca2f5c9620 278 0.10/1.00 vMB 40
298,803 298,803 00000000000000003ce2fd0a544a50d820bd206fae9b51f06a975e580a40a00e 450 0.20/1.00 vMB 43
298,802 298,802 00000000000000007e730723817a80b0877c99a570935dedfbd050c757008d66 109 0.10/1.00 vMB 20
298,801 298,801 0000000000000000469132543f5e128530833c279619200c8a224c6c17ddca74 128 0.06/1.00 vMB 29
298,800 298,800 000000000000000027b15030305ce452841048f1363d594c3e1c547dff3a6ca1 505 0.25/1.00 vMB 43
298,799 298,799 0000000000000000247d7819348993f45fa337bf42785c5addcc6d432cac9f8f 594 0.33/1.00 vMB 37
298,798 298,798 0000000000000000169b25f09b5b841172d5c0469a2cd5385ccea67c942bfb6e 114 0.06/1.00 vMB 32
298,797 298,797 000000000000000060cf747ba6848c25148d0dec40236d92169fe79a4c18f825 154 0.08/1.00 vMB 40
298,796 298,796 0000000000000000118bec74202fcd7a102c163ff1ba3bfd0a8d2c77ae7d79bd 148 0.07/1.00 vMB 30
298,795 298,795 00000000000000006c676f335f47278ad91d5ec01c7217d97c15aed47ce27926 131 0.06/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.