Loading Tool

Explorer IconExplorer

Memory Pool

84,235 transactions
32.57 vMB
0.09656909 BTC
Random Selection Loading Transactions
Max Size: 197.42/200 MB

Candidate Block

Mining Attempt 5e04e58303fd4d5d46e0e0ff106cb72eaeffd96a8aba4549f507ac18483dc818
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 62009508a9f90910a25ffe04da5b2e3387ce958c32946a0c21ecd292f277501e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.02470647 BTC
Feerates: 150.92 > 2.48 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (364,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,891 550,891 00000000000000000024601006a43d696e85552c6b22c502fc8c5dff6366fd40 1,850 1.00/1.00 vMB 14
550,890 550,890 00000000000000000023f2a1d1ef146b61835f1d17a3fa6b57c719624c064aef 2,376 1.00/1.00 vMB 23
550,889 550,889 0000000000000000000f46b1f97461ea3c6559cae84e4cfdaa25443e38eda2e8 2,160 1.00/1.00 vMB 27
550,888 550,888 000000000000000000146eb519ccb5c532575b0e934ec49b3de0009e77f3a483 1,890 1.00/1.00 vMB 47
550,887 550,887 0000000000000000002797ad9ca9f3215a8bb68f0c2853cfdf83690ef41a6f11 1,592 1.00/1.00 vMB 23
550,886 550,886 0000000000000000000d2884c2e7936278e86bc90474cc2472a1383390623847 2,234 1.00/1.00 vMB 27
550,885 550,885 00000000000000000026869f71bc84e7189dba31149638fd41595ea6439200cb 2,121 1.00/1.00 vMB 24
550,884 550,884 000000000000000000273b0b2e290aa733b5f234392f4c53c4672758c2bfb011 2,481 1.00/1.00 vMB 44
550,883 550,883 0000000000000000002839543257b11966e10338cdbb4b3a91133f81b30a6d61 2,135 1.00/1.00 vMB 37
550,882 550,882 000000000000000000273806fc83f9766b21514827f5b904706574f41449e1ea 2,767 1.00/1.00 vMB 40
550,881 550,881 000000000000000000251c81cdd21e5bb3c1a8cd7c700ee903f1fdab076819d8 2,525 1.00/1.00 vMB 60
550,880 550,880 00000000000000000003926be6203e479e39d0b6587cdd3d15e982089ef9036d 2,890 1.00/1.00 vMB 61
550,879 550,879 0000000000000000002389a36e955afc1d0cc3a2adf4b321c25d37ca89e8081d 1 0.00/1.00 vMB 0
550,878 550,878 00000000000000000012ec279ef9a11e2b2b575fcea5d51207ec530b7c628f43 2,450 1.00/1.00 vMB 83
550,877 550,877 000000000000000000289488794d30db5df0b50f2743de5a132671627fb01fe3 2,490 1.00/1.00 vMB 52
550,876 550,876 000000000000000000066db5845c7e7855c272244545f12c0b7f50789c05f51e 2,776 1.00/1.00 vMB 75
550,875 550,875 000000000000000000038c7a8cf8831edf4cbeff859da1cbb3738b921d17600a 2,926 1.00/1.00 vMB 40
550,874 550,874 0000000000000000000ec42e5553db1499a357c7195b60851a0f0cecd51b14e7 2,664 1.00/1.00 vMB 46
550,873 550,873 0000000000000000002291df4b22e2fbd33d6c9604e01917ae158c6c9de68ffc 3,127 1.00/1.00 vMB 69
550,872 550,872 0000000000000000000f2b433cd23502f6c872842b693eda5e6f54c3e7050400 2,543 1.00/1.00 vMB 62
550,871 550,871 00000000000000000016c6a466b9ee02410528d74553eed1b6c4b11fb52b58e0 2,681 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.