Loading Tool

Explorer IconExplorer

Memory Pool

83,495 transactions
22.42 vMB
0.08647723 BTC
Random Selection Loading Transactions
Max Size: 150.05/200 MB

Candidate Block

Mining Attempt 8c6a247a17bb1dedf81f8c1364c5ae338583480dd76d7eac138f359dece8f2c1
Version 20000000
Previous Block 000000000000000000014fef8143573419addaff62cf7a3ec15459e587987387
Merkle Root 75d17f4471c41fe2a4a20925b3dbf15183724bb699ebb24d3044ae5ff4aef547
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,432
Size: 1.00 vMB
Total Fees: 0.03339663 BTC
Feerates: 165.90 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,171 (838,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
77,600 77,600 0000000000005be72f31f6e44d9cc92d69b9db0d86b7fde42c4173a360b8d4aa 1 0.00/1.00 vMB 0
77,599 77,599 000000000020ef7716a873a9ccc7a04b09b3f0b4095a18edcda0dd9f5dce4e50 1 0.00/1.00 vMB 0
77,598 77,598 000000000067bcd1208d2ba940837b3f6962c756bed0d71e5f7e12ca36a9f911 3 0.00/1.00 vMB 0
77,597 77,597 00000000001db02b03e3d832b514313b95c01ddfb3b356ff3f9dcc1a2fe81bc7 2 0.00/1.00 vMB 0
77,596 77,596 000000000013765a5d8f62c5c09184ff09a5bee00ce7b957080129f45e36571e 2 0.00/1.00 vMB 0
77,595 77,595 00000000005aa543365ec82c8f3e0d7edbc7ce372ebab1e02dcb54bb16f9bf63 1 0.00/1.00 vMB 0
77,594 77,594 000000000061f27a3ef9fba47254231e29234d843219a0865a9409c786712f5b 2 0.00/1.00 vMB 0
77,593 77,593 0000000000684ccb34c65def1ff68b127841bccb00b5bd1c8910aa9c324a34ee 1 0.00/1.00 vMB 0
77,592 77,592 000000000048aa36ffa5502846ffe2aebe08f111a0021cffac1ef5c10f6d2cf3 5 0.00/1.00 vMB 0
77,591 77,591 00000000001fa332440c10951258d30004ae174df8aa14548498d6749637c6b9 1 0.00/1.00 vMB 0
77,590 77,590 00000000003df31d82693b4dbe1baa3c127d0c8c01a8869febe01d7660f8ea6a 2 0.00/1.00 vMB 0
77,589 77,589 00000000000f1d2ae8f847b2de4738a92a8ee36122fdb0162cd9b066c056f13b 3 0.00/1.00 vMB 0
77,588 77,588 000000000064ef1041637af4ebdf3451be59ac7b39000a45eb704c927c4a0565 1 0.00/1.00 vMB 0
77,587 77,587 00000000001f05ee38c10c7e26975e1b3b5c68fced72e65022a51c07255a44eb 3 0.00/1.00 vMB 0
77,586 77,586 00000000000fdc495b423202eef1b98975ef04e16ee9abd6531119bdee97527d 1 0.00/1.00 vMB 0
77,585 77,585 00000000003093b6caa43dcdda19ec927259057f842b756ef278c5c57cb571af 1 0.00/1.00 vMB 0
77,584 77,584 000000000062dbe9a2b1d47c59c5234318a2478f68efa83faf64ed4e0699ea43 3 0.00/1.00 vMB 0
77,583 77,583 000000000014cb30759f1ac94b53b321ce6b4438b58465dbe30c9fe608e75a8d 1 0.00/1.00 vMB 0
77,582 77,582 000000000012b41eee8dc816770067f5470335aca12869a811dddaf4ff2cc13f 5 0.00/1.00 vMB 0
77,581 77,581 0000000000311784cfaabf28d567548e9fbe4f2fffc746b93118ae5da82c4013 5 0.00/1.00 vMB 0
77,580 77,580 0000000000535966a5294d5c5636aafd51ccbe5202f2493d78fefa6cf8b4eb40 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.41 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: 820.20 GB
    • Received: 24.68 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.