Loading Tool

Explorer IconExplorer

Memory Pool

82,080 transactions
30.34 vMB
0.08737503 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 282cf7ff02370b00f92925b7aea73385c15a2c97bf517172d9ffed7dd1a76b16
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 374092fe3caf7ea6b2f28147611f302abc504340c8ef7a0f7141428f93c4f8d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.02505368 BTC
Feerates: 502.67 > 2.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (344,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,633 570,633 00000000000000000027481c7d6135579f4f814ae657a405315d0c13e55d8d2e 2,566 1.00/1.00 vMB 16
570,632 570,632 00000000000000000013da45d04e58a3148bd57436477f402b63b911d741aa4c 3,108 1.00/1.00 vMB 95
570,631 570,631 0000000000000000000c26372fe96382b3f0b3f356faf9e5b298ee163a830aa5 2,929 1.00/1.00 vMB 11
570,630 570,630 0000000000000000000e866f41f69a5abbb63bc31686eeff6c0b2c7a89b6127b 3,063 1.00/1.00 vMB 53
570,629 570,629 000000000000000000076f314595fc8de52aa442a6094a42f4af3268ffab09ff 2,441 1.00/1.00 vMB 63
570,628 570,628 00000000000000000005d8f522e25c73a3a1705ced98b6914fe2577672d33f22 2,148 1.00/1.00 vMB 51
570,627 570,627 00000000000000000013cf20684e36a54ef1e9c37707ee2acba956c16b32f984 2,064 1.00/1.00 vMB 128
570,626 570,626 00000000000000000027859408d4f0a27ceb982f13c8dc7e2b8516301ad055f8 2,287 1.00/1.00 vMB 33
570,625 570,625 0000000000000000002633e2fb219e7efe8f355ddb3fb311de53b92473ac0358 2,432 1.00/1.00 vMB 38
570,624 570,624 00000000000000000028fbf8ca70302bd8931fe012f9fe194bb3617944e9d257 2,893 1.00/1.00 vMB 83
570,623 570,623 00000000000000000012d9962cd28e7a055bf2254832b95a62ff69c6f71b4c28 2,583 1.00/1.00 vMB 89
570,622 570,622 0000000000000000000bc7cb3c0abe40e65396134786cc217472e7e5dad5696a 2,653 1.00/1.00 vMB 70
570,621 570,621 0000000000000000000de0450e3dd5596fd7fe162a2eca0b09fec6c1e1d90b8a 3,339 1.00/1.00 vMB 90
570,620 570,620 000000000000000000001a9a4a641500217dfdb1d0c652fa405d89d69f973497 3,017 1.00/1.00 vMB 137
570,619 570,619 000000000000000000114f0dde708debc2c9de4d8d219a0cf089885078417639 2,692 1.00/1.00 vMB 100
570,618 570,618 00000000000000000001abbf3892c5d3e00f373138cb062a4c2fe74bfb405110 1,843 1.00/1.00 vMB 103
570,617 570,617 00000000000000000002b72c394f6ce9b2313dae264ff10a2ad1d1c3ed83589c 3,085 1.00/1.00 vMB 134
570,616 570,616 00000000000000000007e55c0981a94074a52f13a8540bf66d2ed3761a52fbc8 3,254 1.00/1.00 vMB 167
570,615 570,615 0000000000000000000b2b49acc72bc144875c3495e298b32968814e08279ed4 1,897 1.00/1.00 vMB 101
570,614 570,614 00000000000000000007ab9a594dfa342eff090ca00f8f234b45f645b8e14b58 2,588 1.00/1.00 vMB 115
570,613 570,613 00000000000000000018c5613ecd282777fbeb8b804d3ec2dcda4f20c5ab6861 3,213 1.00/1.00 vMB 160
Previous 10 blocks ↓
Total Size: 782.36 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: 662.72 GB
    • Received: 14.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.