Loading Tool

Explorer IconExplorer

Memory Pool

80,607 transactions
29.72 vMB
0.09360753 BTC
Random Selection Loading Transactions
Max Size: 180.03/200 MB

Candidate Block

Mining Attempt 127ab18deea3b8215930d4ad09e1b4c6f75491700cb37f38cdc699969460f302
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 2ba41f072999a6cc6c18d6c667098148c6243ffab056e769cacbcd4aa20307c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,420
Size: 1.00 vMB
Total Fees: 0.02957341 BTC
Feerates: 278.95 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (134,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,963 780,963 000000000000000000011cfc7dff86a43999dc7bd1247602ee4724a0dde7e648 2,566 1.00/1.00 vMB 37
780,962 780,962 00000000000000000003e2ccb8990c2ba71c68b61b7dea4547b6e77baeafa33f 2,227 1.00/1.00 vMB 31
780,961 780,961 0000000000000000000004c93cf80a433f4a72f053737359324c2240464a2f6e 2,746 1.00/1.00 vMB 15
780,960 780,960 0000000000000000000649e095a540b093d88147b632fb46c713dde7e9c0973d 3,236 1.00/1.00 vMB 27
780,959 780,959 00000000000000000005751b96191370faa87f7c6e9736b37d135945f09c702c 3,591 1.00/1.00 vMB 42
780,958 780,958 000000000000000000058ab7e1e654efa78194447e016c1425874fd4a01a8424 3,268 1.00/1.00 vMB 38
780,957 780,957 0000000000000000000659ef2c0e7e9aa7c2e154b2d8697f816c539069ddbf22 3,213 1.00/1.00 vMB 31
780,956 780,956 00000000000000000003ca97465bec0aad3f06c88d048cb667fa313627455dd5 1,892 1.00/1.00 vMB 16
780,955 780,955 00000000000000000003fec08d60910e7adf80dc7c98743ee64bbfc77aace02f 3,967 1.00/1.00 vMB 29
780,954 780,954 00000000000000000001b481b4564c041aecec26dca3426bd1f389371bfcf848 997 1.00/1.00 vMB 35
780,953 780,953 000000000000000000022b49f8256e39b14279652d4b45d45dfe1dc7a78bde90 1,274 1.00/1.00 vMB 38
780,952 780,952 00000000000000000004c0b9461d4ef4c8639964769dd1840bff53b982b6ce07 1,722 1.00/1.00 vMB 39
780,951 780,951 000000000000000000027a4ddb26463fa31a57df1d54440f17c3f737a54e56da 1,925 1.00/1.00 vMB 27
780,950 780,950 00000000000000000001d14d8b1500848a1f605cd0e6e7069108edf4a0f37cb3 1,547 1.00/1.00 vMB 26
780,949 780,949 0000000000000000000179e6b570cbcf55b5f77e3003a816c28ed821a507d631 927 1.00/1.00 vMB 6
780,948 780,948 0000000000000000000327f93faf8eef4ce2dab683af68e1f0202b8c7e049f0b 523 1.00/1.00 vMB 7
780,947 780,947 00000000000000000004c0e81780dd65c8f89fc7c632d8d8f8fa26c6bacbac9d 2,211 1.00/1.00 vMB 10
780,946 780,946 000000000000000000004e7e29f4b98f3d3dd902215cf0089255b030b8f32fcb 2,943 1.00/1.00 vMB 25
780,945 780,945 00000000000000000003434586f1e224d2942fe61674fccf104bd0c8f18e7183 2,160 1.00/1.00 vMB 21
780,944 780,944 000000000000000000030d56982ea7580d23ae44abb8c130396f78253ac1b12a 2,237 1.00/1.00 vMB 17
780,943 780,943 000000000000000000041ba83cb25028b98c94ee08cd9c7e9b10ef99409584a2 3,871 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.56 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: 670.07 GB
    • Received: 15.81 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.