Loading Tool

Explorer IconExplorer

Memory Pool

85,072 transactions
31.90 vMB
0.17022593 BTC
Random Selection Loading Transactions
Max Size: 189.83/200 MB

Candidate Block

Mining Attempt df875eabb8596e07d64d930f8d4f95bab364cc4581050ca84f158b9db6fb5154
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root de71b1c73994b3f1d7d9c8f1bbafc4c67f928aca068728c6d3da396d3fae8135
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,895
Size: 1.00 vMB
Total Fees: 0.05367285 BTC
Feerates: 402.75 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (333,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,394 581,394 0000000000000000001729d9ef3ad3f1e9c187f6fbdd325de53dd5b72e97363f 2,378 1.00/1.00 vMB 66
581,393 581,393 00000000000000000018a47069f1973965fe73ce7d9a9c539d8df494232e9394 2,191 1.00/1.00 vMB 75
581,392 581,392 00000000000000000024b77a96563e867d69041c9d1fe63876b25ce1c72bef69 2,876 1.00/1.00 vMB 85
581,391 581,391 0000000000000000000663fb544a381f821c8cc9fd27916b3a709182fb089d78 2,614 1.00/1.00 vMB 140
581,390 581,390 0000000000000000000746e9f29adf04d4973fae97e7a1178d575c477e2d1d52 2,732 1.00/1.00 vMB 81
581,389 581,389 00000000000000000024fc79bc0cf381e333d4a314ad4f78b7b0c99d9a0722f8 2,410 1.00/1.00 vMB 83
581,388 581,388 0000000000000000001d39d5fa9aaba89be41ff91156082e01326de73039e24f 2,608 1.00/1.00 vMB 91
581,387 581,387 00000000000000000013328dfe1d0cf825ec7aff0c4f82e2c9412284203e7aeb 3,348 1.00/1.00 vMB 121
581,386 581,386 000000000000000000118d02aa9c0be1ff07866e2d157a1ad89d47e0be94420c 2,623 1.00/1.00 vMB 31
581,385 581,385 00000000000000000011b30fa8d298bd0bbdad9d93650ba472d30f8eb768c498 2,437 1.00/1.00 vMB 40
581,384 581,384 00000000000000000019da04eefd5f1fe187639fb64a70e520b2af773f96f7bc 2,835 1.00/1.00 vMB 85
581,383 581,383 00000000000000000006453c601a2e7beaebfd652d777ea3c0110a89da19f113 2,661 1.00/1.00 vMB 40
581,382 581,382 0000000000000000000dd03cbb2a3b0651f91513a3bb81f837836e4574755b17 2,598 1.00/1.00 vMB 66
581,381 581,381 00000000000000000003766d5f4176c242bbad84654c8ed6ec7f8f2b5fb52703 2,624 1.00/1.00 vMB 101
581,380 581,380 0000000000000000001358461ff8897037ead397c507fad448baf0b82fc7db65 2,605 1.00/1.00 vMB 94
581,379 581,379 0000000000000000001204e3d8d54ad1425f49d1367b9865c10f5f436fa625d7 2,530 1.00/1.00 vMB 12
581,378 581,378 0000000000000000001bd067fa8f8eaeb790782ecffff8472092671122d548a5 2,531 1.00/1.00 vMB 75
581,377 581,377 000000000000000000047aa0cb4e5291d079fc9c089a4c29c56ef6d55374dbd3 3,033 1.00/1.00 vMB 98
581,376 581,376 00000000000000000000790b3e04592cbd5546ab09b89de0339eec8a22551701 2,303 1.00/1.00 vMB 85
581,375 581,375 00000000000000000022231436866f1be165a2676b0697213f60e6b6069ae38e 2,637 1.00/1.00 vMB 80
581,374 581,374 00000000000000000002dd6dc92075543837682969e430fbf031f8449eac9601 2,592 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.