Loading Tool

Explorer IconExplorer

Memory Pool

76,524 transactions
28.90 vMB
0.07430181 BTC
Random Selection Loading Transactions
Max Size: 176.65/200 MB

Candidate Block

Mining Attempt f972d265a885fb5ce36e3a78c58642f2c3eef7bf45a66969364e710e1fb4f694
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root c6139b57f4a3e4d96312ddd7b971c667fd149a7debb51ca147b058e3be99b1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.01137070 BTC
Feerates: 104.17 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (55,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
859,972 859,972 00000000000000000000d7b0f400d5481eebdcb2f198587cfca832031940f0e4 3,439 1.00/1.00 vMB 6
859,971 859,971 000000000000000000014815b3d7847e1ab5b8b036a432ae08ce1c6edec8722e 7,386 1.00/1.00 vMB 3
859,970 859,970 000000000000000000009091245657fb554612260074f35dea5946358595dedc 7,094 1.00/1.00 vMB 3
859,969 859,969 0000000000000000000025d3368b3b333e1af2b9f10720b1e13b7bae099bb43b 4,480 1.00/1.00 vMB 4
859,968 859,968 000000000000000000020fcbde1d10b66190eefe8b219a7e38d821fa90016ae6 4 1.00/1.00 vMB 6
859,967 859,967 00000000000000000001d7cd3c2d92096983bd8e50d869b7332232363e527d4d 4,449 1.00/1.00 vMB 4
859,966 859,966 0000000000000000000060e0375d1ff6aa89fa4728a5c9efa317e6f7f48c8dc7 3,710 1.00/1.00 vMB 6
859,965 859,965 00000000000000000002c3106178ecac721b9aaa22fec7628ad072215b088fd1 7,502 1.00/1.00 vMB 3
859,964 859,964 0000000000000000000135a2e11d49a7f70c96afefa77da703c95cf916321a76 6,269 1.00/1.00 vMB 2
859,963 859,963 0000000000000000000308c63b6beeebe6931bf5014b10f8ec3ecc16f7080cdc 7,232 1.00/1.00 vMB 3
859,962 859,962 00000000000000000002c41d10e208461ba8f22704a7cb73528553f88b0b4a6b 4,084 1.00/1.00 vMB 4
859,961 859,961 000000000000000000023387703a9c86b3e3ccae302bf165cb2830950b7d1811 6,570 1.00/1.00 vMB 3
859,960 859,960 00000000000000000000fc1fec8833eca8bfb338598f482d5302266f0a7464f5 6,408 1.00/1.00 vMB 2
859,959 859,959 0000000000000000000171ecce49b9fc8934fd00c8544966d7c6b4f92961de46 2,133 1.00/1.00 vMB 8
859,958 859,958 0000000000000000000158bcd1c79aeb19784cbf131a7f2531a22bcd1dcedbb8 6,007 1.00/1.00 vMB 4
859,957 859,957 00000000000000000002e6575758234742fe7bd2eeb152da0b22e6f45d5875e3 7,191 1.00/1.00 vMB 3
859,956 859,956 0000000000000000000028c7e4ebdf150d470bd0135acbd0304ee405f2708c64 7,325 1.00/1.00 vMB 2
859,955 859,955 000000000000000000015acf0cb96de1c7ae16df327e212e52d46e720dbc2d88 5,380 1.00/1.00 vMB 4
859,954 859,954 00000000000000000001304a1f3a2ebc1af8e64a2978b09f404f6394a55bd3b1 5,197 1.00/1.00 vMB 5
859,953 859,953 00000000000000000000c341fbe329a4ac856a08238c79a117365fea7828110c 5,984 1.00/1.00 vMB 3
859,952 859,952 00000000000000000002532115f09894e3ba08400913e7173a56c5b4486d7632 7,263 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.82 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: 710.60 GB
    • Received: 17.08 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.