Loading Tool

Explorer IconExplorer

Memory Pool

74,786 transactions
28.40 vMB
0.07652527 BTC
Random Selection Loading Transactions
Max Size: 173.17/200 MB

Candidate Block

Mining Attempt 9e9d454969fc1136eb3573b09f8cc92501ed340d11068e7b550a3d6b4e4cd9b8
Version 20000000
Previous Block 00000000000000000001b8fe66e50f6fb16a2fb40ba913d63eacf4d29f5658c7
Merkle Root 3ca15e97bc7f04cb66fa3ec442d6bce3ae3064a282a3dcff9b80dd1f5e63136a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,485
Size: 1.00 vMB
Total Fees: 0.01510804 BTC
Feerates: 150.77 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,249 (357,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
558,155 558,155 00000000000000000028ad16462b5185bd51e0337896e6ea736cecbbdf3f0cd8 1,347 0.44/1.00 vMB 13
558,154 558,154 0000000000000000000e2dd7d4b1e67d254df8162c4b224e7412c0251009530e 1,228 0.44/1.00 vMB 14
558,153 558,153 0000000000000000001ec0c0dce774881ba53ad33d660e792db6517fafb378d1 1,213 0.38/1.00 vMB 8
558,152 558,152 00000000000000000008304e7e14df12ed43ef47418a20c25fede6b591840654 3,424 1.00/1.00 vMB 18
558,151 558,151 0000000000000000002032ab984f2a1305b1ebcf77d6c3544191e0c83ec7ff6c 1,336 0.81/1.00 vMB 15
558,150 558,150 000000000000000000014d523ae8ce471c90d07d58509f6837471dd0d4135ab2 2,385 0.72/1.00 vMB 15
558,149 558,149 0000000000000000002ff69bd6a95974bebd4d74f9d673c02921660c0ae4a502 1,295 0.42/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.82 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: 711.24 GB
    • Received: 17.10 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.