Loading Tool

Explorer IconExplorer

Memory Pool

8,576 transactions
3.55 vMB
0.01196752 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 20.80/200 MB

Candidate Block

Mining Attempt d3813e2f83eb35e57d8633ecb5b285df9c7edec8b8423194049af11cc482ffd4
Version 20000000
Previous Block 00000000000000000000294ce145ebc6921e8cc1e4c53a7d7eb6073c4e221c86
Merkle Root f9c8b84d22cc6a4cbd8c80880d74b8b7dc4487d5a1e64ed4663a99149dee38ff
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,482
Size: 1.00 vMB
Total Fees: 0.00826785 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,472 (708,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,755 204,755 0000000000000206bfd10c6754aeeabafe4b3f8baf547a2bb6122c78dc3d9fba 127 0.03 vMB 44
204,754 204,754 000000000000049a29c499f93477b8e7cb1fc632dd1029207febb132239749d7 136 0.05 vMB 38
204,753 204,753 00000000000003edea538a7838cce8a0d7ddb7c0f13b602eb0408adb11aa3734 263 0.14 vMB 73
204,752 204,752 0000000000000298508a1a34440a8a13d929e14b1454babda87a998d8537337a 502 0.18 vMB 155
204,751 204,751 0000000000000345a56f00512a458e1ccf6f55f04140bf984e626c2b9fa19dd2 545 0.25 vMB 137
204,750 204,750 00000000000001455129377e9cff0876e47b6c894f0730806c21606a4387beb2 140 0.05 vMB 81
204,749 204,749 00000000000002533bc630fc9dbc90b56d3da041f8cf89b88db174e721fac8a2 1 0.00 vMB 0
204,748 204,748 00000000000002a491b42b9c62581192771c640b07ce674abd524fe8984fdaf0 6 0.00 vMB 1,213
204,747 204,747 000000000000018fed5fa228f1b5832581c686c990a2e4bdda15a6a5bfc586f6 284 0.11 vMB 139
204,746 204,746 00000000000000641b09a14610827ba35afbd541da13c707459a20369d3b5482 145 0.10 vMB 73
204,745 204,745 0000000000000406ebebb32b32e06e656663acfe030fbc515e870d5304ffa02c 465 0.16 vMB 156
204,744 204,744 000000000000041fc58f783331d64dff60df52aca114b20a242eae5cdffc42e1 12 0.00 vMB 61
204,743 204,743 0000000000000511154272d285a181a8e66f429e99f45a452d640117a495be05 124 0.05 vMB 132
204,742 204,742 00000000000000272ac5d4bdd4e057df5aa998475bac55154a69e33c6aa948b2 68 0.03 vMB 103
204,741 204,741 0000000000000350e4b2fd233849e62a43c1fe6a618ca323faab36b4e5a4274e 225 0.09 vMB 242
204,740 204,740 000000000000020d34d8002c69e748143024a10aa2994641098de4714986969e 17 0.01 vMB 196
204,739 204,739 0000000000000378d5e178165e1a121c7ace3cea89a8d66a3c35af040d773fd0 35 0.02 vMB 191
204,738 204,738 000000000000012c1188f948995282c4e7a316a6b2ee12a17ed79df4344c493b 112 0.04 vMB 150
204,737 204,737 0000000000000297feb7565838401ce7ed086c66e52985d9bcf5890698e706c6 25 0.01 vMB 46
204,736 204,736 0000000000000202db6de109ef0734d1404a6e714553a22afdd6b4511b5f3e26 157 0.06 vMB 158
204,735 204,735 0000000000000399069a6cf29379acf173652b20719023a90cc69ef9d5d18cc8 108 0.04 vMB 165
Previous 10 blocks ↓
Total Size: 779.69 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: 333.49 GB
    • Received: 1.61 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.