Loading Tool

Explorer IconExplorer

Memory Pool

14,537 transactions
10.99 vMB
0.04764482 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.61/200 MB

Candidate Block

Mining Attempt 3d68600d4104dffa7bcb140810f1f78db70ce692e5ccce15de591bd9bc936517
Version 20000000
Previous Block 0000000000000000000006ca46d77662424a3c954a5db8f2745f0dc89e1e8097
Merkle Root 754931fe0e730e4cd27ecdadf4d8e8599d79d259abbb3eae6650e7ba29b92447
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,677
Size: 0.9979865 1.00 vMB
Total Fees: 0.02469771 BTC
Feerates: 201.37 > 2.47 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,811 (744,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
169,437 169,437 0000000000000a3707eecb22da04e7a4411a407ea1b338475cb30e94b95d6f54 85 0.03/1.00 vMB 151
169,436 169,436 00000000000005a08f2b8cca904613476ba705293d1bd0e5712ed89ae3436de4 14 0.01/1.00 vMB 357
169,435 169,435 00000000000006a52b8fc1cb669c2a399323d38ccfc027f153fbfcddc291f2fa 35 0.01/1.00 vMB 142
169,434 169,434 0000000000000923c7c5544a3aa57b8fcc0e8c09a4976f3ab34e81c5d5ee0529 134 0.05/1.00 vMB 111
169,433 169,433 00000000000006f9199d928e048f0effd76581b329b433658bc811a03f64843e 21 0.01/1.00 vMB 71
169,432 169,432 000000000000033f2779a544b09621911cdb95542dc681f8e146d2a8334112e8 95 0.06/1.00 vMB 103
169,431 169,431 000000000000055dfba0be5ed7902f8ea005b1a7543c892aba40c0b29dd3bd7e 55 0.02/1.00 vMB 161
169,430 169,430 00000000000005b3826e4a16f2a23b169458ae7ed8b62761afa9bc1627260f51 115 0.05/1.00 vMB 102
169,429 169,429 000000000000073d7e130da71a8056d3de225b6024b4c9f365a182b651e3488e 1 0.00/1.00 vMB 0
169,428 169,428 0000000000000ab150c8277df9523af97184cec0785b8bfa5e3d2be0579bc209 138 0.05/1.00 vMB 5
169,427 169,427 000000000000013390409a4834d3f96abb2c43292addd1b529a82764241cff4f 39 0.03/1.00 vMB 22
169,426 169,426 00000000000004e2384aa1d570c1c5089348671e27c2d4b028104037b5c46a0b 75 0.04/1.00 vMB 67
169,425 169,425 00000000000007e62c6fe2fe69646fca4e337c2c9defe2c6621dbfed9a54d1c0 72 0.05/1.00 vMB 95
169,424 169,424 00000000000008e80937243370dbc0e2f9f0071d24a9859a9fe440537d4cf0ef 91 0.04/1.00 vMB 184
169,423 169,423 000000000000029a31034793749aaa11d1bf17bccc41e4ad49f949ffb21b9329 65 0.03/1.00 vMB 121
169,422 169,422 00000000000009a13611b6818855290277537f0f065efa7210b78e14e26a6546 46 0.05/1.00 vMB 118
169,421 169,421 00000000000008bdc70fa50ed53ae1f88c2aa437eb8813f24c51321ce71bc7e1 30 0.02/1.00 vMB 35
169,420 169,420 000000000000028d5b06af4b5a825d605327ed13869bed68f121f15c0a40710a 46 0.03/1.00 vMB 79
169,419 169,419 000000000000090fdafb26a6d9b05cdc69f9e9dfc88ce9d9b85b1e526464ba39 56 0.04/1.00 vMB 356
169,418 169,418 000000000000004a42076bc09ffd83dec16671e8a6bcbf74c124f31ce98de565 128 0.06/1.00 vMB 125
169,417 169,417 0000000000000248be2adf8fbdc8a74c13e01fbd908369673a55964b35c02b9c 31 0.01/1.00 vMB 1,739
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.73 GB
    • Received: 4.47 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.