Loading Tool

Explorer IconExplorer

Memory Pool

74,148 transactions
20.29 vMB
0.05422563 BTC
Random Selection Loading Transactions
Max Size: 135.80/200 MB

Candidate Block

Mining Attempt 5ced0067c17a49f0e05080938d7cb0e2557e65d04efc0783bf3acfbc741c8b14
Version 20000000
Previous Block 00000000000000000000843e18e8880caa4fad9343a02edcc62aa269c6447ba0
Merkle Root 117d7c9e4b702747285377462afb8b5c0eeee517ebbf8029b9209a2a32d7ddda
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,462
Size: 1.00 vMB
Total Fees: 0.01001243 BTC
Feerates: 106.68 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,989 (910,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,158 5,158 0000000019865062c94b143bbcdfa77223bf81045373206ed642db588c31c573 1 0.00/1.00 vMB 0
5,157 5,157 00000000f1bb9811fec52b698e65498416cfa52d93eb44c351ae8f54538d4f77 1 0.00/1.00 vMB 0
5,156 5,156 000000006b411f1961e50e71f092217bfac4ec65fc62345db35fc69494db3ad3 1 0.00/1.00 vMB 0
5,155 5,155 00000000eb09b9d5419d0961c4ed3766e60fe3d98a9b530ae45c393fbebad967 1 0.00/1.00 vMB 0
5,154 5,154 00000000b4ef896caf07fc332d2a735f12c850b4bd9212fa8267b70d4c1039b9 1 0.00/1.00 vMB 0
5,153 5,153 00000000484ed3aeb7f32c789d72a730682cfc6a16fb1dfa8fd9cfddd60940dc 1 0.00/1.00 vMB 0
5,152 5,152 0000000071859718e3c473a5b8dce1feccaca2e18320ec34daa5dd8943c3cca3 1 0.00/1.00 vMB 0
5,151 5,151 00000000c4988f2fb9916040b2dfc5a1d4b348561f9e15f972fb4529041a91ed 1 0.00/1.00 vMB 0
5,150 5,150 00000000d359dd3280b18846242abe55db3ec6c60b04d70a0e6461592102bf41 1 0.00/1.00 vMB 0
5,149 5,149 000000006d0dab5b68864a4efd945d04860b9d7a227ad02ebde903eaacc8d8dc 1 0.00/1.00 vMB 0
5,148 5,148 000000009713cdd4b0b1e88ba44fdcb0e9baae9ba534cd4d1689121a0d3934e8 1 0.00/1.00 vMB 0
5,147 5,147 00000000e8bcaa99f456be9f35e6a9ea7d4b4712367871a9158d417e0083c311 1 0.00/1.00 vMB 0
5,146 5,146 00000000083cf16b38d138788e5dc77616141d29366d1acd23447e72d31bec08 1 0.00/1.00 vMB 0
5,145 5,145 00000000cc30603558574da11534c8f3c8e2e44f5f96b438dd287f3cc3992a2a 1 0.00/1.00 vMB 0
5,144 5,144 000000000ad2e08201d27fd6cb17f87c0e4f980a5668bd619f294ff99f0f2c2e 1 0.00/1.00 vMB 0
5,143 5,143 00000000216216c3bd47e4c75660053f43b6035828f00e4ade750de93b1efcec 1 0.00/1.00 vMB 0
5,142 5,142 0000000027f405f71ba9d1fb7239f96d32ae3b55d81237051243ff86ddd7a0c9 1 0.00/1.00 vMB 0
5,141 5,141 000000003562ac5b8c41bf0ed09ab126ac1bf5b244b65066df51472267c4d5f8 1 0.00/1.00 vMB 0
5,140 5,140 00000000af61bb99c804897a63d7babcff6aa2e9b406d3baa291d0f87439b553 1 0.00/1.00 vMB 0
5,139 5,139 0000000068f26c789cb331f30ed797beb8a54e5cdb6d47b90b46351c2b1fde09 1 0.00/1.00 vMB 0
5,138 5,138 000000005ed1735c348257670a302cde2d55b5bdeed2ebdc25626f238c736da3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.10 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: 807.02 GB
    • Received: 23.15 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.