Loading Tool

Explorer IconExplorer

Memory Pool

85,183 transactions
31.90 vMB
0.19368862 BTC
Random Selection Loading Transactions
Max Size: 189.53/200 MB

Candidate Block

Mining Attempt d292b42cc96722f8947dbdcd699dc5f8e3ca966c36a1ae46e5bb78b74ae5ef83
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 61fea9ffd22665bc9b938a7c83a71c8c161d65ada8c99ccea1627d8de3e92cd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,858
Size: 1.00 vMB
Total Fees: 0.07391867 BTC
Feerates: 301.64 > 7.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (335,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,714 579,714 0000000000000000001867e90f1eadcd83152b07a5439d223e4bf943487781c5 2,524 1.00/1.00 vMB 41
579,713 579,713 000000000000000000153c929f90b849439f38cf5401a7a27629d3a2c32747ff 2,496 1.00/1.00 vMB 92
579,712 579,712 00000000000000000022817a0b25497258d936664f428871cee1be73d45de851 3,255 1.00/1.00 vMB 102
579,711 579,711 00000000000000000017cf70f1cc797fd185f495ccc267d7c1e0a8b0dab92985 2,529 1.00/1.00 vMB 83
579,710 579,710 0000000000000000000f2ab87ab78c406a27585a7d9059da0d2b812662eb6ebc 2,984 1.00/1.00 vMB 103
579,709 579,709 0000000000000000000f8f02b52955263ae8c249227a73e26cd0865f1de1b2d4 2,889 1.00/1.00 vMB 74
579,708 579,708 000000000000000000140558b164566dcb139b89b8d6cb7608f679b260848eac 3,215 1.00/1.00 vMB 88
579,707 579,707 000000000000000000110bad55e1e1e9a2422c19e00897e2eb6faaa113f837ce 2,754 1.00/1.00 vMB 57
579,706 579,706 0000000000000000001592848746167940b69d7579eac496268f5babc480f917 2,534 1.00/1.00 vMB 31
579,705 579,705 0000000000000000001d3841b742a06570140a9ab9cdb52c5975193ff7212870 2,005 1.00/1.00 vMB 64
579,704 579,704 0000000000000000002372f089ca08983750d23b98009be773d3472be5d2b95c 2,533 1.00/1.00 vMB 31
579,703 579,703 0000000000000000000e8f7f6e2b6e2bfcf09425980f8c909adda12de843e4f7 2,865 1.00/1.00 vMB 42
579,702 579,702 000000000000000000068627cb8343fbdaca79d1efa18bc75334615596687461 2,960 1.00/1.00 vMB 79
579,701 579,701 0000000000000000000775380df92d0d21bd62137f51be3512eca6afcf494981 2,111 1.00/1.00 vMB 34
579,700 579,700 0000000000000000000e865105c2a3e8f53c058b58dcb7c58ea0a87db239b4c8 1,709 1.00/1.00 vMB 48
579,699 579,699 000000000000000000205a189cefe59e14bda86d95aca763674ebda5b125d62c 2,407 1.00/1.00 vMB 57
579,698 579,698 00000000000000000016b84dd934b8dde3987cea4e1dae9ea8cabf5b135f73b0 3,004 1.00/1.00 vMB 104
579,697 579,697 00000000000000000012102b00804ecb21fca1df0e7666b296cbadd774034ebd 1,763 1.00/1.00 vMB 54
579,696 579,696 0000000000000000001c03855bc23d96b918f72e7f42b65e823dff3e7360ad4d 1,780 1.00/1.00 vMB 48
579,695 579,695 0000000000000000000a4948f108ed3ab9f30ab6e452dd2a07e67f7a6e9003a1 2,051 1.00/1.00 vMB 33
579,694 579,694 00000000000000000004b17fd0397b741a2ca6a745927d5c31cac075615e44c3 2,836 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.