Loading Tool

Explorer IconExplorer

Memory Pool

42,039 transactions
26.20 vMB
0.05984376 BTC
Random Selection Loading Transactions
Max Size: 137.17/200 MB

Candidate Block

Mining Attempt 926a7e0b1fee3e9b8966a6e8e9dc0050d0889433029e54614b92c16bd0e1184e
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root c6f6785eb09d7e7172d77a11b7a85a561cd4436c3a1c8c399f252ea3075acf91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,229
Size: 1.00 vMB
Total Fees: 0.01195180 BTC
Feerates: 100.00 > 1.20 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (152,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,128 762,128 000000000000000000072226bf7b30a8a888b0705ca8b36ca06b596310cb6e37 2,257 1.00/1.00 vMB 12
762,127 762,127 00000000000000000006e4f59ddc2b041fb1e74aa215c99e7b63857439e21593 3,233 1.00/1.00 vMB 12
762,126 762,126 0000000000000000000696be1c2f53cd756ecfcfc6d4b7002049a87623f000a3 2,167 1.00/1.00 vMB 17
762,125 762,125 00000000000000000000d18d813552cf581fd298810665640aa5afc68d96df5f 3,488 1.00/1.00 vMB 18
762,124 762,124 000000000000000000053de93edbf297982b2fb5c92f67f3db2f89ea8530b959 3,317 1.00/1.00 vMB 28
762,123 762,123 00000000000000000002b0799aece8ca97649228fc8e55966529c0001d40c1ee 2,253 1.00/1.00 vMB 14
762,122 762,122 000000000000000000047ce18b3957b89fbc04562c6c1c0dad56e9cff52cb7c0 2,302 1.00/1.00 vMB 22
762,121 762,121 0000000000000000000612e8b67d83afcd5da2af0ae8bc417ed42ecece661aa0 2,638 1.00/1.00 vMB 22
762,120 762,120 000000000000000000065562cdd1db94456c8651814c651836b06c161929a957 2,600 0.80/1.00 vMB 12
762,119 762,119 000000000000000000026aa8da7290471207a94c10b6ee0ddd930b5ef22e2e3e 3,483 1.00/1.00 vMB 14
762,118 762,118 00000000000000000006281de4cd849f5f2b297afc008085908cee056a4eecf3 3,015 1.00/1.00 vMB 11
762,117 762,117 0000000000000000000655e2b47ddfb0d2e51ef0eea060db79d4f4797b6455d5 2,974 1.00/1.00 vMB 12
762,116 762,116 00000000000000000002e1a6cf736a36ebd0923eebca2ed9e3b5c38da7931247 551 0.20/1.00 vMB 14
762,115 762,115 00000000000000000006016d18595ab59006e18d41a9c620be2c5f2a941eb630 1,663 0.59/1.00 vMB 13
762,114 762,114 00000000000000000003404a79fbe61b4f0832c032aa5ad280c8c65a187d3f8f 1,994 0.76/1.00 vMB 11
762,113 762,113 00000000000000000003c6a82255e54852a157dc3216278b0ddd26075709b610 364 0.32/1.00 vMB 2
762,112 762,112 000000000000000000039f7686d20cc7a7e017617b6415d98218fefe944eace9 2,474 1.00/1.00 vMB 8
762,111 762,111 00000000000000000002b82331b38349bce81fecd625bcabac167518e151dd6e 2,045 1.00/1.00 vMB 8
762,110 762,110 00000000000000000000bf81eee1dcce376e9c5e5ec970d3967f07beb2b347ae 2,312 1.00/1.00 vMB 8
762,109 762,109 00000000000000000000376eab59cbbd9c048f83e10d4883115a16a53b2b8671 1,548 1.00/1.00 vMB 15
762,108 762,108 00000000000000000000c522da2b1b9d154417ba856db159b8e0e3a10180ffae 1,312 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.