Loading Tool

Explorer IconExplorer

Memory Pool

55,560 transactions
31.72 vMB
0.19581847 BTC
Random Selection Loading Transactions
Max Size: 170.87/200 MB

Candidate Block

Mining Attempt 701ffa254080469df90745394a1aa607a0227269560b475006a61f865a7a9b55
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root d02e3424e31b3b68b6f93aed1c803276ee53dcb1dceb86030c5f2f363ef0fa70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,466
Size: 1.00 vMB
Total Fees: 0.08919957 BTC
Feerates: 502.46 > 8.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (684,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,188 230,188 0000000000000179dba7f4ee0d6e307138d3872c0f3c048ccc626146a4debab4 477 0.22/1.00 vMB 170
230,187 230,187 00000000000000b88dd9f7e77c7b6c42d2c17704b2ea6174814b3733fcd6abb4 420 0.23/1.00 vMB 164
230,186 230,186 000000000000008903dae215192758e76035a711a9fd10e1a39c48a8099978a5 250 0.25/1.00 vMB 94
230,185 230,185 000000000000011f84ee8efe11601db0b119b221e91d5a441b4e3d468e01d100 968 0.42/1.00 vMB 157
230,184 230,184 000000000000015f00dc255d8a7062be8cf546e20387c7cef2cb43ddaaee3706 182 0.15/1.00 vMB 86
230,183 230,183 00000000000000ae3fa09ae17b0ea35c6c23af504530a4d3a1b3fb7f15a65b89 666 0.25/1.00 vMB 227
230,182 230,182 00000000000000daba15b9d4b584bc9939037955fd31a1cbfc717fb764e5d39b 76 0.03/1.00 vMB 35
230,181 230,181 00000000000000cdf5274f292f62a9c8b8e74a3caae8f99bab2f698282ccc289 639 0.33/1.00 vMB 170
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
Previous 10 blocks ↓
Total Size: 782.06 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.13 GB
    • Received: 13.42 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.