Loading Tool

Explorer IconExplorer

Memory Pool

84,738 transactions
31.82 vMB
0.16560023 BTC
Random Selection Loading Transactions
Max Size: 189.36/200 MB

Candidate Block

Mining Attempt de3ad013218d2be0aa86644faf7612c85c8d5d08277a920de7e2ddec6cc9770e
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 491f8d0022abf040e284d183f9fc2f85889e9dac70ad31cda6aaeefb59a1684a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.05225843 BTC
Feerates: 402.75 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (805,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,033 110,033 0000000000009ef0c855cda2a61d844699dcc38172eb5fcfe5598c943cd4c6b0 7 0.00/1.00 vMB 0
110,032 110,032 000000000000a2047e6e8ac2aea55616cf13170c548395ef540fcb2a10a14354 10 0.00/1.00 vMB 0
110,031 110,031 000000000000572725f5526b9d851ec78e0e0562b429de00adbc92e4f0681aa6 12 0.00/1.00 vMB 0
110,030 110,030 000000000001b2d8fefa28dd0c75508522132e24f77b5c66d0145854c29f2953 10 0.00/1.00 vMB 0
110,029 110,029 000000000001b510be392f4aa18f9bb1b412b4676749bc7b4ba6cc6e493300c8 12 0.00/1.00 vMB 0
110,028 110,028 0000000000001c1a1a61bba59f0382f24e74a938efb9460f9b71daeedf681b39 12 0.00/1.00 vMB 0
110,027 110,027 00000000000007cc4b6f07bfed72bccc1ed8dd031a93969a4c22211f784457d4 10 0.00/1.00 vMB 0
110,026 110,026 000000000000cd7e8cf6510303dde76121a1a791c15dba0be4be7022b07cf9e1 11 0.00/1.00 vMB 0
110,025 110,025 000000000000bb5a577a0c9d7fe342851e3d61207c5c0b21d13b4850263a5daa 2 0.00/1.00 vMB 0
110,024 110,024 000000000001517f869f6984325d8c8f75f48efea1ddba09c7d2688fcc6d11ff 8 0.00/1.00 vMB 0
110,023 110,023 00000000000040c4f3c1674ef9892b136da554e505f8c9e97131a9ebd335fb80 7 0.00/1.00 vMB 0
110,022 110,022 00000000000010a71acbb137ff92babb31f4cec6ef98cca9abf143b875414a80 6 0.00/1.00 vMB 0
110,021 110,021 0000000000000535e87e5a8cfc6607a95bb62435e073640939516091551623e1 9 0.00/1.00 vMB 0
110,020 110,020 00000000000031ebfd5a84d81b6c46af0c1ad8b416bb1046e099813f358df282 11 0.00/1.00 vMB 0
110,019 110,019 0000000000007868de6236d3105ac6ba7b82631d92f8cfa740ec0c9e3ff8aaaf 12 0.00/1.00 vMB 0
110,018 110,018 000000000000bde7709c358c7482ad1b3a62d9a7f337da771779551a5beb41fc 5 0.00/1.00 vMB 0
110,017 110,017 00000000000020b61bd5f7fc93a7ff4dfd2986d9d1c0b9347029467fc8b58141 3 0.00/1.00 vMB 0
110,016 110,016 000000000000fb9d5cf33379f813f3a28e4886a2ddf4b0c602f9f87f9f3bc4f8 3 0.00/1.00 vMB 0
110,015 110,015 00000000000141b13f71cde44e52ea2162705fd965d8e4d82488e53d71638fab 7 0.00/1.00 vMB 0
110,014 110,014 0000000000007f518dbf294d473769d51093f92231a05e48e88af2e34b7ed952 5 0.00/1.00 vMB 0
110,013 110,013 000000000000c3cd2877b09059cd2f9ac9a8731abf4e0d436540db659d1bb796 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.