Loading Tool

Explorer IconExplorer

Memory Pool

61,480 transactions
35.14 vMB
0.11021905 BTC
Random Selection Loading Transactions
Max Size: 186.04/200 MB

Candidate Block

Mining Attempt 0eb830f593f7e0b30285a00ece458f12f0375c21d2f9856add14e4a9b59e73a0
Version 20000000
Previous Block 0000000000000000000193cf6124fafcde4bea4e3849501cd177b3e255e38e24
Merkle Root 1db2993730716eb5f6811920aa873d1463b813a06d6c7f708351c79b9a8f4a21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,488
Size: 1.00 vMB
Total Fees: 0.03780786 BTC
Feerates: 301.05 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,401 (153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,248 914,248 000000000000000000009a39193b4e27b39ec6b59372bf74bf29441b09503400 2,999 1.00/1.00 vMB 5
914,247 914,247 0000000000000000000073ff96478c5584a0477e81e2c2b98ae9f339a9380378 4,099 1.00/1.00 vMB 4
914,246 914,246 00000000000000000001f1448b0e3258c4fb0417662266c861ce03c6a1377b3b 3,572 1.00/1.00 vMB 1
914,245 914,245 000000000000000000019fc55dd76005f71fecd41ba4c6390893a7b6b70be694 3,858 1.00/1.00 vMB 10
914,244 914,244 00000000000000000001d6b33483de0587415756e649167e27ef79fcb12e0c12 2,421 1.00/1.00 vMB 2
914,243 914,243 00000000000000000000eb55f5586a627f93d2375f1496f9fa0a2b4b78fff80c 4,033 1.00/1.00 vMB 7
914,242 914,242 0000000000000000000088eb0f120f975e57ee7b05837846c83d2c87324a46fd 2,639 0.55/1.00 vMB 0
914,241 914,241 000000000000000000011c3497346bff4335381b648b0d0a0cbdbef2f945aed2 3,967 1.00/1.00 vMB 2
914,240 914,240 00000000000000000002090a5e6827104d71bc49b506e4cb66502fb6a9600695 2,782 1.00/1.00 vMB 4
914,239 914,239 000000000000000000018f2a41c731bcf2d532dfa76355aff648e5265113e2d4 3,001 1.00/1.00 vMB 3
914,238 914,238 00000000000000000001ba8a20a80418340a612809951dcc481799aa73d20526 3,792 1.00/1.00 vMB 2
914,237 914,237 0000000000000000000162c8c86ff02f53d6cb6caf2b034da7e462a0c0f9d862 3,101 1.00/1.00 vMB 5
914,236 914,236 00000000000000000001090ec052ae3c4d703d7195cc255ee1057bbaaa426005 6,381 1.00/1.00 vMB 0
914,235 914,235 000000000000000000013355bc8a633fd1d53b8aa084e15d6228e3f06688d5c6 4,398 1.00/1.00 vMB 1
914,234 914,234 000000000000000000013126d501f10909c419a55835e6a86806143e3e6b2ee4 2,520 1.00/1.00 vMB 4
914,233 914,233 0000000000000000000066ea124765d7318956ec0b39ade9ce33a5a3709c7aff 3,884 1.00/1.00 vMB 4
914,232 914,232 000000000000000000005fd3391e896564591024b2a30b91b65278d6f6666448 5,064 1.00/1.00 vMB 2
914,231 914,231 00000000000000000001cd83469f3f84fbe54497709a15be2a67be2959c8dcca 5,157 1.00/1.00 vMB 1
914,230 914,230 000000000000000000003979eda230c4b373f27054ca36f8f374ff667410c4b4 4,965 1.00/1.00 vMB 5
914,229 914,229 0000000000000000000209ad756a5895d27fb9a542f4936ddf4831d720e68b4a 4,238 1.00/1.00 vMB 2
914,228 914,228 00000000000000000000ebfca2dd5a5d1d4bd9d4f9ab5c8fb51d534119ee4a4f 1,750 0.42/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 781.31 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: 599.83 GB
    • Received: 10.04 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.