Loading Tool

Explorer IconExplorer

Memory Pool

30,352 transactions
24.58 vMB
0.06043925 BTC
Random Selection Loading Transactions
Max Size: 122.21/200 MB

Candidate Block

Mining Attempt 4179cd8c2f73fc9522c5cb8d44c24860d903fb1fd8ed51fe8dad438784a37f86
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root e2bce0fa99dfb61e95c0f13ad912bf4f688ba56054f211dd40ede18a0dda7c5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,645
Size: 1.00 vMB
Total Fees: 0.01614523 BTC
Feerates: 100.60 > 1.62 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (417,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,335 497,335 0000000000000000003094955e5a4a7938216c0ec4d3324a05dc143f8d1e7525 2,683 1.00/1.00 vMB 193
497,334 497,334 0000000000000000007ed574c66a420d7e8d504f28a6492523bff8c0ea7a6f68 581 1.00/1.00 vMB 36
497,333 497,333 00000000000000000033b6082b39b1a2fcead741c7194890d96b4fee4fc2e9d4 1,642 1.00/1.00 vMB 91
497,332 497,332 00000000000000000071712ecbd43d2edb4cfd2daa852c2d5324ca6ff502020d 380 1.00/1.00 vMB 37
497,331 497,331 000000000000000000869dc45346614671dd935a35671838206dcc39fd52c847 1,843 1.00/1.00 vMB 137
497,330 497,330 00000000000000000038c2ac60bf8bca0dabd24aad012d2089e086ec42c90e1b 2,098 1.00/1.00 vMB 116
497,329 497,329 00000000000000000027b28dfb6b65c25c34e14a8847a5d08266ed988ac6ee4c 1,528 1.00/1.00 vMB 86
497,328 497,328 000000000000000000605538204e452c5cfdd9937a3ffe157ff2d91f692ba313 2,111 1.00/1.00 vMB 118
497,327 497,327 0000000000000000001b09f6b279c46eca668d8403f7667c8420f6af0e091fff 1,270 1.00/1.00 vMB 80
497,326 497,326 000000000000000000883f5ccff5b7140e4d10bf85f6aed570b8bc6f62330542 1,140 1.00/1.00 vMB 13
497,325 497,325 0000000000000000008a8306c579b00bc59ff7aa934f47776c6bcdfbe84a77d5 1,814 1.00/1.00 vMB 88
497,324 497,324 000000000000000000615c36f9550f479d0e625e979648c0f8ac3c56f0e285cf 2,183 1.00/1.00 vMB 123
497,323 497,323 00000000000000000075cdcfb29b0193552ea53357bd83c25e40d05f0d2db48b 1,234 1.00/1.00 vMB 75
497,322 497,322 00000000000000000023198cd67eeab8488e7841473fe1b3670e6dade3bbf7e6 133 1.00/1.00 vMB 10
497,321 497,321 000000000000000000907e630b3e0c31dfb35d1f5c3d5b7d3e0d7459ac0d0145 1,955 1.00/1.00 vMB 113
497,320 497,320 0000000000000000006e566d9461ecaea3af7fe5635997a69cf968384ffe2c50 719 1.00/1.00 vMB 43
497,319 497,319 00000000000000000041e9b5bcf5e5bec1e7da7556de783aecdf970260a35721 2,301 1.00/1.00 vMB 86
497,318 497,318 000000000000000000c6bfb1c4697794b4dae3ff57015909efc3a91d65e896a4 2,835 1.00/1.00 vMB 46
497,317 497,317 00000000000000000045adbfba36f18b301bedbb5cbec83da4ab8ed67d5b6fd1 2,254 1.00/1.00 vMB 112
497,316 497,316 000000000000000000cfe0cb7ad6e569445f7c52c79342a5e35b86bfc33cc8b4 2,117 1.00/1.00 vMB 35
497,315 497,315 00000000000000000037a334da70d7b970d7c98d187053aff5dc98ceef7d980d 2,335 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.87 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: 642.77 GB
    • Received: 12.55 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.