Loading Tool

Explorer IconExplorer

Memory Pool

85,424 transactions
31.99 vMB
0.17575310 BTC
Random Selection Loading Transactions
Max Size: 190.42/200 MB

Candidate Block

Mining Attempt e9f0a2b9631beb8e2098f7983974e0b5772f3063b3313879013b5ec562cc628e
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 35453a5ad347aa01de00d419bbd9ff9657d751d840066d5c433c517b28dc69cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,375
Size: 1.00 vMB
Total Fees: 0.05587001 BTC
Feerates: 402.75 > 5.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (475,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,631 439,631 00000000000000000260b7ba56acf0cfb748c9741bd8daa467e34310c3e1d712 2,234 1.00/1.00 vMB 58
439,630 439,630 0000000000000000025e32e5e1ccf24fd547cf5d916639840e9ade64b86d5685 2,704 1.00/1.00 vMB 63
439,629 439,629 000000000000000000fd41ab8023d511bda63b1092b552c7682e4d171b7e9876 2,217 0.93/1.00 vMB 72
439,628 439,628 0000000000000000005f7ee1a56c957e38dd40d02f5d11f47e3a8c7f4dfc3d0a 2,514 1.00/1.00 vMB 77
439,627 439,627 000000000000000001ed62d94059726325dd12333197103faf3ff93225c2c643 976 1.00/1.00 vMB 25
439,626 439,626 00000000000000000353ba15f1626a1446f36e0eac86618d12e4a2a299478532 1,319 0.80/1.00 vMB 48
439,625 439,625 000000000000000003c7727868e44f1d4788fd78b2c02fe47158915437fd9a77 1,959 1.00/1.00 vMB 53
439,624 439,624 000000000000000002b46fc8ceaacbcdc742ad7c7853d769d9488247e34dacba 1 0.00/1.00 vMB 0
439,623 439,623 0000000000000000012ecb0a0b8f28ee434841410d0c04ae14faa20cb5102635 1,985 1.00/1.00 vMB 59
439,622 439,622 000000000000000000c687014d1c6b88d26a2af658fea4598bbf9d36ae5a987c 2,471 1.00/1.00 vMB 57
439,621 439,621 000000000000000003471118592e5dbfe39d557bdebd60d4bd3b242d5495c00c 2,519 1.00/1.00 vMB 83
439,620 439,620 000000000000000002ab918087ab1c6229c10fa685625fda031d5858d58c0655 1,999 1.00/1.00 vMB 60
439,619 439,619 000000000000000001d7a81b6e52b6380dffb277ca68c947ffbbe1e544f0d3c7 2,422 1.00/1.00 vMB 69
439,618 439,618 0000000000000000013ebc83498c1eef05ce9573c0c3770f66ee586e9384a39f 2,204 1.00/1.00 vMB 69
439,617 439,617 0000000000000000016b8aae6a554c454b9570eeda93dcc7cb5c4c6b3ae08d11 2,233 1.00/1.00 vMB 76
439,616 439,616 000000000000000000c93d001cd62f5a3b3d3d85aa470974452c4869a7951ee7 2,368 1.00/1.00 vMB 87
439,615 439,615 000000000000000002894e1eb07b158ebf276c1378ecd167d7b4ba25fb1efec5 1,267 0.94/1.00 vMB 32
439,614 439,614 000000000000000001347e995c1b5cd71080cf2c63b516093098928b68f8b1af 2,372 1.00/1.00 vMB 58
439,613 439,613 000000000000000000ca0a0bacb30f1f336239d5780fffee9989892a8709fc50 2,158 1.00/1.00 vMB 72
439,612 439,612 000000000000000001080f4c4743d16396bafbb3f2c00eb3d18c19ec7a8d455a 2,019 1.00/1.00 vMB 58
439,611 439,611 00000000000000000030273b754c2adfbb88df15fb239f420290b13ba46ab297 2,299 1.00/1.00 vMB 72
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.66 GB
    • Received: 16.30 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.