Loading Tool

Explorer IconExplorer

Memory Pool

38,107 transactions
27.25 vMB
0.06586243 BTC
Random Selection Loading Transactions
Max Size: 138.36/200 MB

Candidate Block

Mining Attempt 0db77b5566a26c90a018f4a6f6886640b1c123629bbe5c61eab74a70dab7b862
Version 20000000
Previous Block 00000000000000000000a9fbf6a045a329fb13a74c910ba400ecc10d4506593e
Merkle Root f4cd5bc59028278ad17d8bda15a4c68417ccaed6a2dcaf3c207b1bec43501ece
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01429701 BTC
Feerates: 179.53 > 1.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,643 (270,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,974 643,974 00000000000000000007d7304e94cbbbb9efc665c66a1b925c020561b7709982 883 0.27/1.00 vMB 24
643,973 643,973 00000000000000000007ca27937ac8e1b1a8c34ce3ed0ae0919bfe5b56fb0b90 1,618 1.00/1.00 vMB 66
643,972 643,972 00000000000000000008efd314b2f0b64e6ee8e618235b7aabdbb4b6ff645853 1,055 0.52/1.00 vMB 54
643,971 643,971 0000000000000000000b77fa4a5a95c4606c33cdcd053d8096a9756af74d0537 1,222 0.50/1.00 vMB 32
643,970 643,970 0000000000000000000b7263e1b3f3fb85bf3d40727c1953a3b6fd8198b1150e 169 0.06/1.00 vMB 39
643,969 643,969 0000000000000000000d0717d2ecaaf4fd9b4c4015cc672d7a230db568abe1f5 314 0.13/1.00 vMB 50
643,968 643,968 00000000000000000001e2633089aab4bc983fce84f6118d3a1e90304b9541f8 819 0.31/1.00 vMB 49
643,967 643,967 000000000000000000034c0a0748b05dd9cb4081ab9312f2a12fa391190986b9 597 0.22/1.00 vMB 29
643,966 643,966 00000000000000000009dc94ea797d339f818b323273ece8f73bcc8068ca8012 1,479 0.62/1.00 vMB 34
643,965 643,965 0000000000000000000c3532515d9e8d9df3ef0c9ddafaa7fc37a7a9da5595f5 771 0.70/1.00 vMB 11
643,964 643,964 00000000000000000009e154ec03bee064234f76f788b72981f9a625de3a3899 2,077 1.00/1.00 vMB 20
643,963 643,963 000000000000000000098ea073acd30a65d8ec425ebb737752270d19436a789a 1,904 1.00/1.00 vMB 41
643,962 643,962 0000000000000000000a2edb52b6ad84e4d99e37414d6b08490cf17234864e71 2,159 1.00/1.00 vMB 78
643,961 643,961 00000000000000000006eddb7b0bc49548b43aee939ae2f3e1198adb6f982a23 2,230 1.00/1.00 vMB 37
643,960 643,960 0000000000000000000f8fb9042a9a2f08067affe0a5a9ecb3f4d18c6fe14aef 2,594 1.00/1.00 vMB 49
643,959 643,959 0000000000000000000f31b9b49cc0baf032db08f9f9c660649ef898139da009 2,412 1.00/1.00 vMB 67
643,958 643,958 000000000000000000017f2e1e49b0c4df1e2352f41f96709859f043dfc388a4 2,000 1.00/1.00 vMB 46
643,957 643,957 000000000000000000107efaebcbaf8b671d88de171562378ba86208bdd335cd 2,579 1.00/1.00 vMB 6
643,956 643,956 000000000000000000094dc5886f160904dbb30af2500ed66b8df574d0a0071c 2,410 1.00/1.00 vMB 4
643,955 643,955 000000000000000000053ba006b1a6f5f33d159f132cb3ce8629ea0f66737b4d 2,173 1.00/1.00 vMB 39
643,954 643,954 0000000000000000000929143b9b7dca9c1b2db33a7d8502a8a0c974a2c6acb5 1,846 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.76 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: 632.16 GB
    • Received: 12.10 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.