Loading Tool

Explorer IconExplorer

Memory Pool

78,722 transactions
29.79 vMB
0.07326549 BTC
Random Selection Loading Transactions
Max Size: 182.18/200 MB

Candidate Block

Mining Attempt 2b61cdf6c3df25ca87507b49dd9aaa905fce3ec1206cb636161b88093a71bbc8
Version 20000000
Previous Block 00000000000000000001dbc5c80c6919ec91b35e05b36c1c7f9844aa1a20e02f
Merkle Root c4784968208040aafc4ebe900821e4ac68d9a98b5e9d0d6f1cb5cef2fb051095
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,345
Size: 1.00 vMB
Total Fees: 0.00735839 BTC
Feerates: 146.36 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,370 (617,437 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
297,933 297,933 000000000000000037bd59e37583dd79b957df2cb2b15a253a6ddd890cf2eac3 471 0.25/1.00 vMB 24
297,932 297,932 0000000000000000246b941c3d03baa28c4b83261e2f31737d19de7607f6ea73 512 0.18/1.00 vMB 51
297,931 297,931 000000000000000038bea5e73ecf3d0222a9ac6bd8d1b7f6ec5d9ad0087acefb 35 0.02/1.00 vMB 24
297,930 297,930 00000000000000002b44cdc1b2fe4ec2aa6b31b25ae8eedc8d1ef16799bd3114 199 0.14/1.00 vMB 28
297,929 297,929 000000000000000009a8cfc65af4281d0d5e42e725c481e99e55e76d3f1c5def 1,024 0.54/1.00 vMB 31
297,928 297,928 000000000000000049c9495ae6fe9bd72199e335d03ebe91d7a38ce8163c4128 256 0.10/1.00 vMB 37
297,927 297,927 00000000000000003fba4a8bf80f963d2be7b6c2498ddb7dc6e3ed16752bfe0d 538 0.30/1.00 vMB 27
297,926 297,926 00000000000000003ebbe8524e96ed4ef45cd97fa1b8132bebb912a94d3abaa3 612 0.30/1.00 vMB 34
297,925 297,925 0000000000000000877c342c46642dbdb13d5c554e064354696eee57e3b4548b 331 0.16/1.00 vMB 30
297,924 297,924 0000000000000000235c51d8e28f1fa7c3c77d5d6ba8ead1684ffe3d066bc77d 105 0.03/1.00 vMB 36
297,923 297,923 000000000000000099fe490165a0f7fa856e09de0489ecc93be22e4211445b89 371 0.34/1.00 vMB 22
297,922 297,922 00000000000000003642c5be69d1234308a6b477790ee10add475f6a0b5f3c98 114 0.05/1.00 vMB 33
297,921 297,921 00000000000000004bc8729ebf5f91373f2442498494dce5448ed116d6471a88 41 0.01/1.00 vMB 84
297,920 297,920 0000000000000000679adbe5c6a519f50b36944f251d1a1446f09126980bd5dc 275 0.17/1.00 vMB 25
297,919 297,919 00000000000000007769cbf7138ef8212d58d4f9c1e09bdc63e47593c9f9a7b6 85 0.05/1.00 vMB 39
297,918 297,918 0000000000000000531af7683d5a86095bb9c694e53b5a7134dde8a12c07e2cb 64 0.02/1.00 vMB 31
297,917 297,917 00000000000000000a45772d3e61bf4198e4c7de5f2969812e495c072e2e19b4 345 0.22/1.00 vMB 29
297,916 297,916 000000000000000083725fb70cdc7c7d6182f521f11b8c27a0342e53c1e90c53 32 0.02/1.00 vMB 22
297,915 297,915 0000000000000000604c0aca9d1f73dd410c65b119088a17032fb846ec2c6849 47 0.03/1.00 vMB 28
297,914 297,914 00000000000000001c40c203a188d9e260c80a44b9448d9173d4e47c943f9f83 24 0.01/1.00 vMB 36
297,913 297,913 00000000000000005296075a6e68383ec2a62958c1f83b55e9bd05be712af134 352 0.20/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.03 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: 719.60 GB
    • Received: 18.10 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.