Loading Tool

Explorer IconExplorer

Memory Pool

71,817 transactions
27.65 vMB
0.06460237 BTC
Random Selection Loading Transactions
Max Size: 167.35/200 MB

Candidate Block

Mining Attempt 298bcb1e45814f9f2976ba51537c036148ed2a6e65cd57a6eda15a09a7c8f1b5
Version 20000000
Previous Block 000000000000000000016dffe7445c108bac746ebb89454ac2dea8afaeeb91d1
Merkle Root f94d8b373f4cf81339db2f038558c328b4b735d6fca3519fdc413bb31858d514
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,266
Size: 1.00 vMB
Total Fees: 0.00463556 BTC
Feerates: 70.81 > 0.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,452 (551,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,235 364,235 0000000000000000004ce67fb6bbbd22d160b58c5d6ae83eb6600cfaeaa3eb28 225 0.25/1.00 vMB 10
364,234 364,234 000000000000000001a260444098f1417d8d5f82b0a1cb0ae34f83540d8bc2c4 2,294 0.75/1.00 vMB 66
364,233 364,233 0000000000000000113c7322e6158ca9c023068dfb3865be65008f496d633478 1,191 1.00/1.00 vMB 16
364,232 364,232 0000000000000000064e980a13467020de9353502043ed64e06e36830c05171e 1,208 0.75/1.00 vMB 33
364,231 364,231 00000000000000000d87bc8fc462a5417db5ca514918cc77b402ee2bd6fb46e1 1,328 0.95/1.00 vMB 28
364,230 364,230 000000000000000013beebc6129d44b609a58aeba0478bcfa54e14387440466c 1,248 0.75/1.00 vMB 34
364,229 364,229 00000000000000000d8a1dbfe894b5ff4bc9e2cb0542f649b6fb79f1a11acd5a 1,375 0.75/1.00 vMB 38
364,228 364,228 00000000000000000599b5d60416cb395466528ee2263bedbd168fd2156b39b5 1,277 0.50/1.00 vMB 50
364,227 364,227 000000000000000014f8ebad5b59af30e5faecff9d2bb7f32c4614c19b0a24b3 1,211 0.75/1.00 vMB 32
364,226 364,226 00000000000000000e70f810159caa24d51e2417c1ea988272135387aee9ec36 737 0.90/1.00 vMB 27
364,225 364,225 0000000000000000123f179f2bdb547fabd93e9711e708259e7a9f657f1973bd 2,738 1.00/1.00 vMB 55
364,224 364,224 00000000000000000abde3309fe8bf8cbce7df70d872708cf472bc3ea7868e4b 2 0.00/1.00 vMB 0
364,223 364,223 000000000000000012c56ac3b9ac67dc0e1bf85d4e1ecc31984e1599c6e0b50a 1 0.00/1.00 vMB 0
364,222 364,222 00000000000000000f34baf0e5d57178e20faebaf216ec075244848a2bc93721 1,131 0.93/1.00 vMB 26
364,221 364,221 0000000000000000055b70087019bf4afe907cb33a2acfc5e36e4501da99b824 1,414 0.95/1.00 vMB 22
364,220 364,220 0000000000000000129ce921d23c9ba4a6669fc319f61abf53c9f2a8a28e1e23 704 0.75/1.00 vMB 22
364,219 364,219 00000000000000001074da905d25eee292273152a2ba09a160c3fc3ed75d0e7a 1,677 0.75/1.00 vMB 44
364,218 364,218 00000000000000000a17e7700b07d7c490750deaa44b6e50d887bd4154e68f21 2,052 0.75/1.00 vMB 59
364,217 364,217 000000000000000009e1226c5796bda1fad6a4db1c4e5c157aaac8cdb0361155 1,978 0.93/1.00 vMB 44
364,216 364,216 0000000000000000074fe37639f731b761379b738130c0d26f5037d3f1e0fe8f 2,145 0.93/1.00 vMB 51
364,215 364,215 000000000000000008a82bf11c4fe696c449ccf43970955e5e4bf952527778f5 3,111 0.75/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 783.18 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: 750.31 GB
    • Received: 18.85 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.