Loading Tool

Explorer IconExplorer

Memory Pool

17,946 transactions
8.12 vMB
0.02659315 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.85/200 MB

Candidate Block

Mining Attempt 91e1e59f782315e78356ab1ea76083c1571788871cacfeaef477daafbb09538c
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root 4860a2d2f204412e2ac39c6fabdf1406d8630cdb05bcaf987f19ef378368cf42
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,938
Size: 1.00 vMB
Total Fees: 0.00955780 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (698,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
214,972 214,972 00000000000000aa2766b6e86baa10ee51ebcb96fce40a12208fa9fb7375ffdb 224 0.10 vMB 163
214,971 214,971 00000000000000da5d9bc5ed95a4702383bc743fa3a87ae19dcf9f23a14c9829 143 0.06 vMB 209
214,970 214,970 0000000000000182061708d655221b8143126e4784070b7dcd2f4fcfcaef4c2b 331 0.11 vMB 213
214,969 214,969 000000000000025fa07c70cdb708ab73848a7a9551a52ad9e9b92ef362f43339 92 0.05 vMB 144
214,968 214,968 000000000000032199942a55bde31b05bf77648d99662579ad93dac08cbf0df3 361 0.17 vMB 223
214,967 214,967 0000000000000327f8f79c74db956e09058585420790c9a83f138b20c6cbd5f6 64 0.02 vMB 226
214,966 214,966 00000000000000aaae427b873e0fa60df62eaf1ff9f6ab0b435d46ea4c7e560f 173 0.05 vMB 7
214,965 214,965 000000000000005ee2a234adff2ef853cd43f9aa9ddce3f868b98d8fccab8ef3 636 0.24 vMB 297
214,964 214,964 000000000000009ecf1583f604c05b00461d4e5194e602c803dadff4814a1415 12 0.00 vMB 419
214,963 214,963 000000000000026f1f50fa3b5be57658441abb2483ddc91a732f72ecbba5ea45 11 0.00 vMB 270
214,962 214,962 0000000000000136380c136f6997b768fab7893bf1ca365a10b5cce34a442cfd 135 0.05 vMB 229
214,961 214,961 000000000000022bcf90ae03a779ea20fe993683538f19bd8675be37335d2997 332 0.13 vMB 245
214,960 214,960 00000000000002e635fb8c3b722d4d909de6d0936bd1764eca39f6a53a6c5cfd 175 0.06 vMB 313
214,959 214,959 0000000000000347884f03b95412b1c2c8e20db1e918e2eba43ebd28839a374a 34 0.02 vMB 248
214,958 214,958 00000000000002e52bf6ae5af4bd3427141c33d9f73571664b8c5de9cd0a0946 115 0.07 vMB 210
214,957 214,957 0000000000000063ead974d0c195809cb4c268e1eb2a6c4b435d0d22ef1e889e 44 0.04 vMB 374
214,956 214,956 000000000000008abe29abfc4c9cde3483bff888021b249a32840b1851e6661f 595 0.24 vMB 229
214,955 214,955 000000000000047a3c9f7c2afc8fc616c6f8842828632a03207c4921c2ac1bcb 148 0.05 vMB 2,006
214,954 214,954 0000000000000442036f0597fe36b54be63d0729efbe4096e841f18a8a87a38d 69 0.04 vMB 117
214,953 214,953 00000000000003082bd7041c61568a20cfb17660e0081b12c37b44f92452cfcc 376 0.15 vMB 199
214,952 214,952 00000000000003b7f0474d4290d9dc85100d30b4c0dd119833beae44406208ad 32 0.01 vMB 293
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 283.50 GB
    • Received: 1.13 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.