Loading Tool

Explorer IconExplorer

Memory Pool

86,802 transactions
31.56 vMB
0.21313732 BTC
Random Selection Loading Transactions
Max Size: 191.55/200 MB

Candidate Block

Mining Attempt 90ab579395e8e3dfc60ada770af85d31762c0ac3e89a37a45f70d4a47b8a5c86
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 6cf48829ceaf2d87f57f38831dc32959c5e6f39e8b05ce89e2a9d1942aada6a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,576
Size: 1.00 vMB
Total Fees: 0.10748052 BTC
Feerates: 502.67 > 10.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (238,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,946 676,946 00000000000000000000ecbc92b41f6f1dccd52e32146a3f803d1641e0eef6eb 1,583 1.00/1.00 vMB 36
676,945 676,945 00000000000000000007cb2b6d6d70b53e10b4aa73d62d96cce636dc236564a0 1,803 1.00/1.00 vMB 22
676,944 676,944 0000000000000000000acc509536c2c4a8f0338cfd1bf52bc8a4e175c2b6629a 2,214 1.00/1.00 vMB 50
676,943 676,943 000000000000000000006f6f5df170e21a71ec6befb6e015f9d9ddc4e8d5cde2 2,014 1.00/1.00 vMB 24
676,942 676,942 00000000000000000007d5beb8372f8e645a54e1d51840117d0498b119398924 1,679 1.00/1.00 vMB 34
676,941 676,941 0000000000000000000ccc7a8eab870a299edb2490de0cc15592132b4e8d5bb3 2,321 1.00/1.00 vMB 34
676,940 676,940 0000000000000000000600c70b25ae79627fbbdcf5a5fee329c5890f32b1405f 2,840 1.00/1.00 vMB 37
676,939 676,939 0000000000000000000112650595210be74064476419470f90eab4b74624ff83 3,187 1.00/1.00 vMB 52
676,938 676,938 000000000000000000044575f211b9319e6c068c76bb219381b37b766c828d4f 2,350 1.00/1.00 vMB 73
676,937 676,937 000000000000000000078f2b0314a37b54997cf2479ac296d1a1e29783d90d66 1,911 1.00/1.00 vMB 69
676,936 676,936 00000000000000000002728747e6dc66ea6b9bb72b7fd768e8ec659dac48900d 2,205 1.00/1.00 vMB 81
676,935 676,935 000000000000000000071d158cf40a0beb256cb7794672eae3211345e4ea561b 1,685 1.00/1.00 vMB 72
676,934 676,934 00000000000000000005591ad089455bf1e215e720e6848fff5316f1906b7074 2,537 1.00/1.00 vMB 85
676,933 676,933 000000000000000000025886a06d33284da881ec7d8fdbc3f00dc40e9e3d6028 2,507 1.00/1.00 vMB 83
676,932 676,932 000000000000000000001eb4633416c0ef5c47604a74f5d926fefd7c2ad1c363 2,554 1.00/1.00 vMB 88
676,931 676,931 0000000000000000000c9ac41174db09aa2720bfe8b923e2759a8b19ab8e1411 1,038 1.00/1.00 vMB 63
676,930 676,930 00000000000000000004d27836e67bd9a4a610aa952b792e80ce7dd56cd2b303 2,319 1.00/1.00 vMB 38
676,929 676,929 000000000000000000060dbc85b5044965a749f7776fb99ee7300169173bb5f2 2,426 1.00/1.00 vMB 28
676,928 676,928 0000000000000000000bc8ffa86c18228ca999d8ae0dd148dfe2966991da83c7 2,330 1.00/1.00 vMB 66
676,927 676,927 000000000000000000007d7f82e3bbf0550786169f6f115552a46feb609de76a 1,883 1.00/1.00 vMB 67
676,926 676,926 0000000000000000000394407563cac0c7a089aba08270d5ce2a2c41a5d5b2b7 1,650 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.08 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.