Loading Tool

Explorer IconExplorer

Memory Pool

46,484 transactions
27.34 vMB
0.05853797 BTC
Random Selection Loading Transactions
Max Size: 144.93/200 MB

Candidate Block

Mining Attempt 7bb4640bc44d4c49c910192f44b8838bb5b0039b4ff1e09fd665ebafad3c915d
Version 20000000
Previous Block 0000000000000000000149e99e9fe928cc50ad17726ca7114570e11f41657874
Merkle Root 1c24368a11ba621960c4f775db783f50db44207dd092a0ed692092ba9345b27f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,903
Size: 1.00 vMB
Total Fees: 0.00751816 BTC
Feerates: 40.21 > 0.75 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,770 (802,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,249 112,249 0000000000005fad4b25c3a367877f81449636a7a59155c26ccfc36d4cc64e7c 5 0.00/1.00 vMB 665
112,248 112,248 00000000000114302e0b43c1a3f02b011cbe2d640d4002a0d9b83cdeb807a271 2 0.00/1.00 vMB 0
112,247 112,247 000000000000a054cd52d3bf2173a6f79490d04fe680b8138a696b990708db04 5 0.00/1.00 vMB 2,229
112,246 112,246 0000000000006c22221e7a029d8ee2bcae97fa77f87dc6f9f7d2b61cc7dead85 3 0.00/1.00 vMB 3,868
112,245 112,245 000000000000cf53ebb9add1918cf1407c261c78cd056c99550a7bcd144c3092 3 0.00/1.00 vMB 831
112,244 112,244 00000000000030c0a1853f3a8a1837f38e2970811494e9514e12adc13c080722 5 0.00/1.00 vMB 3,875
112,243 112,243 0000000000001114e4250e6349816888f10e797fe32750afff970ea18b7a2c11 5 0.00/1.00 vMB 2,909
112,242 112,242 00000000000076796e4008c24664ca902b1143745dc43135365d04441b0aedab 1 0.00/1.00 vMB 0
112,241 112,241 0000000000007e48d976ecc5d1b7e363d0e8cbadbafe8b409a3b72a7d3f57b5e 9 0.00/1.00 vMB 1,093
112,240 112,240 000000000000e727ed6875d2f5258b939a9290f3b4b393930aa048baa0a0d006 14 0.00/1.00 vMB 1,918
112,239 112,239 00000000000056e745a9110fb50410972c113b4cbe1bd04e2afd0a3084549fac 3 0.00/1.00 vMB 1,937
112,238 112,238 000000000000c238bf8bf8061cde90e5b270e5cf33dadd01a9246516cd39a01c 7 0.00/1.00 vMB 1,322
112,237 112,237 00000000000005df9cf52b7b09044ecf3947d874861e1b891ce6038557d9ff89 9 0.00/1.00 vMB 778
112,236 112,236 0000000000007f8829532db2f67d18a931752c37e63512625a95f3f8fefa72f1 8 0.01/1.00 vMB 442
112,235 112,235 00000000000016c244081f08d1f552a06146a1aed397f9ba0ef46ae89871a1a4 15 0.00/1.00 vMB 2,013
112,234 112,234 000000000000f0631b95f7c9dd93bc678fffc62513207ae0e0515e669b985e17 9 0.00/1.00 vMB 1,970
112,233 112,233 000000000000504dac703a3e66ca2c153b7e799351c6b6aa5e152984e813031b 5 0.00/1.00 vMB 1,003
112,232 112,232 00000000000000b87482153838af1aee957d9cd21b3f1571bc3bbcd72c625d11 9 0.00/1.00 vMB 1,299
112,231 112,231 000000000000c6896f1b4e28b53dd02c9965842566799f2ea21c7246c93bdde8 2 0.00/1.00 vMB 0
112,230 112,230 00000000000006a49c463766d6d4d8b3790476e289ea58f03897862c97b71f64 13 0.00/1.00 vMB 0
112,229 112,229 000000000000550bf4fde6a1e04a2956c720b8664768ad611edad0672f598b78 12 0.00/1.00 vMB 1,426
Previous 10 blocks ↓
Total Size: 781.98 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: 648.19 GB
    • Received: 13.01 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.