Loading Tool

Explorer IconExplorer

Memory Pool

48,421 transactions
27.99 vMB
0.08118693 BTC
Random Selection Loading Transactions
Max Size: 148.41/200 MB

Candidate Block

Mining Attempt 18fee29ff496df66193bb7da6af5806575d1afd9b6a5f50ff0fd7a3b541dd249
Version 20000000
Previous Block 0000000000000000000070963e62f689b9a0a61cf16bb36848f3ba4464fed9b1
Merkle Root 5d91090f3f2fdf48e2c39a39e00c7fd8efa2410b9d5204a994977f42ff1c6ab3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.02537676 BTC
Feerates: 318.30 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,894 (325,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,215 589,215 0000000000000000000298138d21e5fa81d0589dcdca29e39c3219fddd6c1e57 2,598 1.00/1.00 vMB 44
589,214 589,214 0000000000000000000789320f1809ed181de394aca19b77bc8227c89b8015ec 1,811 1.00/1.00 vMB 23
589,213 589,213 000000000000000000170b70eb5ecacb2ea65a5d0c4f72f9e31d2dfe35a4d064 2,285 1.00/1.00 vMB 15
589,212 589,212 00000000000000000012a701103c28b1b32cd5a6d588e3c85d23c8fc95eb2f2e 1,554 1.00/1.00 vMB 25
589,211 589,211 0000000000000000000054d8aaf6cb1eec507a076783d0de50b564060c49f5fc 2,545 1.00/1.00 vMB 47
589,210 589,210 000000000000000000096df2403da1efb2b89ff547da467617e6679af7f390b9 1,395 1.00/1.00 vMB 17
589,209 589,209 0000000000000000000b5628cb558ffe316844c08196fcc5ca6d669788a892a6 1,161 1.00/1.00 vMB 24
589,208 589,208 0000000000000000000c36d6288335b3e54b2de71de9a3bab18807a4c45838cf 2,272 1.00/1.00 vMB 23
589,207 589,207 0000000000000000001b3ae352e8d67b6627f54645d012e81a12c400ca9aa130 2,441 1.00/1.00 vMB 30
589,206 589,206 0000000000000000000ee958428796b92097c5fdb1d0674a14a139880bfe12ad 2,369 1.00/1.00 vMB 38
589,205 589,205 0000000000000000000a562357229aefdb3cc4738f4590181b5ca67e677e7e26 3,131 1.00/1.00 vMB 48
589,204 589,204 0000000000000000001b69b11e66374454f87f277e2cb2568c6f86dc3212da45 2,797 1.00/1.00 vMB 83
589,203 589,203 0000000000000000000a618448e1aefcde0707f41f152ee2c0dab708c3480290 3,089 1.00/1.00 vMB 51
589,202 589,202 000000000000000000062d6ac049a1dc0531942f3657ce7ce02231d8a05161e6 2,638 1.00/1.00 vMB 84
589,201 589,201 0000000000000000000b5c5850c81e872941eb002d61f796c2daee94529b0a4e 3,022 1.00/1.00 vMB 38
589,200 589,200 00000000000000000000d2aa76f954cf23197ecfa7e23f3e27163e3476118325 2,492 1.00/1.00 vMB 54
589,199 589,199 00000000000000000013cd07bb3f6664481221a151c35b7833cf5c75f6b68b10 2,952 1.00/1.00 vMB 83
589,198 589,198 00000000000000000004a3bb860153286f11827342860acef3b88d7b87567e1b 3,016 1.00/1.00 vMB 67
589,197 589,197 00000000000000000018f7900b562ca33ab136488ebc1aa2d6d59b6d809417ac 3,102 1.00/1.00 vMB 55
589,196 589,196 000000000000000000017b11070407f14234c8c6150642db2f8b2ecf3ee2325d 3,110 1.00/1.00 vMB 74
589,195 589,195 00000000000000000013e0227172260a60844021d21e6bc85be553e52eafa0bb 3,044 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.20 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: 654.04 GB
    • Received: 14.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.