Loading Tool

Explorer IconExplorer

Memory Pool

81,540 transactions
30.49 vMB
0.11418574 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 970ff349a93e8be26e66085828a8efb6162cac0b7706c9d09ab2254f154652e9
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root c0a1ee1d1ef66afeea912d3d4e3cfbe002424609f1830b9e98490dd5dca111ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.03925920 BTC
Feerates: 180.34 > 3.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (140,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,624 774,624 00000000000000000004d0f67fcd629024420da7b4ec9428165792030a819ab6 1,850 1.00/1.00 vMB 8
774,623 774,623 00000000000000000003fbaeea943f8bbd2d66d2fca18477b7454a42a84858fe 793 1.00/1.00 vMB 15
774,622 774,622 00000000000000000004b9a5923c4c734226a92f3926d1609f5471aa8e7d4a07 3,200 1.00/1.00 vMB 27
774,621 774,621 000000000000000000040b9fab0330cf358f1ad07ed4a0e267c3e13646e8ea5e 3,927 1.00/1.00 vMB 4
774,620 774,620 00000000000000000002c60e59b510e893a79d65c3a6260daa3eca8188af812b 3,321 1.00/1.00 vMB 23
774,619 774,619 00000000000000000006c4318fa6ee92ba02ab103d68624a847d122bdc233bb1 4,695 1.00/1.00 vMB 13
774,618 774,618 00000000000000000003cd4f9f2230a553be88f145a6d567a135b9528b470c63 2,123 1.00/1.00 vMB 6
774,617 774,617 000000000000000000060139ea9c801515d4d4fa024c96f5ca0b62d6a017221d 2,291 1.00/1.00 vMB 14
774,616 774,616 0000000000000000000094b7efd01cf73af0958ac1595d384c2f7c57ac76ab49 2,824 1.00/1.00 vMB 19
774,615 774,615 00000000000000000006ce96859916f57bffba949d3876e5be18e5a7f7fbcf22 3,342 1.00/1.00 vMB 31
774,614 774,614 000000000000000000050ead4332592f56b3a51cb8d7f07775d4007cb9072cf7 3,212 1.00/1.00 vMB 20
774,613 774,613 00000000000000000001ab72312abe9f066f7785f676688f1303d528364df065 1,230 1.00/1.00 vMB 8
774,612 774,612 00000000000000000005e5df477444b77e26f4021ae9071e3b42f30b64d3979d 3,443 1.00/1.00 vMB 28
774,611 774,611 0000000000000000000650083ebe868d478dde4b56246cfc20ffd2399a071db5 1,485 1.00/1.00 vMB 13
774,610 774,610 000000000000000000012c48109a6da26f3564cef7ad7f191abaab66964a5842 2,102 1.00/1.00 vMB 19
774,609 774,609 0000000000000000000528b11592ef08822b79f6573e4410e2025987cd3e6508 2,227 1.00/1.00 vMB 27
774,608 774,608 00000000000000000001409a7b23376dd079c2d65a649c063bd964bbeb0125ad 2,378 1.00/1.00 vMB 11
774,607 774,607 00000000000000000001c45bf0c960be8de19dabb87097ba2a5029c7fe3af5e5 3,748 1.00/1.00 vMB 32
774,606 774,606 000000000000000000019fa80e8e6e22a7595b7bf5afdce792e1cdf21e875ebe 2,795 1.00/1.00 vMB 19
774,605 774,605 00000000000000000005f56b857f38ff8aafec04d89b8cb38a8dd2ac93d3751c 3,866 1.00/1.00 vMB 31
774,604 774,604 0000000000000000000004a6145e04f41eafd103213689d5d8b505549d2fcf62 3,277 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.