Loading Tool

Explorer IconExplorer

Memory Pool

72,883 transactions
28.09 vMB
0.06834308 BTC
Random Selection Loading Transactions
Max Size: 166.36/200 MB

Candidate Block

Mining Attempt 567e9ce08e83d1a3cded3aa9c9b96e08f641a43370460269964be0074ce7cbc5
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root fb1e7279e134152986ad03f516a5f04c9e1ab0307bbcc0c4159b6d1885e43a11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,700
Size: 1.00 vMB
Total Fees: 0.01196952 BTC
Feerates: 150.86 > 1.20 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (549,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
365,732 365,732 000000000000000005d682a39582e30549cfde3aff956d8f6e6cd3f181aa581a 1,701 0.93/1.00 vMB 38
365,731 365,731 00000000000000000648de907ff3418aa89d6aec20e95afc3e90a2d5e029517a 828 0.93/1.00 vMB 17
365,730 365,730 0000000000000000124bec440c047b36e68b2ec4ec47892f17d9ff2ff3b8e6b7 789 0.44/1.00 vMB 39
365,729 365,729 000000000000000010da936a759e8b368a3a0fb1dfcf22d4cc49788814e56733 374 0.93/1.00 vMB 5
365,728 365,728 000000000000000003c53eb9d2befa7caf605f6c883f410e78b7bf17bac3b971 524 0.25/1.00 vMB 116
365,727 365,727 00000000000000000e77145925217969c888f24fa2a43e299767e457b99a77e4 1,412 1.00/1.00 vMB 27
365,726 365,726 00000000000000000a310e2c1148f95e6c32c0d9438b9a30f24837ede6c3c136 1,921 0.93/1.00 vMB 68
365,725 365,725 000000000000000012935ee025b717ece47bc5ee3a05e0d1517b91ebba725aec 1,742 0.75/1.00 vMB 47
365,724 365,724 00000000000000000e1db0fc412f65a66394c582c60fc30960dec881b4a781ed 1,266 0.75/1.00 vMB 31
365,723 365,723 00000000000000000ac42f7d3fc056b8a23533d4966fbf8e683a36b9c4803d64 1 0.00/1.00 vMB 0
365,722 365,722 00000000000000000097a78f23157067867712dc896e846ae18f76f1a25251b3 557 0.75/1.00 vMB 8
365,721 365,721 00000000000000000789816d19f6e67ecbc9347de97088c4f575f325b3bcbaf5 974 0.75/1.00 vMB 29
365,720 365,720 00000000000000000bce48c20ab38104418c10b872dca7afce5af7bf5175a876 927 0.53/1.00 vMB 31
365,719 365,719 00000000000000000570323d77129da5f135f04eed95ffb3f7ec0107aeeedd43 1,729 1.00/1.00 vMB 42
365,718 365,718 000000000000000010a0d678037ed1faf397423a893a3882ecda97cc6f45b5fe 1,682 0.75/1.00 vMB 45
365,717 365,717 00000000000000001546c18be61067defe956f9045392c46f834ebf3e577aef9 2,052 0.75/1.00 vMB 63
365,716 365,716 000000000000000013d7f3e3c0309a80874105442cf63745f2b8a9018c3235ca 1,292 0.93/1.00 vMB 24
365,715 365,715 0000000000000000058a92e706c8e80ca6bef42f9e37d1b9bb1c39c0d2aa075b 1,415 0.75/1.00 vMB 41
365,714 365,714 000000000000000012aeb1c5caff9635d1488c821d9e90e09eb2ca98981fd8c0 1,057 0.65/1.00 vMB 37
365,713 365,713 0000000000000000056fd6f9cc44695c868acb778068ccf2d43a3bbf1979aa7e 541 0.93/1.00 vMB 7
365,712 365,712 0000000000000000127b3fcec055dfe18c20c19581cf55403a55cb49edfed66f 646 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.45 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: 666.78 GB
    • Received: 15.22 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.