Loading Tool

Explorer IconExplorer

Memory Pool

80,144 transactions
33.85 vMB
0.12412035 BTC
Random Selection Loading Transactions
Max Size: 192.34/200 MB

Candidate Block

Mining Attempt 92c088c03663b5f13b4714166ace6b2d0dff422e0a8f9896dfd2a9f6f536a485
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root 2e29431f26b0f5d71f97d7dcc2224953ac4af2795a5cf1984bba90877f4f1be2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,265
Size: 1.00 vMB
Total Fees: 0.01707810 BTC
Feerates: 52.08 > 1.71 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (27,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,756 887,756 000000000000000000003b14929b0adc5471bc0a86b75e90470fad671265a82a 1,773 1.00/1.00 vMB 2
887,755 887,755 00000000000000000001b9a974ead95fe0e63e5fb814696e6e08ce867a4f5e1a 3,345 1.00/1.00 vMB 4
887,754 887,754 0000000000000000000163ae1ab6b21bb03c0e51a890be4449a019b52a147885 3,124 1.00/1.00 vMB 3
887,753 887,753 000000000000000000024e0490547c1878fcc4f018d70c6d0897f79c76de2888 2,761 1.00/1.00 vMB 3
887,752 887,752 0000000000000000000215575d1f5cf136d8fb6251dafc13e69a58040d56a53c 399 1.00/1.00 vMB 2
887,751 887,751 000000000000000000024ce0f2054f9d99888ef44227674d558d26728f68ebb2 2,816 1.00/1.00 vMB 3
887,750 887,750 000000000000000000015f018f4ba2fb42e42ba3495141d04ec8c205e6ce872c 2,153 1.00/1.00 vMB 2
887,749 887,749 000000000000000000023d5e1ddbc6ce8ac6ff5b3ee96196e66ad580ca82c051 2,824 1.00/1.00 vMB 2
887,748 887,748 0000000000000000000007044c20d97b47d0300490615df6078c0946a4a16256 3,790 1.00/1.00 vMB 5
887,747 887,747 0000000000000000000145657184d590f7d4b3cf798d36a3a5fe380ae9eceafa 4,871 1.00/1.00 vMB 3
887,746 887,746 00000000000000000001b55a6fef06103caea0d0447cbe6da388b32fc637204e 4,086 1.00/1.00 vMB 5
887,745 887,745 00000000000000000002798f6c85013477d2a6faa30329d9fbb4c0ac8f59c521 3,922 1.00/1.00 vMB 3
887,744 887,744 0000000000000000000161f4eafcda8b0aa85560171ab8ed4838099af9cf5732 4,347 1.00/1.00 vMB 4
887,743 887,743 000000000000000000018cad1d9aaaec83cd890416a5e6551026f92abf209cb9 4,469 1.00/1.00 vMB 2
887,742 887,742 00000000000000000000d9b173f7b088b8e1cb8f0394afaf020d7e2c26f9623a 4,333 1.00/1.00 vMB 4
887,741 887,741 00000000000000000000576a2469d7d13f775dc035a7609973c33ea985779d3e 4,138 1.00/1.00 vMB 3
887,740 887,740 0000000000000000000214a754da5ffa74f3dc1f0dca86e5cdb6f65b17f8c93b 4,007 1.00/1.00 vMB 6
887,739 887,739 000000000000000000027ac1e5df4bf56e4206ad13afedba90627e9e507f4904 1,895 1.00/1.00 vMB 1
887,738 887,738 0000000000000000000169bf07972f08b88551b34df2e36b0200f0ee807dafbe 245 1.00/1.00 vMB 1
887,737 887,737 00000000000000000001f0e73c1ce4d4be38593e46b58edb219f8d4eb4f44109 3,886 1.00/1.00 vMB 1
887,736 887,736 000000000000000000015484302e218121110a55485eac88da1bde4255e17fc0 4,099 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.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: 728.40 GB
    • Received: 18.48 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.