Loading Tool

Explorer IconExplorer

Memory Pool

42,739 transactions
26.71 vMB
0.05317903 BTC
Random Selection Loading Transactions
Max Size: 140.44/200 MB

Candidate Block

Mining Attempt f2b6857b64df8abbab7a94a3aab99e302716e89cc038939acc56d78c9ba72afb
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root 5edbda60d41685e8c94eafd47ef11e9eb959a02b1e7ca913b1e1eabc3d024d9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,258
Size: 1.00 vMB
Total Fees: 0.00389755 BTC
Feerates: 14.54 > 0.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (446,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,011 468,011 000000000000000000b56cb54a866df12a3ce547811c737c41249e67fc8ff275 2,617 1.00/1.00 vMB 296
468,010 468,010 000000000000000000db3bf8541930c925f4ea0a04210d42123d0c3e66f5a6f1 2,025 1.00/1.00 vMB 377
468,009 468,009 00000000000000000104a52b194abdf6e1e2471431c98ef1d13d4dc3391b6c4c 2,125 1.00/1.00 vMB 294
468,008 468,008 00000000000000000131baac2ca7f9979bc74b03285743663788638b387b07fb 2,461 1.00/1.00 vMB 327
468,007 468,007 000000000000000000de45c520a6c0d51aad808d7e33cc1d3484ac16694eea28 2,688 1.00/1.00 vMB 339
468,006 468,006 0000000000000000013e2b5b742a870f92a8b3cf7c7510fbe16b289bccd44416 1,572 1.00/1.00 vMB 218
468,005 468,005 00000000000000000093d63539e35ec33d8152b1c00a6d33f83011302cc9fd66 2,040 1.00/1.00 vMB 249
468,004 468,004 0000000000000000011cb451d8ce6dc80476a75e9b3848ccf6c600ec7ce91211 2,562 1.00/1.00 vMB 218
468,003 468,003 0000000000000000013573769f2bfaada84b18ad239f96e672eb275f378f0ad7 2,344 1.00/1.00 vMB 275
468,002 468,002 000000000000000000858dc7a55a071acad236fedd73d9922c9a56636f495b2d 2,151 1.00/1.00 vMB 324
468,001 468,001 000000000000000000ecf1172c3ef52f17518f8fc26e8047257d0074fef4a1a8 2,435 1.00/1.00 vMB 347
468,000 468,000 0000000000000000012626dbc547ecf2524475e10751bb877dae44c4f07b2cc6 2,657 1.00/1.00 vMB 251
467,999 467,999 0000000000000000008033530c6bb2548893bf5c195d995c42d517b548dcd1e9 2,591 1.00/1.00 vMB 299
467,998 467,998 00000000000000000146b3e1e13c9e42451b8031741d1a7a27b05f273e80e06d 2,307 1.00/1.00 vMB 264
467,997 467,997 000000000000000001b00e8652d754698891a28a3c9c0cae7009d4963765db24 2,495 1.00/1.00 vMB 303
467,996 467,996 000000000000000001d02869506c32720b5d642a5a3434a0ce128a7b44428469 2,253 1.00/1.00 vMB 268
467,995 467,995 0000000000000000004a1243a149130fbdff2c023d7e47024a8342bfd753cb61 1,980 1.00/1.00 vMB 350
467,994 467,994 00000000000000000166327b79677163c498e47442b3d8002c6e6a5343265a60 1,973 1.00/1.00 vMB 231
467,993 467,993 0000000000000000016b99e2f62ccd9b888b4529d44ab17fb47e7b1e58c20851 1 0.00/1.00 vMB 0
467,992 467,992 0000000000000000018e5c0f77a28b592a74190ecb8cb772d03bb0cddd5c1ba6 2,770 1.00/1.00 vMB 261
467,991 467,991 0000000000000000012970fc4e762a0ec1008f62428c44321d36b650e1b9ef25 2,659 1.00/1.00 vMB 349
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: 11
  • Data Transfer:
    • Sent: 654.09 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.