Loading Tool

Explorer IconExplorer

Memory Pool

75,371 transactions
27.78 vMB
0.07950657 BTC
Random Selection Loading Transactions
Max Size: 168.96/200 MB

Candidate Block

Mining Attempt 3e92f4148b9c8c237317bacb8894fbbb9ec0de33961d6e14ed7afada6520e6c8
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 94a8f5dd4b8821f2dfc4786e1b28c20ccbfcc629f684f2e4753bf30902c9bbd6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,655
Size: 1.00 vMB
Total Fees: 0.02001513 BTC
Feerates: 151.01 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (65,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,923 849,923 00000000000000000002bcba9f7bd438ae9611b52b630f6de7000a48e580036e 3,679 1.00/1.00 vMB 12
849,922 849,922 00000000000000000000c1e2dd032453163c884d3e83e36ac8d1e622aca7a37c 6,261 1.00/1.00 vMB 9
849,921 849,921 00000000000000000002e463000461729734e127a2c63aad9af0a7dbd01a20c0 7,757 1.00/1.00 vMB 7
849,920 849,920 000000000000000000012d23f2f5eba1f6fbdc6a3d487ca33ce1cbb9b262ded8 5,130 1.00/1.00 vMB 10
849,919 849,919 000000000000000000017aac16215fdf8c64c206013ce37fd725b0a512934ee4 4,673 1.00/1.00 vMB 11
849,918 849,918 00000000000000000000df1672703b164e1a0bc730162b80dcb8afab3437f464 6,575 1.00/1.00 vMB 9
849,917 849,917 00000000000000000000fa39b41af25c107ccfd1c1306c4c11a6ad71941a74f9 6,797 1.00/1.00 vMB 9
849,916 849,916 00000000000000000002da0c5ef90c5eb88512551e70c96a3e3fecae8f769aa3 5,225 1.00/1.00 vMB 11
849,915 849,915 00000000000000000000d0bbae90c0d45b0d4b92ff75c4508e1731b8a23769b6 5,393 1.00/1.00 vMB 9
849,914 849,914 00000000000000000001b1607738d34821d21be4860fbb7fa445c94e2665d630 4,801 1.00/1.00 vMB 12
849,913 849,913 000000000000000000000f7852b41d3838286b5be124d7e3b5a836c22821389f 5,841 1.00/1.00 vMB 8
849,912 849,912 00000000000000000001c960e329595c645e67c0e6394fe4a38f942b491f131a 2,600 1.00/1.00 vMB 14
849,911 849,911 00000000000000000003525e400e65a26fbe92d3f971375ee427c436a9b1086e 6,699 1.00/1.00 vMB 8
849,910 849,910 000000000000000000015e87c614b3bb92555c32a32ff0aad79a67949e27a005 6,857 1.00/1.00 vMB 8
849,909 849,909 000000000000000000024ab8f269348003af304c0fc54fe183dc68bd3ae59f3e 6,474 1.00/1.00 vMB 9
849,908 849,908 00000000000000000000219f269d1732cbb0fb2e01b0905e996411e82d67bd8f 3,056 1.00/1.00 vMB 13
849,907 849,907 00000000000000000003152d82092e8b1230d656f156eb6a506a39174d6736e1 6,012 1.00/1.00 vMB 10
849,906 849,906 00000000000000000002479cecdbadaea6882209966976b244ff64a0bf0fe1d0 5,293 1.00/1.00 vMB 10
849,905 849,905 00000000000000000000650bc7fd5218eb62bf1dcbdefc1b28ba9a7c6d7eaeb4 6,336 1.00/1.00 vMB 9
849,904 849,904 00000000000000000001bbf6735bbfea8923e378cadd8aad3fd3c237dcebdc91 3,505 1.00/1.00 vMB 10
849,903 849,903 00000000000000000003489ba6ac1bf2aee50a48c093f0237e7b755c8e7b5af4 7,128 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.