Loading Tool

Explorer IconExplorer

Memory Pool

76,229 transactions
28.42 vMB
0.06529236 BTC
Random Selection Loading Transactions
Max Size: 172.29/200 MB

Candidate Block

Mining Attempt 74e6421a9e7f6852d5422504ad6fe918a4bfe2fd51d363a20fc6444fb7655dfd
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (734,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,095 181,095 00000000000003d369de90d1611146c6bc2a3b69aa86e9eddbd02e6fa9f588a5 583 0.25/1.00 vMB 131
181,094 181,094 000000000000024bd7b0d0c27777f4dd366d4b22bc6e7383df5358a26c9ccb34 130 0.05/1.00 vMB 74
181,093 181,093 00000000000007885fd26b379b815b495a36a011517b0dd8fdc4d9d6ebab74df 6 0.00/1.00 vMB 624
181,092 181,092 0000000000000162e062b9b1d369f25b9b4fc5aba543f1a835bf8f625dcfa934 515 0.20/1.00 vMB 127
181,091 181,091 00000000000000e10a9bcd3c1b904d6f87518c575da1185b28ae29dbe45ee213 7 0.00/1.00 vMB 0
181,090 181,090 00000000000005f9e77b3cf82e1e0b4dce64f7a5e58aff75d34d05e9c55b91eb 512 0.25/1.00 vMB 105
181,089 181,089 00000000000006b47a141ce52de8a9d7df369081f21441a6038e30f12585fd33 485 0.22/1.00 vMB 250
181,088 181,088 00000000000007b2fb4fe2d59dff8786b797eaebe2d18579328670a0251d202a 77 0.03/1.00 vMB 77
181,087 181,087 000000000000019a6ed4b522b79f34260041178790c18dfcf9e6b3bebdd50f70 7 0.00/1.00 vMB 0
181,086 181,086 00000000000007436a85b0a68dbf43b689105e78d3b9afc669170023f2cec672 533 0.30/1.00 vMB 134
181,085 181,085 00000000000004f7fbf950b1ea25cd0c90ded292921542411492075aab473604 110 0.05/1.00 vMB 100
181,084 181,084 000000000000031c6a6da880dd20f3f3c1d1bf49249738f19c8551d7b5595e23 135 0.05/1.00 vMB 134
181,083 181,083 0000000000000108b2ae36a6f83646a56758f9dd03dd999827d92146c0c644a0 119 0.05/1.00 vMB 50
181,082 181,082 00000000000004c845f2a13028fa1200098a967d48c13527a6a1fb72eced000a 51 0.02/1.00 vMB 9
181,081 181,081 000000000000012b0e20393f7a230715ccbcaf6eb16f2b5abb2195468dc70f55 383 0.16/1.00 vMB 177
181,080 181,080 000000000000094977dc1bcd3c028096a6ab110cf0a82031430e5356a42c91f7 131 0.05/1.00 vMB 124
181,079 181,079 0000000000000077ad415624ce40f15c6f183f5815fcbd6aa09f77ccc79dd350 8 0.00/1.00 vMB 0
181,078 181,078 00000000000004e45d95ffbbf802602e1b24282d16ff5e264143e80b2a28af7b 97 0.05/1.00 vMB 50
181,077 181,077 00000000000008009de823cb5a7d5785a2a103a9f15ce9c6e8681b51941b1904 298 0.13/1.00 vMB 183
181,076 181,076 00000000000000d8e913d69e73820a14fce137714df32bb61b89c31e565b0863 16 0.01/1.00 vMB 129
181,075 181,075 00000000000004bc0f839afae97f307fa35429254408208fbc5e58905521ea2d 125 0.06/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.