Loading Tool

Explorer IconExplorer

Memory Pool

12,912 transactions
10.43 vMB
0.03077702 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.81/200 MB

Candidate Block

Mining Attempt b07daf0b177785f0cae715933cac1904472086f1c62c4c9092076c430df652e6
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root 980d7c05b98264b188557d47d726ee2cc452de5ce6019a4494a4e1b5a98e3714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,503
Size: 0.99795725 1.00 vMB
Total Fees: 0.01454848 BTC
Feerates: 103.55 > 1.46 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (814,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
98,933 98,933 0000000000009daf075f4f36bc5be31bf581cf00a8682aad5cc70b8300866435 1 0.00/1.00 vMB 0
98,932 98,932 00000000000129e0aa0e289983314487c613b99594c90590dd288b0660c85f67 5 0.00/1.00 vMB 0
98,931 98,931 000000000003af14cc2d6cac472c3557e673d609a2c56f157f051a5f2f08bd37 12 0.00/1.00 vMB 352
98,930 98,930 000000000002b22249dea437025c922f20706ee540410beff3503bd07f6d2332 11 0.00/1.00 vMB 0
98,929 98,929 000000000004127bf2606cc839b1e6181a676da7204ebe74ee5bcf0012d3f136 10 0.00/1.00 vMB 0
98,928 98,928 0000000000013e8ddec214743b99c0c3b5406a2f0caa4ccb0c0d2574a4a152eb 2 0.00/1.00 vMB 0
98,927 98,927 0000000000040a724e62f0b16a9bfa01781483061916945bac3df5321dcdf6b9 1 0.00/1.00 vMB 0
98,926 98,926 0000000000006086b9ef9fc745764d75e0f3996f7f861c08c85f9d86e7f5f01a 1 0.00/1.00 vMB 0
98,925 98,925 000000000002c866b9ec130bd5dc780efab7e96d463d33be5955cd01a3247c8d 2 0.00/1.00 vMB 0
98,924 98,924 0000000000007b6bbb26f215d26607ce2af158ba0a22668f1108d6edf308c03d 3 0.00/1.00 vMB 0
98,923 98,923 0000000000032cd92d4cf764602da577cfdf06ee040c5c2d49fb0a63558f466f 6 0.00/1.00 vMB 0
98,922 98,922 0000000000014461f4ab0044f98e8df7dc7e365c150813dd4f4ec4f5665d9442 5 0.00/1.00 vMB 1,071
98,921 98,921 0000000000042c13e16bc7bde35fc0d5a3833189ddfbc588b5fef1d1040aba68 1 0.00/1.00 vMB 0
98,920 98,920 000000000003bef94c269c5dcd2776c87d76de6462802d9fc1b47f997b63605c 13 0.01/1.00 vMB 0
98,919 98,919 0000000000018469166a106ecaef3d8986faf936c09e70c0f2a75263fef83391 5 0.02/1.00 vMB 0
98,918 98,918 000000000003530cc748b1954b06c7536565b90644cd34cef041a5c755739e01 3 0.00/1.00 vMB 0
98,917 98,917 0000000000038a1ceb628401cb7de0d610bea5e1de23e8e6153a939199762e91 12 0.00/1.00 vMB 262
98,916 98,916 0000000000004c303f33f0af8e20512b6198551c5ef2cdeca012c6cf3d728cf6 3 0.00/1.00 vMB 0
98,915 98,915 0000000000000640ff1551791ce30b0aae47168eb48ce12747949f7d97bb7077 2 0.00/1.00 vMB 0
98,914 98,914 000000000003faf558abc22febd0c654d00f0f01564632d1cb398975e82d64e8 2 0.00/1.00 vMB 0
98,913 98,913 000000000003fc2463c682603ba77757efa39b0ef044de55ccfe6a610b372ba7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.92 GB
    • Received: 4.49 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.