Loading Tool

Explorer IconExplorer

Memory Pool

80,289 transactions
29.53 vMB
0.12724688 BTC
Random Selection Loading Transactions
Max Size: 178.71/200 MB

Candidate Block

Mining Attempt b6d51ff57949015ddbdb3b2529fee4eabdbc482fc6e59e9f7186831d1090145c
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root e4cbe4ac8fbe1d9f9b66f3deadb2c60fa0d142a99bd29f75c4b2fdd5842f7a1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,822
Size: 1.00 vMB
Total Fees: 0.04582936 BTC
Feerates: 477.45 > 4.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (357,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
558,159 558,159 0000000000000000000026213d17c2dd8b4ebc895ce160316ef19ab7df36c828 1,474 0.46/1.00 vMB 15
558,158 558,158 000000000000000000288f20e25e1a4bc76f3652bd57f0dd95c5c0822c014b02 488 0.16/1.00 vMB 18
558,157 558,157 000000000000000000162559beb26a3c43333d86df39dc9d65733a5a0039f07c 128 0.04/1.00 vMB 18
558,156 558,156 0000000000000000000658f68d5dfdf8b1ec147c9e1d21477a5f7a786a694609 961 0.42/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.