Loading Tool

Explorer IconExplorer

Memory Pool

16,966 transactions
9.71 vMB
0.04159428 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.19/200 MB

Candidate Block

Mining Attempt 1206a8a972ebd0d65c985ee1f3dff1f41c5a5a283e4b3df0f6f6a3385d68dbe9
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root 820e1918370c7ce6fed2907f07e1777ebcd3b7913d74f0e4b087948c3b90ad12
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.01985817 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (762,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,380 150,380 0000000000000a526c9a49be19ef5aba253292ae5c45070ec4f75c8a1a6cd1d5 36 0.01 vMB 111
150,379 150,379 000000000000084fe66bbb1bbaa1e43d9a94e3c4e60d0607c115ed331c15aca0 101 0.03 vMB 70
150,378 150,378 00000000000007849db73391edefce492c5d4c53c6c62edee7400b3a188d2293 92 0.05 vMB 63
150,377 150,377 00000000000007111546a5fedcbb4b36626e7afa744b03b36facac95abdbb5cb 99 0.04 vMB 322
150,376 150,376 00000000000004aba700c857b1557a361dae4a53d7a3126b8cc49df8a0d8be72 46 0.02 vMB 118
150,375 150,375 00000000000007a9ca10f204fa57d41d2efcf3d7337e3362c085d4ada78aaf2d 87 0.04 vMB 241
150,374 150,374 0000000000000ab7a2ccc344fcc5f850b9417c2d54d427f1872d312397c83b3c 11 0.00 vMB 73
150,373 150,373 000000000000038f29ee26fd97c2b476be48671a544cc38df39460d0b5f0e1d6 47 0.02 vMB 38
150,372 150,372 0000000000000904fd1ee45c74a23806be9802a2bf285c251cdeb0cdb6a1d96f 104 0.03 vMB 0
150,371 150,371 000000000000076196a5884a9738bb53d756ca38a742e95165b66686bed67b01 93 0.03 vMB 100
150,370 150,370 0000000000000469425bd99d11e987d569ec7850f9c44f1ce36a68074f387352 38 0.02 vMB 122
150,369 150,369 00000000000004e09aeaa544bd8e21a8df0f5ca01c964077e978d78b18430e1d 31 0.02 vMB 22
150,368 150,368 0000000000000ad2024df664175094864b253dbc679143d6c895f19084ccace9 25 0.03 vMB 426
150,367 150,367 000000000000054ac8115c30fe123ce492824173c12163783fe497a383a4d74f 17 0.01 vMB 371
150,366 150,366 0000000000000910e5911b2482268e1106cacc32d34fb91a45b79eaa14693d1a 13 0.01 vMB 259
150,365 150,365 00000000000002f83c38bb09769a0cfae0d424befe8ec686b2378bac8d70781e 35 0.01 vMB 429
150,364 150,364 00000000000009cffbd6f8ab21c5499fcc6f8219e02a5c05450e00bbc3f4d5ac 9 0.00 vMB 63
150,363 150,363 0000000000000100da8ecfe5dd20b2a3a996369fb95b1744506459bef299c2ef 10 0.00 vMB 0
150,362 150,362 00000000000008855d051921102aaef8a513e6a86dc97243205463711443cd56 92 0.03 vMB 91
150,361 150,361 00000000000000d527e56e11966dc9f1ea5b870236af18a9cea6344c5d53792b 24 0.01 vMB 213
150,360 150,360 000000000000074db9292dee79c1429f6fe68a3bffac6ed49bd60d3622b83596 69 0.03 vMB 98
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 104
    • Outgoing: 10
  • Data Transfer:
    • Sent: 192.30 GB
    • Received: 0.76 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.