Loading Tool

Explorer IconExplorer

Memory Pool

63,981 transactions
19.01 vMB
0.05089931 BTC
Random Selection Loading Transactions
Max Size: 122.29/200 MB

Candidate Block

Mining Attempt 86d1083a2e6ed68082f1d1f43bf18ae4e813941ed0cf520f0ab374730e8c14fc
Version 20000000
Previous Block 000000000000000000005a0838e598a37e1c484c6a0738538239b2412f1d54a5
Merkle Root 11873ca3620925864d0d677d76479c31999ee11d5e768a8b3871f9800c2d73c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,595
Size: 1.00 vMB
Total Fees: 0.00775901 BTC
Feerates: 151.02 > 0.78 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,819 (914,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,055 1,055 0000000008dd027da9a853922d5c057904d4d59062e6935f5be24a87dc4e44ba 2 0.00/1.00 vMB 0
1,054 1,054 00000000577ecce387c006c3bb102002263507f7f3e5a33548c4f07637ddc8fc 1 0.00/1.00 vMB 0
1,053 1,053 000000009dfac9a157e2b19374478d54251f28c8c488f091b86dc1d38d813425 1 0.00/1.00 vMB 0
1,052 1,052 00000000dc5cc02c005e9ca3d4d605099ddde5a28c7a091a8384f67e3362b88f 1 0.00/1.00 vMB 0
1,051 1,051 000000003409ded9db68c486f8a296192c76eb810579bbcb1cf07bfbd4c03e20 1 0.00/1.00 vMB 0
1,050 1,050 000000005282b3bae8fe27fbae5e19473ff1ee6932e1997b139d933ae76fce6f 1 0.00/1.00 vMB 0
1,049 1,049 00000000adcaab3694464b4964c187048235e3548a7a4c9fbfcfdc2379f38823 1 0.00/1.00 vMB 0
1,048 1,048 00000000c3ef87a393c796f421783d69a184367b222c226dd521232ab3a54472 1 0.00/1.00 vMB 0
1,047 1,047 00000000e7c3d98b85bb7a6699fa88085a946f3d749510a5f19ea137f3b324cc 1 0.00/1.00 vMB 0
1,046 1,046 00000000b1d92d801eb3385f605ddcb314bf3d2cdd94940dd47f6585f41fb749 1 0.00/1.00 vMB 0
1,045 1,045 00000000198fcebe08bddec72991be0dacb438d0ab5a9bbc589cd44cad250005 1 0.00/1.00 vMB 0
1,044 1,044 000000003f5df7ac48dcf4ca000cc976aa2c73ff0e6b4286d265ff5793a8a3f6 1 0.00/1.00 vMB 0
1,043 1,043 0000000060e2f2653b379638732f7624de0e7c66f604ed2e62de6033f007a2d3 1 0.00/1.00 vMB 0
1,042 1,042 0000000062775645272a8d8785577c8f237fd83a07de643c775d7f9f27de48ee 1 0.00/1.00 vMB 0
1,041 1,041 00000000a1c2ef7c9653c9d46ed4ec06407f052b88d7599c4ccb04d758f8bc1f 1 0.00/1.00 vMB 0
1,040 1,040 000000005340964e637b61a6bea06b1dffbe04c5ec3f0694ba32412ed0dca6ca 1 0.00/1.00 vMB 0
1,039 1,039 00000000ec36a7861096841e14762ac7abd96cc5dd95968949f41b0b6d1cb732 1 0.00/1.00 vMB 0
1,038 1,038 00000000a58b2ee621036b20ea940018667ddfb03aa43f0075ffd194099f8f3c 1 0.00/1.00 vMB 0
1,037 1,037 00000000182b06a9e48db4835b47500102d0363e37513f4d330295cc94aabf74 1 0.00/1.00 vMB 0
1,036 1,036 0000000014968cc5dbf73179697c8faa3055c668b236cb7436b166b5753378e6 1 0.00/1.00 vMB 0
1,035 1,035 00000000bc0c29229324b6b2d483ce7da1c9adbd406cbcf5aeb8824c0b5fef7c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.79 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: 786.81 GB
    • Received: 21.69 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.