Loading Tool

Explorer IconExplorer

Memory Pool

78,746 transactions
30.04 vMB
0.08994102 BTC
Random Selection Loading Transactions
Max Size: 179.43/200 MB

Candidate Block

Mining Attempt 6bf95a04f311cabff92090846b02e3ed2afef3d5d3a17880b6f05e6cec62d3bc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root b2b7b94e724b8250f783d26ca569967f9049f9340efd5f477ec39b0e27585007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,952
Size: 1.00 vMB
Total Fees: 0.02046190 BTC
Feerates: 150.61 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (106,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,112 809,112 000000000000000000044c9ae2222a795b27792a87e8c2c6740e80205ad71c7f 725 1.00/1.00 vMB 17
809,111 809,111 000000000000000000002e5409a552552c0f6898172672d7893231e41e75fdb3 721 1.00/1.00 vMB 19
809,110 809,110 00000000000000000000de442dfdfefa27617fa43863760cce7a65873d9180ac 327 1.00/1.00 vMB 17
809,109 809,109 0000000000000000000333581e7e90ff923ec331c168256d9c1a4b385a2dfb55 3,479 1.00/1.00 vMB 17
809,108 809,108 00000000000000000002bf1f74b110852775ba8c27a44643b36769bbd74462f5 5,969 1.00/1.00 vMB 20
809,107 809,107 000000000000000000001975bc532274078fe6cbba7617aa21751dcac331332e 3,247 1.00/1.00 vMB 27
809,106 809,106 0000000000000000000197c75bc2236d8b9f1a8865493bbb77bb2ae58d1b50f5 3,312 1.00/1.00 vMB 40
809,105 809,105 000000000000000000046e60a2dcd3c6047df1992220c38e44147ae6f2550755 3,914 1.00/1.00 vMB 22
809,104 809,104 00000000000000000001a6c1f27fc84833f92a3c30c29e9ff539f3893bc0b4c0 2,566 1.00/1.00 vMB 38
809,103 809,103 000000000000000000006ba7788b0dd0f4f5d562735fedef6fb2a0a8eda030ad 2,322 1.00/1.00 vMB 21
809,102 809,102 000000000000000000045022ae8098d4fa10527ab1d8cebbf34c8df5c3b29ff2 2,598 1.00/1.00 vMB 22
809,101 809,101 00000000000000000000bb64c6957bc49f09a3ab59602cb50a3c32ffd581b777 3,886 1.00/1.00 vMB 22
809,100 809,100 00000000000000000001f07e30f792f6f20aa0a22f263ace073a35577e17e4bb 3,768 1.00/1.00 vMB 27
809,099 809,099 000000000000000000032ac284670ef49d88f4e0c074622c1c28f7052688d6f5 5,538 1.00/1.00 vMB 19
809,098 809,098 0000000000000000000368dd9740bec121c9d787b5af2b2e316b1436b8f6da07 4,576 1.00/1.00 vMB 29
809,097 809,097 000000000000000000028ebbfa33d3e2df41446d5fac5520a43d7893ba89ec4e 3,306 1.00/1.00 vMB 22
809,096 809,096 00000000000000000004680c09dd37a5a19757633dbfe2d09a02bf353a8b3012 5,124 1.00/1.00 vMB 21
809,095 809,095 0000000000000000000368856dd39b11413cbafb87b26aacfae149b5da08f12d 4,398 1.00/1.00 vMB 23
809,094 809,094 000000000000000000028c7b21e920f9dc1dbf02a4fecd91e0506c3b4e6b8319 1,559 1.00/1.00 vMB 29
809,093 809,093 00000000000000000002c2fe990ae8dc2092ce3a3e0e9e1416949bb7be86fd41 4,263 1.00/1.00 vMB 21
809,092 809,092 00000000000000000000d96ab3d9b284c98dcbec606d80afe6da0b695a5484c3 6,542 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.