Loading Tool

Explorer IconExplorer

Memory Pool

74,495 transactions
27.64 vMB
0.07642236 BTC
Random Selection Loading Transactions
Max Size: 168.30/200 MB

Candidate Block

Mining Attempt bd0a7061951456d3f11c767880988e8baee3cfba97074207bccd2291b1818d8e
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root f2c4f97ba7eded15fb5ecbc1319cefc2c014cd4dad6b2c22852da5e7640871c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,829
Size: 1.00 vMB
Total Fees: 0.01739142 BTC
Feerates: 402.60 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (357,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,180 558,180 0000000000000000000fa5f18c8a675d39a6fe1652e42915cfdc0bc8ac40d475 658 0.16/1.00 vMB 21
558,179 558,179 00000000000000000029185b476104e312c5c6f8bc9e6bf0023ad91c0fec0546 1,615 0.51/1.00 vMB 13
558,178 558,178 000000000000000000167a847b7ecf269881d116854f0ae17f9672108bdf8d20 2,197 0.70/1.00 vMB 13
558,177 558,177 0000000000000000002f56b14022967b5d9f04cd9feeb375cb91ed479c7fd5d1 604 0.25/1.00 vMB 2
558,176 558,176 00000000000000000020e17aeea95ed0ba273d8ae72f9813f1779d14ef8c8e32 2,990 1.00/1.00 vMB 6
558,175 558,175 00000000000000000007acb933317e1742c79177c9edb0de99f7ca718aa35f2d 3,339 1.00/1.00 vMB 28
558,174 558,174 000000000000000000193816ecaae09a46886b4f493542ac97b8d406687397c9 3,198 1.00/1.00 vMB 12
558,173 558,173 0000000000000000000d01af9f1deab36d736b271bcdb665e99978256e8965cc 2,067 1.00/1.00 vMB 36
558,172 558,172 000000000000000000121a8b29202583d4cb8b969a272de0a8199fef81873691 3,047 1.00/1.00 vMB 2
558,171 558,171 00000000000000000029c6f9c520b8d2fe88ce06d4f07391fd1746618f26bf92 2,512 1.00/1.00 vMB 14
558,170 558,170 00000000000000000004094df7a5a6b10baea9563ac90a68d84a3bf1308fe216 3,386 1.00/1.00 vMB 47
558,169 558,169 0000000000000000002dcebe30a251cfdcef1812f92df8b1371397e1545a8c3d 3,210 1.00/1.00 vMB 22
558,168 558,168 0000000000000000000c76fac577197c666d22820e8508437d9fc51deae07e7c 3,418 1.00/1.00 vMB 16
558,167 558,167 00000000000000000025b5bcad9d30bb7e1a3f4dbca6a9c6f066dc9e52d8377e 652 0.19/1.00 vMB 9
558,166 558,166 00000000000000000012da9922484adc427b6ca5ee180553bfb60a5e1506ec71 404 0.11/1.00 vMB 17
558,165 558,165 0000000000000000000290f6c63f93bcd7f21d1a66d5d49d57227e3ce439c2e7 810 0.31/1.00 vMB 9
558,164 558,164 00000000000000000024c90fc5a57037c1ff21c3f3d1d109c408f477dce77109 3,331 1.00/1.00 vMB 17
558,163 558,163 0000000000000000001846269cbe6c39f4b5dad46977b41744e89329c38c5f41 2,955 1.00/1.00 vMB 14
558,162 558,162 00000000000000000015f1fd9234241adc29591e3e0ed25d80b7511896ab5270 1,242 0.41/1.00 vMB 16
558,161 558,161 0000000000000000002d137a5b88fa3bcddfd0e2004a1f41651011fb2c9bde09 2,469 0.75/1.00 vMB 15
558,160 558,160 00000000000000000030a07249482f4bc77f04bed6f83b9e91eff694aca711b0 2,213 0.71/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.