Loading Tool

Explorer IconExplorer

Memory Pool

18,832 transactions
8.29 vMB
0.02716839 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.11/200 MB

Candidate Block

Mining Attempt dc53fa95672c282d3d010b5508fb0a068986d437468d0d06b5b7980e279995ac
Version 20000000
Previous Block 00000000000000000001ae09f7a3894a857f0e505314f7e722c0793b2ef8db04
Merkle Root 6406290c8d308d37bc921cf8893cd74b7a57bccbfec2faa7b2892a7212eb9743
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,299
Size: 1.00 vMB
Total Fees: 0.00956672 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,396 (638,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,754 274,754 0000000000000002733fad139f893b0568e30c8806a7f590cf83f86f56a02a3d 210 0.12 vMB 36
274,753 274,753 0000000000000000fc6cea10e8a85c5be59d66ea2329b984eea9e7eef8110828 87 0.06 vMB 22
274,752 274,752 0000000000000001900e92d98fe1e47ebdb39827728e712eb695b20f020e4a2f 427 0.23 vMB 46
274,751 274,751 0000000000000000ed71e9762d9c08535eb2f3dd6701f1c8692440270fcb29a6 562 0.25 vMB 47
274,750 274,750 0000000000000004545260d1fe6e155dbb8a6eb98e612b3acf027d120aab30fc 781 0.31 vMB 53
274,749 274,749 00000000000000037e8d193db07608bc13a447bf17590767e71d1b467cf18ad4 353 0.17 vMB 43
274,748 274,748 000000000000000330a136c121b1a424352eedec28922c8bc1c9bb5457e860d3 582 0.24 vMB 50
274,747 274,747 0000000000000002909eabb1da3710351faf452374946a0dfdb247d491c6c23e 269 0.12 vMB 54
274,746 274,746 000000000000000259c8e4a28338403af0ce0b4a76fe45e1a948d2272b24d687 94 0.14 vMB 12
274,745 274,745 000000000000000034337312a4d97f40f434e15fea28d42072832411e397d911 638 0.31 vMB 52
274,744 274,744 0000000000000000046eaa3f19af2f55b216acb8ad4da6fbbba56fac564f5e2e 533 0.24 vMB 53
274,743 274,743 000000000000000278d3aa478e69e2cb63ca566a8eeca0d6242877f1de422628 56 0.05 vMB 9
274,742 274,742 0000000000000000c3b928752318dac782d8b16677188a0e90bcd422398709fb 604 0.47 vMB 30
274,741 274,741 0000000000000003d6540b3deaacfbb167ab8efb34040631ae05847d0c0796d2 354 0.34 vMB 28
274,740 274,740 000000000000000052059cec48fa930d74d46d226e6a74b7fafe361f0bc5b5cc 219 0.10 vMB 40
274,739 274,739 0000000000000001e3b89f2a6c951422e4993871234cc65206f47797bf8b4d01 137 0.07 vMB 42
274,738 274,738 0000000000000000ff8c6bfa7cf62019743e6129fe81c2e3a2aae1e0e39eeb4d 888 0.42 vMB 53
274,737 274,737 00000000000000032393733d966e7603a1bc7690e880d309229a55217c963ed0 178 0.34 vMB 13
274,736 274,736 000000000000000003da16c9e2b1b09dd1e366183017688ee53d01ef6aee9722 106 0.08 vMB 30
274,735 274,735 0000000000000004aa7f4242241bf4e0ecb6b63f4b7032c806715d92007e320b 47 0.15 vMB 7
274,734 274,734 0000000000000001f12bb3d84f081e3735c5d6668db1104de89b29cfac4c869f 151 0.06 vMB 43
Previous 10 blocks ↓
Total Size: 779.55 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: 259.25 GB
    • Received: 0.99 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.