Loading Tool

Explorer IconExplorer

Memory Pool

38,175 transactions
28.57 vMB
0.08860184 BTC
Random Selection Loading Transactions
Max Size: 144.37/200 MB

Candidate Block

Mining Attempt 8b79399973e89c058e27f556f93b9d6f0ad95b9b285bb97de30bdb242286fada
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root e89945289b29c5ea811b35a1b733a9792ac3f2b6ff1e0ca3dcfeb2f03733828c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,833
Size: 1.00 vMB
Total Fees: 0.03346773 BTC
Feerates: 101.65 > 3.35 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (444,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,728 469,728 0000000000000000018df99526ab63ae0a43ad207cd9a022a88acdc9b21b0954 1,842 1.00/1.00 vMB 340
469,727 469,727 0000000000000000013a31b29f845d97465bff53f901027f8ab4b1a2f59118a8 1,421 1.00/1.00 vMB 359
469,726 469,726 000000000000000001ab2836000358426ed79e2694e66675a305d24f6689cd1e 296 1.00/1.00 vMB 66
469,725 469,725 000000000000000001bd5ddef9989f2143758e3e060342c86ce791414b29bb58 1,353 1.00/1.00 vMB 204
469,724 469,724 00000000000000000138458bf30d3e0a78c5d659ab6d37b1503445b17feca301 1,693 1.00/1.00 vMB 270
469,723 469,723 0000000000000000001b82f24eee910ef62fb631ffb2ac6797e70af10de50cdb 1,466 1.00/1.00 vMB 122
469,722 469,722 000000000000000001b8e789082093f80fb2a2e7878c048162d15ab4bf2e9276 1,859 1.00/1.00 vMB 296
469,721 469,721 000000000000000001a60894930992c2f5a4ade9b821e274c2c4aef52d8a97a0 2,163 1.00/1.00 vMB 354
469,720 469,720 0000000000000000012e59070aaa6271f853b404c8426afbc893405100905e57 1,713 1.00/1.00 vMB 508
469,719 469,719 00000000000000000079342f6eb6f0beffa79a887d1cfc86fe38533084bcfdfa 2,030 1.00/1.00 vMB 336
469,718 469,718 000000000000000000a366e7439e96748cfb51950a13b7da933677384bbe0f13 1,784 1.00/1.00 vMB 118
469,717 469,717 00000000000000000117ac3139855638e00e825c2cfa90ac1649541ac9fe4e8d 1,831 0.99/1.00 vMB 310
469,716 469,716 000000000000000001448b0485901b4abc8af632d64c5b61a88c29d0a8b1ee12 2,027 0.75/1.00 vMB 506
469,715 469,715 000000000000000001cd131449a7a6bc66e10583cd2032a78d2d0334e29b72b3 1,271 1.00/1.00 vMB 186
469,714 469,714 000000000000000001c8d57ca7669d1494e83549e0b2a24c58a9b7be53b19b4f 1,400 1.00/1.00 vMB 64
469,713 469,713 000000000000000001747b626538d31766cab52627f5f835743bc0f524150606 723 1.00/1.00 vMB 86
469,712 469,712 000000000000000001c5aee68afbb042f8a49f7e6f7a1600a00d0e75478431e7 1,503 1.00/1.00 vMB 197
469,711 469,711 0000000000000000015f26b24ce4f4b45f5d686b4e5a6ffb38b118f68a763440 2,167 1.00/1.00 vMB 236
469,710 469,710 000000000000000001079ced6bae298ca8bf17adf89879b3538418bbe1968d73 2,003 1.00/1.00 vMB 309
469,709 469,709 0000000000000000012e16fd905cea435933097e452ce9629d3fc459cf93bcd4 2,122 1.00/1.00 vMB 354
469,708 469,708 000000000000000000b4d0112a57ca1bdd8832eb94f1729c781ce3fe83db5b63 1,240 1.00/1.00 vMB 170
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.