Loading Tool

Explorer IconExplorer

Memory Pool

79,298 transactions
29.45 vMB
0.08927739 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt 7c8f9262f3a46c4d23ca59fb2db05b4fd5b791edcec33acaa9e0f9ecbb79bc8d
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root f66063d7713a149012fa4b3dead5c289ce48ed4f3200b05727e85535f5d0a805
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,903
Size: 1.00 vMB
Total Fees: 0.02747245 BTC
Feerates: 301.60 > 2.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (106,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,926 808,926 0000000000000000000458b620d5e5e33c7269905da1dd70294861dd336da889 2,782 1.00/1.00 vMB 24
808,925 808,925 00000000000000000000593908fa115a5391a95a2f47b52beecec46180e080c6 3,571 1.00/1.00 vMB 32
808,924 808,924 00000000000000000002404257841f2326d1529d75d04cdb1b04e78598d84019 4,233 1.00/1.00 vMB 25
808,923 808,923 000000000000000000020995992278311d3fd06f21ce8f451b93e8f1989a00ff 4,046 1.00/1.00 vMB 25
808,922 808,922 000000000000000000044b506ce5e09260bd055c4588b383f89e952571070f18 4,957 1.00/1.00 vMB 31
808,921 808,921 00000000000000000000ea7c8c3fd9a3f8f72cf78190bac73c3fe742557ed98d 5,404 1.00/1.00 vMB 26
808,920 808,920 00000000000000000003f89fea9d1f2281f30ce0b3b6c73463d36af6b9c8c161 5,784 1.00/1.00 vMB 26
808,919 808,919 00000000000000000004335f53a58d9e3c7263c88ced3cb43a434f627d98e1f8 3,996 1.00/1.00 vMB 35
808,918 808,918 00000000000000000003eb7047645249ca1b89b7940822787b5c01b73fb0f832 2,416 1.00/1.00 vMB 28
808,917 808,917 000000000000000000040c9a84f99f50d68ac3a7b60d167ee1811908ad87e6d0 2,376 1.00/1.00 vMB 41
808,916 808,916 00000000000000000002d7f8a6d2c5ae6f6816e82cfbc4dd57553081ea7b9c6c 3,565 1.00/1.00 vMB 38
808,915 808,915 00000000000000000002c73197026dfa33833496a63c1fc5341de8c9bbfaa815 3,900 1.00/1.00 vMB 41
808,914 808,914 000000000000000000012bb5f393c6af1ae4d5551afd625e64b544696fa7b2ed 2,596 1.00/1.00 vMB 44
808,913 808,913 0000000000000000000131911d03c0d2256f226327fcf2d285df9f4ab7577436 3,219 1.00/1.00 vMB 34
808,912 808,912 000000000000000000035c9cecbdbbcfcec030c3ae5e42ebc7626514d88e4a21 2,372 1.00/1.00 vMB 25
808,911 808,911 00000000000000000002f7c25996e03ae52ba854629dae9bcd3efaaa8ec3a552 2,172 1.00/1.00 vMB 31
808,910 808,910 000000000000000000026ab209b1413f3d47659e06c6c708bfe08dfa7678e2f0 1,245 1.00/1.00 vMB 29
808,909 808,909 00000000000000000004295969466c5610045236f717e0db12405732ee45d0ca 1,463 1.00/1.00 vMB 39
808,908 808,908 00000000000000000001a7489894be7acd79b0c3825b0771d636a044810eaa3c 3,022 1.00/1.00 vMB 52
808,907 808,907 000000000000000000041316153c4d14b149b09e9deef7864add6830fb205ad5 2,797 1.00/1.00 vMB 46
808,906 808,906 000000000000000000006a61ec0c8f9dfc521db5eee120f90b779a89c7c88848 2,047 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.