Loading Tool

Explorer IconExplorer

Memory Pool

78,721 transactions
30.03 vMB
0.08970038 BTC
Random Selection Loading Transactions
Max Size: 179.39/200 MB

Candidate Block

Mining Attempt 2d10fb7085f7fbfff906ef2e5ca1f7cf5e47211879200f6dcdd04520432f1193
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 23a780b6a0da7bbb6f5efe5f7a82709acb9a361f930e2877e117708f94e2c28b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02027496 BTC
Feerates: 150.61 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (459,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,096 456,096 00000000000000000107820a9392adb625171f07b0138bcbcca3d46090e0ad79 1,571 1.00/1.00 vMB 141
456,095 456,095 000000000000000000fde5cc04b520c994eaeeeaa550d021cff8ff36dc352cbc 2,913 1.00/1.00 vMB 200
456,094 456,094 0000000000000000008b7a1710a8653d5858f2cdf5a635e1dcf481ea96806ff3 1,504 1.00/1.00 vMB 132
456,093 456,093 0000000000000000009b0331b6ddec7cc22e89655feef06ddb06981b1a9c857d 1,221 1.00/1.00 vMB 117
456,092 456,092 0000000000000000019bb68e68e9fb7af7a06d6586d609c38328794b81a847eb 3,793 1.00/1.00 vMB 121
456,091 456,091 0000000000000000006623bd5f46ba0e7944a692a6ede9a20f0be15fe699733b 2,315 1.00/1.00 vMB 180
456,090 456,090 000000000000000001dddf96b2d2c0510dc1dd5c87af80b5dbc599385281f005 2,412 1.00/1.00 vMB 140
456,089 456,089 000000000000000000bb121d38d32254129d4076780daad8264cd308825c05f7 2,222 1.00/1.00 vMB 192
456,088 456,088 0000000000000000006a70b7c45b13bc62b7aa253a1f2a997779e256c3b5c019 1,698 1.00/1.00 vMB 137
456,087 456,087 00000000000000000182f82462252200594fbd4fdb7ae0dd07cb9b1dde5ee811 2,230 1.00/1.00 vMB 135
456,086 456,086 0000000000000000018d33bc9cb6e6f1039a103b5e8c3629fc3971bc7dc369ce 783 1.00/1.00 vMB 115
456,085 456,085 0000000000000000024efa4f6b36a5806dadf40550a30bd431de2937bbea2996 1 0.00/1.00 vMB 0
456,084 456,084 000000000000000001bc491f9cb7a8584dca11df25268c140a8280b0e690e8a1 3,332 1.00/1.00 vMB 190
456,083 456,083 0000000000000000019c351370d65ade7d19c2faf2c787bd4853a46429d5938c 1,750 1.00/1.00 vMB 221
456,082 456,082 000000000000000000cd04569f3ea0a9e86627bf38954218d8f272a2fcefb21a 3,041 1.00/1.00 vMB 153
456,081 456,081 000000000000000000c92b27a7c7b3813dbcaaf720a898ff4286da2eab58d4c5 2,423 1.00/1.00 vMB 144
456,080 456,080 000000000000000001be5b0c47a4d1ebfea4b06e675816257491f1e30de6f3b0 1,553 1.00/1.00 vMB 100
456,079 456,079 000000000000000001e051e3017dd779091636679db2508ecc3c2f33458c17b0 2,324 1.00/1.00 vMB 145
456,078 456,078 0000000000000000002509c2a6f8854c6c9b819c8a97e72ee18594c55de0adca 1,843 1.00/1.00 vMB 134
456,077 456,077 000000000000000001f220e93b8da336c047e8df73cff92ad8a45ee45e6b4aed 2,193 1.00/1.00 vMB 196
456,076 456,076 000000000000000001b9fe19fc0e2d65c4baea0feb2ae1a669329d974b43d58d 1,944 1.00/1.00 vMB 163
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.34 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.