Loading Tool

Explorer IconExplorer

Memory Pool

73,808 transactions
28.23 vMB
0.06841273 BTC
Random Selection Loading Transactions
Max Size: 167.78/200 MB

Candidate Block

Mining Attempt 3ef8d7365171ab18b768f1481c4fe41139b0392a2d743ea6b65057f427b82ecc
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root 63df68c6a0579e5f1b2cdea5efa97cab58fbcba670b625718d3815fcedf792ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,604
Size: 1.00 vMB
Total Fees: 0.01189023 BTC
Feerates: 101.62 > 1.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (114,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,701 800,701 00000000000000000000416a8b001a6604a79d00e9fc1b09d4317a73cc074df6 3,155 1.00/1.00 vMB 6
800,700 800,700 0000000000000000000065b30e9cee4d940d323d8fc22a1a9174b3d989a55739 2,607 1.00/1.00 vMB 7
800,699 800,699 00000000000000000004302380dba708cbbd9b64491a6eecd92fb26f5bc5938a 3,062 1.00/1.00 vMB 12
800,698 800,698 00000000000000000003c6b994a42526cf46038bd48cd5256dba90b121dcec72 3,015 1.00/1.00 vMB 7
800,697 800,697 0000000000000000000330c3f4e9da5c2d2776d63564ceee899809b4db1f586d 2,187 1.00/1.00 vMB 7
800,696 800,696 00000000000000000002bc9e72a04ee19f3b4747fcbdde8b27e42967d5f37eeb 1,835 1.00/1.00 vMB 12
800,695 800,695 000000000000000000023cdb4816a4fe412c4c172e0a258a364c7dafb679a504 2,304 1.00/1.00 vMB 11
800,694 800,694 000000000000000000003862dd1738304ae65d90b726d8938e900d8a6e1dabbe 2,108 1.00/1.00 vMB 14
800,693 800,693 00000000000000000005299d7a1ca210778ff273e0a31db93898a9450ddf568c 2,096 1.00/1.00 vMB 14
800,692 800,692 00000000000000000001f8521b0bdb6dac00b0b891478353fc8965b222c657d9 3,084 1.00/1.00 vMB 15
800,691 800,691 0000000000000000000204ef2f293c2cfb808fbb647f27367557e3e7065f699a 2,104 1.00/1.00 vMB 18
800,690 800,690 00000000000000000002b3fb229c01f3e06052fc920a9b972e8fab10290d5342 2,680 1.00/1.00 vMB 36
800,689 800,689 00000000000000000001559fa25db61b9198e236d3c87951f215e76b83f829ed 2,951 1.00/1.00 vMB 16
800,688 800,688 00000000000000000003de9743da1225363ec54919aed98a201a07ce22a08aea 1,546 1.00/1.00 vMB 13
800,687 800,687 00000000000000000003d2e83df773ea8e9f591afa957a901353263a522f564a 3,318 1.00/1.00 vMB 23
800,686 800,686 00000000000000000003ce2b5e3324ccf3708464a92440e1e12c4a592128f907 1,364 1.00/1.00 vMB 7
800,685 800,685 000000000000000000017a45078a017c84b57d34b6ef109d5d18aa1bc493a962 2,752 1.00/1.00 vMB 20
800,684 800,684 000000000000000000054a518280a8cae7019e7bf2fdc1f96baf57f277ea43cd 1,638 1.00/1.00 vMB 7
800,683 800,683 00000000000000000002803c807e0b6415ac2c38d42a75c014e866049638444d 2,142 1.00/1.00 vMB 12
800,682 800,682 00000000000000000001e820f06c8f03ff75e8ef10e0bf1dfe0abfca7fec2f77 2,185 1.00/1.00 vMB 11
800,681 800,681 00000000000000000004b37dc704354c68c0efc6a46bfb1982be3d0b0e3bf53c 907 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.55 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.