Loading Tool

Explorer IconExplorer

Memory Pool

84,815 transactions
30.53 vMB
0.13368311 BTC
Random Selection Loading Transactions
Max Size: 185.47/200 MB

Candidate Block

Mining Attempt d074c61148021d2522c779a09710ae6936c84d8741b8e2b91144a55e7580885a
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 6951a9d61f08b03a400dbaf6d5c1128c2450e834b4fec15013e1e649e74fa7c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,898
Size: 1.00 vMB
Total Fees: 0.07084526 BTC
Feerates: 170.36 > 7.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (576,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
338,203 338,203 00000000000000000f8f27efbddb05d3acb236c0204bd630f049365a152727f6 409 0.23/1.00 vMB 30
338,202 338,202 00000000000000000813b5e093ebb9dcb5e958611718e78a624b9eead2112dca 1,067 0.55/1.00 vMB 28
338,201 338,201 0000000000000000070e740307e35ad77a3dd9cd716430e74a5f6995aec7af92 379 0.21/1.00 vMB 21
338,200 338,200 000000000000000011dd819644593ba8a4e3afc2d0756c219b1c4a39ffb7b61d 830 0.45/1.00 vMB 24
338,199 338,199 000000000000000000d89688672fc5632a979a09fe15fb8e708a7996816458dc 1,623 0.91/1.00 vMB 24
338,198 338,198 00000000000000000790048becf700986b11ae4693523850e8e24c4f261cc435 991 0.69/1.00 vMB 18
338,197 338,197 00000000000000001450e215b08a8053f4367e37aedc5c7a685976cd847b00ae 812 0.70/1.00 vMB 16
338,196 338,196 000000000000000000b79e40caa8bbb48a8d5d2fc5378b6d5f0a568c1abc09f7 453 0.27/1.00 vMB 20
338,195 338,195 00000000000000000c191e7eec186ab758d1c400eacd4ee069fec2af1b85183a 757 0.54/1.00 vMB 20
338,194 338,194 000000000000000018c5c461f01d5c68fec774db75515e6b8f3cde4bd8079a8b 371 0.23/1.00 vMB 22
338,193 338,193 000000000000000019750d40d0a9b76fd50e178fa4e4c5eb9c10a0848f935511 1,083 0.56/1.00 vMB 25
338,192 338,192 000000000000000000710195041a1e2efe7bd4c58fa4c0ecaa5af8758d9fe8f6 36 0.01/1.00 vMB 18
338,191 338,191 00000000000000000bd9c268993d868b8f46e9e40c60653e7b94b61f72dfa10c 265 0.14/1.00 vMB 26
338,190 338,190 00000000000000000d71f8657f09267d0944766aeb89ad56991240d2dc5e1c43 719 0.36/1.00 vMB 30
338,189 338,189 00000000000000000e8490c2d20ac164cb82c3303c9fd6b8794569e9e0fa98cf 116 0.07/1.00 vMB 24
338,188 338,188 00000000000000001a08a946707cac5a57855273ed79f95fd5cdfb24d8d2ab19 112 0.07/1.00 vMB 26
338,187 338,187 0000000000000000015586bf5e219d1787dcdc765e290a766774e4ca811ccdef 188 0.19/1.00 vMB 13
338,186 338,186 000000000000000012f2c5e62ccc4bca82a792ada09f72488d52e8f9204e9546 1,599 0.75/1.00 vMB 29
338,185 338,185 00000000000000001264aa2a3f75b330c5caa9b869279242633dd34f8dd23fd3 170 0.10/1.00 vMB 24
338,184 338,184 00000000000000000c835e32160c8c9cdb0b5e157d752647be2743c443dbd73f 165 0.17/1.00 vMB 12
338,183 338,183 00000000000000000ff9d2fe2d6692b7208cad05e9fcd80fe9bf4d138fa8c6c4 1,246 0.75/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.