Loading Tool

Explorer IconExplorer

Memory Pool

43,656 transactions
27.06 vMB
0.08334376 BTC
Random Selection Loading Transactions
Max Size: 141.62/200 MB

Candidate Block

Mining Attempt e1e32c43b9798607e8b4803191a6dd64b9df3f67db00379dcf7071474cc1bd4d
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root c134cf967659f0493ff48f56531c5823a4295e99db6565a3811b2fd7235d66e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,142
Size: 1.00 vMB
Total Fees: 0.03164013 BTC
Feerates: 150.93 > 3.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (460,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,394 454,394 00000000000000000198a3da35305c172276309059d42fb3d9b73fe1c239b6b9 2,785 1.00/1.00 vMB 199
454,393 454,393 000000000000000001eb04b147468c20e4853daf6e87e6c45b07ecdb518abec6 2,663 0.99/1.00 vMB 180
454,392 454,392 000000000000000000b1a96b3213542908c5b62256bec1f9aee820d8fbbc1662 3,208 1.00/1.00 vMB 96
454,391 454,391 000000000000000000cce92efddb251b92727a75fd5947fd3a3653551fa53ad4 3,078 1.00/1.00 vMB 109
454,390 454,390 000000000000000000b47f9b93a97b8e9742f6d921a7a3e7e7f7026c8d168c00 2,842 1.00/1.00 vMB 82
454,389 454,389 0000000000000000015c578e23d2de27e6e0cf13f7a2c024bf3890c31ba7f100 2,762 1.00/1.00 vMB 167
454,388 454,388 0000000000000000015545fb99322179f1a05a2277d574a5e539a6a004eb2402 2,289 1.00/1.00 vMB 189
454,387 454,387 0000000000000000015f605251cb7ca31ee6c526fb52e5fab571dad9dfaa8d93 2,015 0.86/1.00 vMB 142
454,386 454,386 00000000000000000277687f4bb078425478ae3a81e845802ee8cd466d142952 2,505 1.00/1.00 vMB 176
454,385 454,385 000000000000000001f10defd779c0f7ef3566c5e98f52fe0b95a6e7adeef432 2,432 1.00/1.00 vMB 124
454,384 454,384 0000000000000000005dfee1c71e5840b97acbe736147b03fff3b39255c3253c 1,715 1.00/1.00 vMB 86
454,383 454,383 000000000000000000ed80486a015e0b0f48e7e4ad60c4eb5d6eee76cdc6d531 2,503 1.00/1.00 vMB 107
454,382 454,382 0000000000000000021d283b778b4d419925ceffad0f32d88cd539f71a323a4c 2,352 0.86/1.00 vMB 154
454,381 454,381 0000000000000000011192bfc623b8499b7c4fea44d3291c045216c7fc940446 2,175 1.00/1.00 vMB 183
454,380 454,380 00000000000000000123d0f51961a25e3ead95e2440629be15cf7f996b26471f 1,518 0.86/1.00 vMB 69
454,379 454,379 0000000000000000006e196919c62b9769320f8892ddb4d7a9f911bc151476fa 2,530 1.00/1.00 vMB 148
454,378 454,378 0000000000000000026884aa03e35ffd8e1ab478cae06deb2e61f7bd4115013a 2,224 1.00/1.00 vMB 154
454,377 454,377 000000000000000001b8f87aeeafdbfb3fbe78f3e79345497b17910d53351288 1,846 1.00/1.00 vMB 150
454,376 454,376 0000000000000000009424a98720ed2cb962e4b1c8509088755069060a624da2 2,222 1.00/1.00 vMB 71
454,375 454,375 00000000000000000255f42b4efe18d0365eb4f29aaa1026f2edd40d53cc368d 2,113 1.00/1.00 vMB 75
454,374 454,374 000000000000000001e4a8db310928531ed7be17a0b3c4ffcee0c2e8a516a3a3 1,886 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.