Loading Tool

Explorer IconExplorer

Memory Pool

79,619 transactions
29.25 vMB
0.07590795 BTC
Random Selection Loading Transactions
Max Size: 177.81/200 MB

Candidate Block

Mining Attempt e6bcda898232756a7d4ef156206d4c691a4f33ccfde37d2240b14e0239e30a50
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 2ca92f020c305787d29c4482c493aa43e7802cae12c6013c99fe7f6c14f8204a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.01460933 BTC
Feerates: 74.86 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (855,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,937 59,937 0000000000e2e6c6550095578953359d41fe888947eaf3d029e6fa1eccfaa916 1 0.00/1.00 vMB 0
59,936 59,936 000000000983c11f68be5c0d820b75d36364ca6ba9dd33c216a3ef8d9f49d025 1 0.00/1.00 vMB 0
59,935 59,935 0000000002c09b319488d01e6c67fe8406e7e2d9b62fc2e60a26603eebddb755 1 0.00/1.00 vMB 0
59,934 59,934 00000000030a7530c70181e81d395373862efe8c970b3dff710bb8bd2885977e 1 0.00/1.00 vMB 0
59,933 59,933 000000000d68cfea8884d9ec80efa4589b274858bc9d6924377049caff09690d 2 0.00/1.00 vMB 0
59,932 59,932 000000000d7bd1050d0eba943772611f1d611374849a14a81f32d5021c51d357 3 0.00/1.00 vMB 0
59,931 59,931 000000000b028bc4bb52099bdbdf01de6526aa0d334fd0f0f16150a89b44adf2 1 0.00/1.00 vMB 0
59,930 59,930 00000000001a4c71458376b916cb3e23c6629ca383e2322bbd5b24793d3be2a8 1 0.00/1.00 vMB 0
59,929 59,929 0000000003316a5cd8c18cb9c2ade3f862b4409e155857eda3dbbb5a96d4c744 3 0.00/1.00 vMB 0
59,928 59,928 000000000814e5b29960e8f460da0d714d1b2c4a843aa9affb5cadec02a9f966 2 0.00/1.00 vMB 0
59,927 59,927 000000000e802c897ed252f53c8b3066a2b48ab47ab1d99d1f37ca8bc4e6f6c1 1 0.00/1.00 vMB 0
59,926 59,926 0000000006f0cf33e2aa5e51606d0cde88562f445c842ca1470fcb0350813b37 2 0.00/1.00 vMB 0
59,925 59,925 000000000c759e4ae79cfd90ab3c451078bf832b09130de2d338f8be16d13a96 2 0.00/1.00 vMB 0
59,924 59,924 000000000dca06a30795287e31b26e56ce3a30c8304dd86996dbca2ad29079a5 3 0.00/1.00 vMB 0
59,923 59,923 0000000006785b7aa98e081eb7eeea54cd7ed7906ba49763630877e2a006c447 4 0.00/1.00 vMB 0
59,922 59,922 000000000f41d38d2797d69c051df76e406c4c64e9b7a338a7b6792cfcafc100 2 0.00/1.00 vMB 0
59,921 59,921 000000000e4f5ac3eb15eb94a6d58a9f4a16be29e166e9f50b1e4bdd83b2b4c2 2 0.00/1.00 vMB 0
59,920 59,920 000000000d2878f465e871514139217e8d82479ab6dedfacc524747e825dc061 1 0.00/1.00 vMB 0
59,919 59,919 000000000f5ff466d7880e9ee2bc6a5195fdbe73766752df07eb33f70f53c566 1 0.00/1.00 vMB 0
59,918 59,918 00000000011b7ca875f030f5b31e5f0be56804373c2286402a4234ffe8098923 1 0.00/1.00 vMB 0
59,917 59,917 0000000005630ca8a52d7df47c3559343f87242507f944e8b174a524cf661559 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.