Loading Tool

Explorer IconExplorer

Memory Pool

62,009 transactions
35.25 vMB
0.17010626 BTC
Random Selection Loading Transactions
Max Size: 186.13/200 MB

Candidate Block

Mining Attempt 6f435204bfda15e695c2667c89048930cfcc2f96d65c2db91c7df5f3d61ff333
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 38fae4727d081d3c9ffb01e61ed0f2141d28b712f5184d2765365d3eaaa7e092
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.08636886 BTC
Feerates: 1,471.76 > 8.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (866,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,115 48,115 0000000014e2eba9c485b41ae9e371995841f813b1eda056f699cf4febd4b4ff 1 0.00/1.00 vMB 0
48,114 48,114 0000000009dc81f8bf78da340190c00057abd676dabe2e75ca72444bb23701c2 1 0.00/1.00 vMB 0
48,113 48,113 000000002fa1935221d007d9a825f591bc60aab8eafa8efce8d2d95bd90bd647 1 0.00/1.00 vMB 0
48,112 48,112 000000001ecb250c671802b9c59033d6b144c71a69798ca4146fbbc22fe95744 1 0.00/1.00 vMB 0
48,111 48,111 000000002134ac8ea1205515dc9250a692e2569571dfa10644beb92c3e147243 1 0.00/1.00 vMB 0
48,110 48,110 000000000902051b9cfaebe1b48695c7f0402c89c09f449eb18010578a50975e 1 0.00/1.00 vMB 0
48,109 48,109 000000002461d127cdd4830c0846899ee31f042ef75255a8d241b04b780b8d12 1 0.00/1.00 vMB 0
48,108 48,108 0000000015d3005a6f06047f5a0dc167c4a46634ca604fc05aa0fadaaced7403 1 0.00/1.00 vMB 0
48,107 48,107 000000001389259e42e2c7c65b3871a10ee0947fd8a528df5f46aeba667225cd 1 0.00/1.00 vMB 0
48,106 48,106 00000000206cc74ab21e77a56025eacfde97b712efa99d42618bab93844a39aa 1 0.00/1.00 vMB 0
48,105 48,105 0000000005030d3d3b4498bf1e6907939c1a0799e408873bab7cddb3852029b2 1 0.00/1.00 vMB 0
48,104 48,104 0000000035e523b14caac1d667e1ab2d2476394917557ef3430ba3d0673a7c3e 1 0.00/1.00 vMB 0
48,103 48,103 00000000189bb68e896a79b31e2fbdeec0180583d2981414e2bdde600863bb75 1 0.00/1.00 vMB 0
48,102 48,102 000000001a7bc1a2515ccae73a363808438a7db68c024f7abdc59c2aae531e6b 1 0.00/1.00 vMB 0
48,101 48,101 000000002d2d30887741544fe3d63c0f232850d4188cfab2b3adee006efb72f9 1 0.00/1.00 vMB 0
48,100 48,100 000000000641912a2e4dcfc8a0194f4e257416eacd9f556d59d9a60008ac7ac0 1 0.00/1.00 vMB 0
48,099 48,099 0000000021731a0ec15578a89eb2195344c827c881bcbdf2d0481c9c81ce97b5 1 0.00/1.00 vMB 0
48,098 48,098 00000000103a6fe69f09f742c8b65347ffc241f1eea8a515f7aa2b5a4a8bc192 1 0.00/1.00 vMB 0
48,097 48,097 00000000211dcdeed5f608f4f5414137bf584a9a1b01a4d133592bbf6f0ec21d 1 0.00/1.00 vMB 0
48,096 48,096 0000000036d0f0ebbb60be8044d35f0c263f7bdda9535cc1cba672226f5a650d 1 0.00/1.00 vMB 0
48,095 48,095 000000001251ef6bd24e37309c6ba9ea1211c8008ff801f3ffe924af3f125134 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 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: 601.89 GB
    • Received: 10.23 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.