Loading Tool

Explorer IconExplorer

Memory Pool

81,433 transactions
30.80 vMB
0.11062995 BTC
Random Selection Loading Transactions
Max Size: 184.60/200 MB

Candidate Block

Mining Attempt 687f8f66e4d965b5a7337b5effa60b4f176ec7b6bf15e987c380bce5acb95036
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root b2da438b88dad576e688dd43688e5446a09a4a0f499f49695d01d702a50c4f1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.03082406 BTC
Feerates: 101.42 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (155,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,229 759,229 00000000000000000000728b8b76fb3597d2391029572044f6db4796b182e98e 3,156 1.00/1.00 vMB 29
759,228 759,228 000000000000000000057a5b3fb3f20fb17b161cf8b8cc1beba804d40c3b2aef 2,111 1.00/1.00 vMB 15
759,227 759,227 000000000000000000023408d52ee091481b73b33546dc2a50398164edddcffa 2,295 1.00/1.00 vMB 21
759,226 759,226 00000000000000000003c9520af84e1961ae59d2fce4b8b59cc08d51b8a18abd 1,626 1.00/1.00 vMB 12
759,225 759,225 00000000000000000004d86d6231469d186360eb6e9862338cb017c883066315 2,964 1.00/1.00 vMB 19
759,224 759,224 000000000000000000065404b26164d6c2b40b21b88b9dadf510d3ff56173702 2,515 1.00/1.00 vMB 15
759,223 759,223 00000000000000000004265e68b0d79bc1fccc15a77ab9cf007b3ff054f55f04 3,182 1.00/1.00 vMB 18
759,222 759,222 00000000000000000001ac2948be79baef3ae8a71044e874861acc95590048db 2,605 1.00/1.00 vMB 15
759,221 759,221 00000000000000000007c349a932ea52df0eff4616d48a7709cae18514ae2772 1,046 1.00/1.00 vMB 10
759,220 759,220 0000000000000000000650e4e90e16677b75ad8c4a18183ec451fdcfdf822fda 2,997 1.00/1.00 vMB 13
759,219 759,219 00000000000000000006fdeee44c8da72a7986cf54239ba286058b8fd8aa922b 1,145 1.00/1.00 vMB 11
759,218 759,218 00000000000000000000634522f80788557ea7793a95fcce2af36b1cce866355 2,548 1.00/1.00 vMB 14
759,217 759,217 00000000000000000000d6ff30f6d1356640365b14d1bbb9a24f6158ec5d09b3 2,598 1.00/1.00 vMB 25
759,216 759,216 0000000000000000000076783f8bacd2169f6adf4b32588341195334c5ab6ca0 2,019 1.00/1.00 vMB 12
759,215 759,215 00000000000000000001c66ac6940dbbd2847adc896706e9c224a8bd0c07cf5b 315 1.00/1.00 vMB 6
759,214 759,214 00000000000000000000575896ffb029b20615d6f056b42421a7a7c44bb496fd 2,085 1.00/1.00 vMB 8
759,213 759,213 00000000000000000001efad281db5d4b4d08992a5c5ab334fe8db1b4deec837 3,738 1.00/1.00 vMB 21
759,212 759,212 000000000000000000044cf83aa6c5d2612095a4292cb6a4c850f3e99b29b00b 1,856 1.00/1.00 vMB 10
759,211 759,211 0000000000000000000246c8681fd63f3de97f8d1022e10cc00e0d4bed8a4d67 3,366 1.00/1.00 vMB 10
759,210 759,210 000000000000000000043e351b5254ccbcb65563eb43e8583990a323f4d8d609 2,699 1.00/1.00 vMB 11
759,209 759,209 00000000000000000003533ce871dc9d7a9f90aba72bbf9e2e0351e48270ef61 2,669 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.