Loading Tool

Explorer IconExplorer

Memory Pool

43,832 transactions
27.39 vMB
0.07121534 BTC
Random Selection Loading Transactions
Max Size: 143.69/200 MB

Candidate Block

Mining Attempt cea4cabd88e6aeb500f8901b8be55ce4630aec7a481f1b43006e62f1c4ad0621
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 55be2a7de6b2dce65ba2a7d4d14f530955118e740e9b19f6e7b083949b4e104a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,985
Size: 1.00 vMB
Total Fees: 0.01984088 BTC
Feerates: 298.50 > 1.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (333,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,101 581,101 00000000000000000013245e5789bfaa0a8c9d5dd570c4d55f0321b25a67e8c0 2,429 1.00/1.00 vMB 74
581,100 581,100 00000000000000000012a07886b2a27d75cec808c8225f3d38a0b76e159f652f 2,838 1.00/1.00 vMB 97
581,099 581,099 0000000000000000001068a2e8641f032bc297572488e8e5b44fa1721c610d5b 2,810 1.00/1.00 vMB 94
581,098 581,098 0000000000000000000158c6c5f5f58f912a03c9b4d6af383e9f727203ab4e1e 2,555 1.00/1.00 vMB 88
581,097 581,097 00000000000000000023c91dd22524ad86a1d65ee713c3e67c44b20df5549218 2,717 1.00/1.00 vMB 116
581,096 581,096 0000000000000000001d754d651a13718e72460393111440d20c7679dfe3603c 2,382 1.00/1.00 vMB 65
581,095 581,095 00000000000000000009950edc6c4048c352deaff9d580c9efa36796c197f2d7 2,126 1.00/1.00 vMB 87
581,094 581,094 000000000000000000124e0e1db91adc74f7446fad0554eebaa72badfee02d45 2,344 1.00/1.00 vMB 102
581,093 581,093 0000000000000000000f00a08077a7e8e30f11e7bb6098a8ed27aebc31496b9c 2,683 1.00/1.00 vMB 111
581,092 581,092 00000000000000000024c392732294dc47d69ecc7daa014a1aef307d327e3ee6 2,510 1.00/1.00 vMB 46
581,091 581,091 000000000000000000094aae6d295daa8d6610568679b84dafc3c48d445cb933 2,171 1.00/1.00 vMB 56
581,090 581,090 000000000000000000113a2a1f83fa9b3acd72a17e7cf5583432cde61fa5809e 2,633 1.00/1.00 vMB 71
581,089 581,089 000000000000000000195ede777f05c3fecbd2531bb2bc79b23feb22c4df5257 2,691 1.00/1.00 vMB 99
581,088 581,088 0000000000000000000087156a0682a88e56f86cb31041329ccd45440be14660 3,412 1.00/1.00 vMB 57
581,087 581,087 00000000000000000009c8d08489bf18e55c58a06a127813046e19a212c40c8e 1,480 1.00/1.00 vMB 44
581,086 581,086 00000000000000000020596012f0027de51d289fb4a96e596684177e76950157 2,472 1.00/1.00 vMB 65
581,085 581,085 0000000000000000001a78d20893d6c12fe6df02e673eefd70938067569d197c 2,500 1.00/1.00 vMB 67
581,084 581,084 0000000000000000000b621ea4671b9441fa15ff5c2c58267c8ed32ae9cfbfcc 2,090 1.00/1.00 vMB 78
581,083 581,083 0000000000000000000826ac54d2a76813eacff86383ae62830be58879557607 2,468 1.00/1.00 vMB 111
581,082 581,082 0000000000000000000f7fced829f6960f8e625fe0b1562007525877e87272cf 2,229 1.00/1.00 vMB 77
581,081 581,081 0000000000000000000a1bdb8a37dacdbf202ddc3b8a6766d665a5739639b1e4 1,690 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.