Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

824 transactions (0.30 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.30 vMB 801 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (874,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,618 35,618 00000000a4e4f1f2891df2f223af9d3a285160a61dc834680f6d0c968548d4f9 0.00 MB 1 0
35,617 35,617 0000000074e626a926d21fb9ffd27ebf850e1b8d88db2264a02812b6e5666865 0.00 MB 1 0
35,616 35,616 0000000098f3fec53e9f7d0645d27e6fda47091124f5f41d26856b560a54f62c 0.00 MB 1 0
35,615 35,615 000000009d729b0d3a85135a59bd3488c99948e544b27bc5bdaedc0e2dc430a7 0.00 MB 1 0
35,614 35,614 000000005dc72be11d3eb21d268dd00e7dfec5fe81c4446250363a2a95c89a83 0.00 MB 1 0
35,613 35,613 000000005f472333f06dafcc36819133cf02378ca223d553e65257262167b931 0.00 MB 1 0
35,612 35,612 00000000c2cad723664961a1dcc078508bb4900eb59e7f38bb311239ead9b7ef 0.00 MB 1 0
35,611 35,611 0000000098ebb72e2aecb88a94d9279889ebe77233da7f6d26adbe9eb6d37512 0.00 MB 1 0
35,610 35,610 000000008412164e78bf2f54fae5b315ac5b31f3a655e4d2b69665f777ab06b8 0.00 MB 1 0
35,609 35,609 0000000033f4ec7b48c4d8b62e52fc76a1b221f694b0e5fd9c8ddbd49569dfd7 0.00 MB 1 0
35,608 35,608 000000003e81c94bc2c323baf03e5951e5e4ea5d55748af198455a6aeb411f9c 0.00 MB 1 0
35,607 35,607 0000000006f5c87e3682a7b7041cda3fe061d4aaeaf10484cce2479852f4eef7 0.00 MB 1 0
35,606 35,606 00000000ab729c6cc990e4421912e4f1e1570dc21619d4b5d500418e9965ec66 0.00 MB 1 0
35,605 35,605 000000007d9b46d7322f402940f89af1b9166e425aa4d0e620a8bdaaf6afa18f 0.00 MB 1 0
35,604 35,604 0000000006626134d930808b09ef54c2768c340d267e8276aeca76de2375f4be 0.00 MB 1 0
35,603 35,603 000000001aafe5b9d6b128a69a5e031477521f85866d6e0e174bd88e7937109d 0.00 MB 1 0
35,602 35,602 0000000038c5dc074e1e1dca1b7c70c9ee5601156141b2da6ba92053f92afca9 0.00 MB 1 0
35,601 35,601 0000000002491b806453df2d549e1fba58bbf58dcffad8ef1f32f60104faccbd 0.00 MB 2 0
35,600 35,600 00000000a8e6406194847e3a5dbdc2aadc715f73d6b71ef2668582e89a13f25d 0.00 MB 1 0
35,599 35,599 000000007fbddff4b1d1a8fe8caf51a6541d498319e449ae10f0ee8d0cfa2232 0.00 MB 1 0
35,598 35,598 0000000050a9a9ec3bc20ff196bc23f7dff2f9c2d9d8c9dfcd27069bf714f1dd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,137.83 GB sent, 112.32 GB received

Notes

  • This page updates every 5 seconds.
  • 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.