Loading Tool

Explorer IconExplorer

Memory Pool

27,782 transactions
8.02 vMB
0.07435051 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.91/200 MB

Candidate Block

Mining Attempt 86e13bbd5595b00c714125b6e268cb7605540fc9ff59d2f09bba8833da16c1a6
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 0329bb6bded47b03f6a0e99b3cd243ce1af9ef80a185b8c6c4792b3e1a2d5b53
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,344
Size: 1.00 vMB
Total Fees: 0.03139167 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (777,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,937 135,937 0000000000000449a9f475b7c6f6e1aeca616a7bf482773c70b87ac255826a53 32 0.02 vMB 183
135,936 135,936 0000000000000a5c25974ccc1557261fde1a248197ca1169a99ac409ccbbd4c5 70 0.03 vMB 298
135,935 135,935 000000000000037ab90f250d502baef0dd0e87f10b872aa13010007b7d632140 46 0.03 vMB 250
135,934 135,934 000000000000024835355b0b2c4192326e184f32abc4af2dba2a7e083b15722a 71 0.03 vMB 269
135,933 135,933 00000000000001830dc00c55c0d594ec72517d1f57a1ffd644b3dbf02be3aad0 13 0.00 vMB 16
135,932 135,932 00000000000006a1762ad955db772fadfb9670299a2d56b3f17d44821d60d186 43 0.02 vMB 804
135,931 135,931 0000000000000554441f3a8fd40973c2f2b8e1041976bc67c1ab3af3e4eb4f42 12 0.00 vMB 0
135,930 135,930 0000000000000369fd5db0af94a9aabc02183873c614cd5f55bbd4e6cf19a0a3 40 0.02 vMB 98
135,929 135,929 00000000000008ab01084497ff67e971505b99674a47b6588a4bccf6e8d83e7e 147 0.07 vMB 123
135,928 135,928 00000000000006aa6c73fcf4c5bfa88a55a2b0527aa050536052b2839c71ce2e 47 0.03 vMB 688
135,927 135,927 00000000000000a3cd4890dc5ab43f5735988aa53bffcf1ccdde3468c0b1aeaf 19 0.01 vMB 28
135,926 135,926 000000000000057fcf8b61e8d993c5d87a8f475e0bc2af19d65cef2e419b55cf 25 0.01 vMB 300
135,925 135,925 00000000000003672dbfa3296570d4f6fc3b3216c3fdb1d903ee2a08141281d8 62 0.02 vMB 397
135,924 135,924 00000000000009b77be055050474fdaeb5148007873070b936c56e035cbdf60e 68 0.03 vMB 605
135,923 135,923 00000000000004dfd524388cae696bb9a430b814ab4364acb8fa562ba90732d5 25 0.02 vMB 297
135,922 135,922 00000000000004e03e0ab40ae5afb159e9237c076b0ec1aaf7730ce558c61a48 79 0.04 vMB 441
135,921 135,921 000000000000091ca01c2c1bd7a2f8f8f142b8eef70467f80e100ba9c9ce6dac 118 0.04 vMB 330
135,920 135,920 0000000000000740585f048d786172df575dd6ffc32ada4562fd97dbca2d82ea 35 0.02 vMB 366
135,919 135,919 00000000000002d5c114f76c4df0ebf41c54a21a6054fe03288c61a728dd9d63 13 0.00 vMB 1,052
135,918 135,918 00000000000003e2ae1aaaecc5715c490116c97a1eedd75cc996707e06b1561e 132 0.05 vMB 1,597
135,917 135,917 000000000000083b095e3f7607f1edb46e2e2f5fbbafc9aeffe9c314e4c5ab82 9 0.00 vMB 321
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 11
  • Data Transfer:
    • Sent: 21.38 GB
    • Received: 0.43 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.