Loading Tool

Explorer IconExplorer

Memory Pool

84,572 transactions
31.71 vMB
0.10859835 BTC
Random Selection Loading Transactions
Max Size: 194.44/200 MB

Candidate Block

Mining Attempt b2d69eb5977794448748398f78d74cb122fe761414ec0e78b3d183c319e89d41
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root a7c1ddf768b2c93b9f56bdd1c69c9dcc38fbb5b1a2c3ef9cf4d5b41844ff8f5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.03393401 BTC
Feerates: 504.27 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (375,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,159 540,159 000000000000000000299a27b3aedc16db07780cf4336ece4252b0b523107caf 1,938 1.00/1.00 vMB 39
540,158 540,158 00000000000000000015a28885aadaecca9114341649ae9d19e505012d2972ed 1,712 1.00/1.00 vMB 20
540,157 540,157 0000000000000000000914948b096336c30e3db58cd0f64a5872a7e3d64568df 2,875 1.00/1.00 vMB 53
540,156 540,156 00000000000000000017ea14c65a1b8e90366196ada2c42c0efc1feef83c7817 1,483 0.53/1.00 vMB 26
540,155 540,155 00000000000000000023d43b708a83f780eaaea3f801f40cdbddc190ba7e4f42 856 0.36/1.00 vMB 37
540,154 540,154 0000000000000000002944bae6b013d3fdf59cad5331cf6270fec6f245782f27 1,997 0.74/1.00 vMB 20
540,153 540,153 00000000000000000005d3736e0d19b477348a008ef9e4b6c31405b2356bffcd 2,499 1.00/1.00 vMB 32
540,152 540,152 000000000000000000254a89f73c23a7fa0404cf39e5ff3e2e43a11d5474fa3b 395 0.15/1.00 vMB 32
540,151 540,151 00000000000000000013837759c7b7347b81996dcabf4e6445dfab62c202c1a7 631 0.21/1.00 vMB 23
540,150 540,150 00000000000000000009bca0f7ad05c09328567374b14765c960303396f899dd 622 0.21/1.00 vMB 32
540,149 540,149 0000000000000000000a824debe7267ddcc52f504769d0d7f5931df6b3cc9f95 294 0.08/1.00 vMB 18
540,148 540,148 000000000000000000252e16f498bd4583791a9412e93cfcfe941d2483dd2cec 1,969 0.75/1.00 vMB 28
540,147 540,147 000000000000000000098c5a7d5fd65bc25ec2fec7d6f5b5d45a627a43a6916a 1,535 0.49/1.00 vMB 23
540,146 540,146 0000000000000000001a95da4b7b0432c2cd88df1bfad1f0de0ba4d45a6d7612 1,122 0.49/1.00 vMB 48
540,145 540,145 0000000000000000000542ad1b33e98b3675be9c8c4d8dd2fe62cece448285e1 2,396 0.97/1.00 vMB 29
540,144 540,144 000000000000000000123cec34b5e0241990889bf39740659ebcc0859235bbe7 2,464 0.82/1.00 vMB 29
540,143 540,143 0000000000000000001fcef62efb8902d5008fe5e35308975b303db296e840f3 289 0.09/1.00 vMB 32
540,142 540,142 000000000000000000087686c857e86f763c4dae9d5a8cd6a0ea8709da938dcb 1,221 0.54/1.00 vMB 31
540,141 540,141 0000000000000000001b5182f5df92422679c9b68892728f4315e7c3d637bac2 1,455 0.51/1.00 vMB 31
540,140 540,140 00000000000000000024731ceda011f8b8f5259b6ce9373bc92f25907186e01e 1,529 0.84/1.00 vMB 31
540,139 540,139 000000000000000000286a2120f51f3fb5056530316c6228b4f60368b1721cd7 108 0.03/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.