Loading Tool

Explorer IconExplorer

Memory Pool

78,751 transactions
30.04 vMB
0.08996674 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt fea98befff3b156ad2910abea775b0cffce6c749493b7bcee90bc9abf5b7baf4
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root b2b7b94e724b8250f783d26ca569967f9049f9340efd5f477ec39b0e27585007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,952
Size: 1.00 vMB
Total Fees: 0.02046190 BTC
Feerates: 150.61 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (159,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
755,693 755,693 000000000000000000009a340ae3c9d795de3d59e59f6993d010b3f9aabe337d 89 0.02/1.00 vMB 17
755,692 755,692 00000000000000000004a5b156429479c67369b0269dd4de88c5242fe13e2864 1,948 0.74/1.00 vMB 11
755,691 755,691 000000000000000000023fd27b0a8fd0fd163d9f6aea99601a4b0fb17f5d7dd8 584 0.29/1.00 vMB 7
755,690 755,690 00000000000000000008c24fce8e80391c23ef7989940b4858f9d756458bf755 118 0.05/1.00 vMB 8
755,689 755,689 000000000000000000080632ee9a5c282d1e5a6c6c0373153f2194b8526b018a 2,201 0.90/1.00 vMB 9
755,688 755,688 000000000000000000049ada73c59d3fe5836bcf35d71aa40183ccbcc779f48c 683 0.20/1.00 vMB 13
755,687 755,687 00000000000000000002a5258714c2196d016d288b05d35d9c8c3a6a1880c8ed 536 0.19/1.00 vMB 12
755,686 755,686 00000000000000000007fb446ad7829b74513db86a76051efa7048518aa8e6b2 2,224 0.95/1.00 vMB 8
755,685 755,685 00000000000000000000e5a364d3ec3cf560793f3f0c215624346657583234fa 810 1.00/1.00 vMB 2
755,684 755,684 00000000000000000007b76319c3491fd3936048ec3194de630ee3f5bd5721cc 2,558 1.00/1.00 vMB 12
755,683 755,683 00000000000000000002adeec6cf276fd0063f1df1678406b22df288b0a28566 1,660 1.00/1.00 vMB 7
755,682 755,682 0000000000000000000816123dc126bfa80291213177bab2d2ccf08e2994d3e8 3,229 1.00/1.00 vMB 14
755,681 755,681 000000000000000000038152a0060738f46c2c6c9d8412948b49931d0c34b35c 2,318 1.00/1.00 vMB 7
755,680 755,680 0000000000000000000798961b91583d9d06cc95a88f64de75dedd5bda4c41d8 1,173 1.00/1.00 vMB 3
755,679 755,679 000000000000000000007a2fe380e7ccd96b1d9c0c17eac292a9cf6f3fe043d1 1,671 1.00/1.00 vMB 8
755,678 755,678 00000000000000000008381179ff4e3190a199c9ae95a814d61cf4f580a7db34 1,629 1.00/1.00 vMB 17
755,677 755,677 000000000000000000052f85934ec65aadf48bb7708b701f8a3c0ecd24e09a10 2,756 1.00/1.00 vMB 4
755,676 755,676 000000000000000000048b684f0ad995e1d7e77dfbff09259160f438d7ae3d54 2,953 1.00/1.00 vMB 17
755,675 755,675 00000000000000000004f2a74d4b3977ee0afd81cf09ec17bf57f3f8fbdb3d79 2,665 1.00/1.00 vMB 18
755,674 755,674 000000000000000000085cfe004c2aa66dd968d9efa1c9f403420a9ad0e502b9 2,485 1.00/1.00 vMB 11
755,673 755,673 000000000000000000037b2c8e7d8dc331abdd6b264db3c11c4e1f40fce29c71 2,094 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.66 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.97 GB
    • Received: 16.35 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.