Loading Tool

Explorer IconExplorer

Memory Pool

53,800 transactions
31.91 vMB
0.13826742 BTC
Random Selection Loading Transactions
Max Size: 170.30/200 MB

Candidate Block

Mining Attempt 8b77aa1ac22a69e6266a04c9668a6ad30a9fac3b7d1b89ea553fe8f014ad74f0
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 213043aaa21d438f8ef4f81d95332604000ca24734e0f242cbc34f4e5c84f351
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,667
Size: 1.00 vMB
Total Fees: 0.04138813 BTC
Feerates: 104.17 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (684,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,180 230,180 000000000000020d1b0115e7839009778ec6799822a77baa46efc4bdabadb48c 101 0.07/1.00 vMB 52
230,179 230,179 00000000000001fc1e597b9e3537335bbe8eab3007bce010a35931cd0386cd4e 415 0.25/1.00 vMB 138
230,178 230,178 00000000000000f4fa4fc6e87706c1481f140febf2a8f1f1b69e42756fa89a99 1,264 0.47/1.00 vMB 190
230,177 230,177 000000000000015b14695404367c26e138575114d7e51c23f450c9d4bba59cfe 829 0.35/1.00 vMB 161
230,176 230,176 00000000000000f6ca06250bf75d807e99413d62412ad7f1ce043d9c48037435 216 0.09/1.00 vMB 176
230,175 230,175 000000000000007e5f4a39f2264b646d03a7175a232e85e6f4ac45ccbaa72532 288 0.13/1.00 vMB 193
230,174 230,174 0000000000000152f9dace4df58d8c608f95c42245b7b833bb85488bd94a5e1a 118 0.05/1.00 vMB 96
230,173 230,173 0000000000000031b352d3c7f94b2520f536b1abbafe5f76a2ea06c674938460 555 0.25/1.00 vMB 136
230,172 230,172 00000000000001f17f19888ebb1c74dd27ddcb8f0dedc933f23aab09105e3b42 254 0.14/1.00 vMB 131
230,171 230,171 00000000000001781b20344bd8a4bca79fec8f701194cc8de21ce577d58f42ce 480 0.19/1.00 vMB 194
230,170 230,170 00000000000000c3da142d9972ee2c471b6a85cb63a1d9abe8b39a21fc58d186 174 0.09/1.00 vMB 116
230,169 230,169 000000000000009c3a4939a1e11faa4d9ebc85f70411e52b791eedbed96f9f98 646 0.25/1.00 vMB 183
230,168 230,168 00000000000000cd5eb8be8c912377b7c2e66b71ff90e2372e0b613e9f7f207a 160 0.13/1.00 vMB 101
230,167 230,167 00000000000001a9b9d498c36e154e85854ffaceb1966d9d96d37c3a3559f928 399 0.20/1.00 vMB 148
230,166 230,166 000000000000006c2873d79d3db3292b122feb095e415087361797c1d4280388 399 0.25/1.00 vMB 128
230,165 230,165 00000000000001162c7d5dc666c2c160ed28aa2291e6355e09d1c6c3c8988049 662 0.25/1.00 vMB 304
230,164 230,164 00000000000001c65015266d0898bfe76e1e6958f35f566e730f462162443f52 6 0.00/1.00 vMB 0
230,163 230,163 000000000000017d317fd4ca3ec07283eff04576058308164b312777a4c4bbea 208 0.08/1.00 vMB 127
230,162 230,162 0000000000000125e184981c1fe88c65df04b36e2f705e9f4e2fcc6dca74c5f8 272 0.12/1.00 vMB 143
230,161 230,161 00000000000000b352ee50173197dc572500fd2fadf1384b741e22faa890c19f 898 0.39/1.00 vMB 164
230,160 230,160 00000000000001a8acdfa8932200d4f7ab77a5cf1a1603d043832d9c42f416a8 353 0.23/1.00 vMB 132
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.