Loading Tool

Explorer IconExplorer

Memory Pool

67,777 transactions
26.12 vMB
0.07262509 BTC
Random Selection Loading Transactions
Max Size: 156.07/200 MB

Candidate Block

Mining Attempt 8a2c3f9a3a761cc65fe32f65dd8b70a3c193de9a2bd336b2cc93ca10fd4d656a
Version 20000000
Previous Block 00000000000000000001f32e1ec46405c2d40c75e5531518ebc7798ffc33b3dc
Merkle Root 0fef2bf32abbe513992124107c07114010b14bf72ef660bb663417badfccdaa3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,616
Size: 1.00 vMB
Total Fees: 0.01725896 BTC
Feerates: 50.18 > 1.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,522 (803,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,022 112,022 000000000000824d38abc101dc1354726d2d7638db68b17f72165788b8cf909d 4 0.00/1.00 vMB 2,702
112,021 112,021 00000000000056c5d5ec5c33d801a2cd22dc716617f1f7f9dc9b903d1178658b 4 0.00/1.00 vMB 2,178
112,020 112,020 0000000000002aa6d6f02c234c06cc7ee3bf84a413e6664abbc77049032059f1 1 0.00/1.00 vMB 0
112,019 112,019 0000000000006862e466b586e7f21d7110eb3defdb611bdc29a7df581d4db19b 2 0.00/1.00 vMB 0
112,018 112,018 00000000000106a34641a9cd56848e154ed4093e951015f8028e78995e33cbe5 12 0.00/1.00 vMB 356
112,017 112,017 0000000000001ce1da6700a525ef587f15fa9aee985d740ced718955703faf72 19 0.01/1.00 vMB 199
112,016 112,016 00000000000068a84a4ac853b799087a109a6eae71b2533eabad3ca3ad5a9736 4 0.00/1.00 vMB 1,291
112,015 112,015 0000000000007381379a7780c4212459f25ceede5712deeb4b78e3e223e66b12 1 0.00/1.00 vMB 0
112,014 112,014 000000000000f181997506eb728e832e3ccf56f419516c9fc3982609a9634ef1 2 0.00/1.00 vMB 0
112,013 112,013 0000000000002716eb5b887429f25fbf278033086df5cf6625e277e5cf551667 12 0.04/1.00 vMB 77
112,012 112,012 000000000000bd7dc3de1a8862856d8e4a0313b94898ba0554ab6f24923fbd5c 5 0.00/1.00 vMB 3,872
112,011 112,011 000000000000b3a8cfeea43fb27799d40d2e291add1e1de64d0722929951b177 12 0.00/1.00 vMB 1,412
112,010 112,010 0000000000002623cd97c055f7bce28d2190b38f4a88e0f08b6eefd104707dab 1 0.00/1.00 vMB 0
112,009 112,009 0000000000008b3b7aa7978530f839152bef44bbb210bfe5e9be8ca56d90ceb0 10 0.00/1.00 vMB 3,240
112,008 112,008 0000000000001fb3f0ff9f76b542165b8ccde7bd6152fd808099628594dc6f96 3 0.00/1.00 vMB 0
112,007 112,007 000000000000e3391a6744684c9485848f0dcc4b59588ea508a433b637c2bdba 3 0.00/1.00 vMB 2,074
112,006 112,006 00000000000063e06fafb8f36226c80502db2589afe205e2a0b85a463486efb2 5 0.00/1.00 vMB 0
112,005 112,005 0000000000006e46c3b3dd7a0e7aee1f8a800778db2915f59c01eb6c745b2aff 10 0.00/1.00 vMB 0
112,004 112,004 000000000000e4acb40d714139b7f380aff040e7a1119e91a5f54ed7cc0b2234 12 0.00/1.00 vMB 1,154
112,003 112,003 0000000000003206d0671a8ec92b8fecbcf567eb01dc432986f689d3c4988f44 8 0.00/1.00 vMB 3,878
112,002 112,002 000000000000f64bade25be104f86197c72117a81bc1dbb6b6f2415a41d5a00f 2 0.00/1.00 vMB 3,891
Previous 10 blocks ↓
Total Size: 783.31 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: 767.13 GB
    • Received: 19.34 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.