Loading Tool

Explorer IconExplorer

Memory Pool

84,618 transactions
31.67 vMB
0.10688809 BTC
Random Selection Loading Transactions
Max Size: 194.02/200 MB

Candidate Block

Mining Attempt 3899a8053166cffe7bed5477c836341b7091e65e1fc3b9e71ef8a5aee3e5219d
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 1154ed0625b6f77afec0321ef77fd9bb298314bb27101f981c0d358f7286b1f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,435
Size: 1.00 vMB
Total Fees: 0.03257909 BTC
Feerates: 299.70 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (420,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,748 494,748 0000000000000000008bdb6864bb246ca4d6844be40c0da3b22e858747c09d34 1,985 1.00/1.00 vMB 276
494,747 494,747 0000000000000000008c1042c0d846bdbb7fc76bffe54478b21172f93cf16e15 1,805 1.00/1.00 vMB 250
494,746 494,746 000000000000000000488dcda42a759db7f766594ee3cd1ce77466eb5057f75e 2,135 1.00/1.00 vMB 115
494,745 494,745 0000000000000000003b253b2e5d706f9df7d99cc8b173be49d510ab00e4e99e 2,323 1.00/1.00 vMB 342
494,744 494,744 00000000000000000088a82c2fa99d3363a3a0433b0bab868c6f1aad90a8ad3c 1,965 1.00/1.00 vMB 386
494,743 494,743 000000000000000000c251cc0e9f900adbc2398500ff7b614d884f23d41f5c1a 2,084 1.00/1.00 vMB 273
494,742 494,742 00000000000000000049c2ea5c3195b180eacba445dabb006e513bfd610f2f16 1,439 1.00/1.00 vMB 165
494,741 494,741 00000000000000000010102bf1d28d136c55789af6f576c134576eda20b767b8 2,150 1.00/1.00 vMB 200
494,740 494,740 000000000000000000ad05e3004941ed68dfa1d56d3ca517bdef132ba91d6b03 2,310 1.00/1.00 vMB 182
494,739 494,739 00000000000000000088ff3e1bc5cf9cbdafc28ef0ae219b49e9696a3ab1713f 2,285 1.00/1.00 vMB 57
494,738 494,738 000000000000000000a46389e474c8dadfe14f58d22060628e69031e7ff8dbe9 2,886 1.00/1.00 vMB 190
494,737 494,737 000000000000000000c260b2c0e0ec1b3bd2bb712b313865494aa2107d9b9ef3 1,738 1.00/1.00 vMB 260
494,736 494,736 00000000000000000091b1e5dad92364da595090761b93ffeee1e45198b676ac 3,062 1.00/1.00 vMB 201
494,735 494,735 000000000000000000a1eea8c265a986f7929b169f42b3fceb0ccbedb2933967 1,970 1.00/1.00 vMB 254
494,734 494,734 000000000000000000445742b3cc225274c58701df5df6b71c81755b30de4749 1,533 1.00/1.00 vMB 216
494,733 494,733 0000000000000000001348a846c04878ed542ad86202e1bb6744877ebd6af3ed 3,104 1.00/1.00 vMB 491
494,732 494,732 0000000000000000001de288c375a5b6c9ad3bcf1d69f53f9c6a80d5989f4a62 2,980 1.00/1.00 vMB 498
494,731 494,731 0000000000000000008658b42c7d4b06be01668b7e12da6e84015ff35c3144f6 2,490 1.00/1.00 vMB 105
494,730 494,730 00000000000000000041866b8077805ece7b21201f186da9f9b2b3c997e13753 1,351 1.00/1.00 vMB 263
494,729 494,729 000000000000000000ae40544d46034f1a1731990a7051998cf111bae767491d 1,470 0.76/1.00 vMB 355
494,728 494,728 0000000000000000007147199878be4b113b61841c5e8112635c212dc0391e23 1,472 1.00/1.00 vMB 299
Previous 10 blocks ↓
Total Size: 782.78 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: 709.62 GB
    • Received: 16.94 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.