Loading Tool

Explorer IconExplorer

Memory Pool

25,682 transactions
7.62 vMB
0.04108356 BTC
Random Selection Loading Transactions
Max Size: 50.00/200 MB

Candidate Block

Mining Attempt 6375b2532d0c47d3aaea94d52b6b6f8be7b11cd8ea011ce2e341e34ef8842010
Version 20000000
Previous Block 00000000000000000001ce5c8adf619fef3e785c25908805e99d7c084180c8af
Merkle Root fb3842734ee33301209deb8ecdcd8a8e2979c4f0bc855512960dcaf7b40bb3a0
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,003
Size: 1.00 vMB
Total Fees: 0.02476301 BTC
Feerates: 713.01 > 2.48 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,323 (81 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,242 917,242 0000000000000000000074b28292653f859653b856026e15145768b287c1a481 3,636 1.00/1.00 vMB 3
917,241 917,241 0000000000000000000169bf2ce46189ef621a6e82f99939fc44fc2ff172b943 2,592 1.00/1.00 vMB 1
917,240 917,240 000000000000000000008044efcc7a60a003e49ba58c6f6fd6cc595fd6a18014 2,568 1.00/1.00 vMB 2
917,239 917,239 0000000000000000000098016f5814c0c60cb032d5ad17bb8ff54caad050ada4 2,501 1.00/1.00 vMB 1
917,238 917,238 00000000000000000000ef10584bc00d728577108d556ebdb02c5d458ceafe13 3,434 1.00/1.00 vMB 3
917,237 917,237 000000000000000000012a75a40396c8261d063c66a1024e20ef3e6f774897c4 1,988 1.00/1.00 vMB 2
917,236 917,236 00000000000000000001edf0c1256bc9f0ed143c9629901957b0bb305f601d48 3,800 1.00/1.00 vMB 4
917,235 917,235 000000000000000000010af5ade7a24bbfa12e92d46f66c6f574b02163a62f8a 2,941 1.00/1.00 vMB 2
917,234 917,234 000000000000000000006d8548d2fdf831a689e22b8ae4ce711ba88bdfe31a52 3,987 1.00/1.00 vMB 3
917,233 917,233 00000000000000000001a1f1c42a33e5cd91df591542b70a99c8ac98c3b58897 3,081 1.00/1.00 vMB 2
917,232 917,232 00000000000000000001a2791cf13cbdf948eb444e6c95e7e65b33c412b36ca9 3,951 1.00/1.00 vMB 4
917,231 917,231 00000000000000000000830e629d86a2fb4530f4373a9e6cdd3d376e3e92cccf 970 0.33/1.00 vMB 2
917,230 917,230 00000000000000000001f3f01f7ffce0ac6758cb38c91fde0c22bf41dce56524 3,281 1.00/1.00 vMB 2
917,229 917,229 0000000000000000000183ac6560d5b5b653568f0ba147387e3e24f3644208c6 2,973 0.96/1.00 vMB 2
917,228 917,228 00000000000000000000b789a0147113c3672e7a6c02ce463f7c32f4b2c74bf4 4,332 1.00/1.00 vMB 1
917,227 917,227 00000000000000000000870210a17bf1610b1668699b77fab529702e356df7b5 4,255 1.00/1.00 vMB 4
917,226 917,226 000000000000000000006774fca7c980070a4e20924a1a60a1ac4b2f83c4bc98 3,355 1.00/1.00 vMB 2
917,225 917,225 000000000000000000013f3344a94d3383c4b97f92d51dd283514a58a035b21f 3,679 1.00/1.00 vMB 1
917,224 917,224 0000000000000000000046f9b334d5b481c69eb195bf69c0ebd16dc0b289fd59 2,631 1.00/1.00 vMB 1
917,223 917,223 0000000000000000000166f9c9aa6e07a5ff61282ab4a59bf25b346b064d5856 2,950 1.00/1.00 vMB 0
917,222 917,222 0000000000000000000120fd58ed2a16c4b20d5f2c21a1f7e6f29049a426f0ee 472 0.09/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 786.36 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: 999.99 GB
    • Received: 32.82 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.