Loading Tool

Explorer IconExplorer

Memory Pool

40,755 transactions
26.56 vMB
0.06626026 BTC
Random Selection Loading Transactions
Max Size: 138.37/200 MB

Candidate Block

Mining Attempt 33de67ee92067eb14d67d35c604447bed2fce4ccbf0c7ad0dd7a108215edf458
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root f45e5f7c5e830777c5d3ff58e5ecb27483efb111c410c979798e0c435174c269
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,816
Size: 1.00 vMB
Total Fees: 0.01674136 BTC
Feerates: 265.25 > 1.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (334,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,238 580,238 000000000000000000097275cc8e6e670104f053d48781c499d4e2d25c30b191 2,897 1.00/1.00 vMB 109
580,237 580,237 0000000000000000001142cb57dcfe48f563cdb239de2dba5076e7aff28ea5ae 2,915 1.00/1.00 vMB 98
580,236 580,236 00000000000000000015ede5af4d0f569b1b43a93b0bf596f960501f2e269f22 2,628 1.00/1.00 vMB 119
580,235 580,235 00000000000000000010d00e9908dcd7e54f974f491a444c0bbab86301e95e12 2,484 1.00/1.00 vMB 82
580,234 580,234 0000000000000000000bd5f21c6dd3fa896638df9f9f0c47f5277db7c863a736 1,693 1.00/1.00 vMB 130
580,233 580,233 000000000000000000138f8396205104ecdf0fa19127df42bce6eb33a0ff9951 1,969 1.00/1.00 vMB 91
580,232 580,232 0000000000000000000e652a94fddeedfa2f55f2abb3ccef8c32a15e6b02b0ff 2,368 1.00/1.00 vMB 105
580,231 580,231 0000000000000000001710c721bac3b004fef5ef9b6cbef8cc5a79c59a010b23 2,476 1.00/1.00 vMB 70
580,230 580,230 000000000000000000175d06f20e1e78e5871bc5d35b71ea84ff06056906fd80 2,513 1.00/1.00 vMB 103
580,229 580,229 0000000000000000000055c42f4cf7e3173f76ebe8390423e1f04246adc3e4b4 2,769 1.00/1.00 vMB 139
580,228 580,228 0000000000000000001cb9056501154e4fc4fba935914e7c02d07ec05fd14e62 2,726 1.00/1.00 vMB 113
580,227 580,227 00000000000000000014839541e60f7683487796adac136935d7f60329392d12 2,253 1.00/1.00 vMB 97
580,226 580,226 0000000000000000000679fb879ecd5aee4f2587ccb91f02e23e1b10c8810707 2,562 1.00/1.00 vMB 85
580,225 580,225 0000000000000000000a20e97aaac8bdb67ca378b44f829e29157263a9656871 3,205 1.00/1.00 vMB 134
580,224 580,224 00000000000000000024f5e8bc6a53161c07a98bb081de0b8d1d3b648532f976 1,992 1.00/1.00 vMB 88
580,223 580,223 000000000000000000111574820e1ff0ac1fdf9dd92db9e6b03d64d3cedaea4b 1,049 1.00/1.00 vMB 96
580,222 580,222 00000000000000000000b029424185e9a5fe75f654d30231cf8df22625a09169 2,328 1.00/1.00 vMB 123
580,221 580,221 0000000000000000001133eab151d88551ccd37123eed57948a1f71db66595c9 2,198 1.00/1.00 vMB 117
580,220 580,220 0000000000000000001f2a2951ed6cc8d1458b3a44aad136cec5f661bbc4eacd 2,367 1.00/1.00 vMB 66
580,219 580,219 0000000000000000000a5db56750250d97f84e7a7f3a9d34d18c9d662353dd5a 2,281 1.00/1.00 vMB 99
580,218 580,218 00000000000000000015d7e6283de7e5229cb9d02a3f42284a78eb81a86bda00 2,607 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.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.