Loading Tool

Explorer IconExplorer

Memory Pool

83,664 transactions
31.66 vMB
0.08896155 BTC
Random Selection Loading Transactions
Max Size: 192.87/200 MB

Candidate Block

Mining Attempt a447ab2a8db995cd82e06587c6be400b8bfa074c6c0bfba7c5d6f8d19cae3f09
Version 20000000
Previous Block 000000000000000000015a7ee9281539d48f0ebf8c2030b737ac721a110fec89
Merkle Root 62cb5fb8869370e392f45cbd9dbce48acd760b5af8bc441000e0288e1022a671
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,824
Size: 1.00 vMB
Total Fees: 0.02010985 BTC
Feerates: 182.65 > 2.02 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,212 (648,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,973 266,973 00000000000000049453c85aacfeeeb5e56da9715aad4b04b095a5d8d90ec67a 281 0.21/1.00 vMB 71
266,972 266,972 0000000000000007c1f4677da539a864db476ed291f9b0eeb538d658ffa112ea 263 0.11/1.00 vMB 87
266,971 266,971 0000000000000005f8dd398b6e4b6d7c83a62810e9dda8b5fdfffbac6c069b81 128 0.07/1.00 vMB 55
266,970 266,970 0000000000000009e0d5d8140378aa8a0a794104c6ed32de280d9f0ce21f77bc 65 0.03/1.00 vMB 72
266,969 266,969 00000000000000015505ad3bdfb5d56cfa9dde2f2dc6974c7463270931ff2c3b 245 0.18/1.00 vMB 40
266,968 266,968 0000000000000006058e4e477ba27ce2c16b9bb21ccd25b4cdb1d4c2673f8a57 64 0.03/1.00 vMB 41
266,967 266,967 0000000000000009ef4696a0c893950a5ea450eaefcf5f6301c89d712bc13a2f 719 0.25/1.00 vMB 105
266,966 266,966 000000000000000989fc37e276b1ed1e7f8ba90c4650f1f2b406cf7854ceff4d 359 0.15/1.00 vMB 85
266,965 266,965 000000000000000a70d381e08d496bd57494f49c61adc8d45cc816b5cb3dace8 75 0.03/1.00 vMB 76
266,964 266,964 0000000000000000b177055ceddc0ef29b9f47b8f54d75499bf0032aa0390263 613 0.25/1.00 vMB 90
266,963 266,963 00000000000000091983cd73105af4d72d541ce891cd45608716706ee2aee840 269 0.11/1.00 vMB 104
266,962 266,962 00000000000000047d0cf54cf28722f5ed92e2eaec46ff91a5bc8b0cb1c09939 216 0.09/1.00 vMB 73
266,961 266,961 0000000000000007073d31fc8b85f9c1ea2f61d5e35207c18bb41de2501f9c9d 535 0.22/1.00 vMB 101
266,960 266,960 0000000000000003080a4012b861eb84815a68d42350e48f2430151ca3cebda3 33 0.01/1.00 vMB 93
266,959 266,959 00000000000000004d650b059c33096eb9a414527eb85d67fc300dfbd41190ed 36 0.01/1.00 vMB 89
266,958 266,958 0000000000000004f0bfcc1f17fe93bb2b4b9b5da78ca79d9b69f5b7e050811c 96 0.05/1.00 vMB 51
266,957 266,957 0000000000000002fa88e2380530546fa75c49e735d5cf101ba9f78bde05c265 86 0.07/1.00 vMB 91
266,956 266,956 00000000000000044fd77f5aac91a82c3d3943efc32c73284eafb91ee165724b 322 0.18/1.00 vMB 85
266,955 266,955 000000000000000524a2fe0c35e26a23a2b91002b6e9a6ed5cba2dddb8915a34 272 0.12/1.00 vMB 93
266,954 266,954 000000000000000044dd67b5cc54f097eb1e0a1444d3f5d327ea528b8f8060b0 300 0.15/1.00 vMB 79
266,953 266,953 0000000000000006a09bccab15bfbf7de363b156724a08118e115bca0d3a5a70 21 0.01/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.76 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: 708.94 GB
    • Received: 16.79 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.