Loading Tool

Explorer IconExplorer

Memory Pool

27,809 transactions
12.48 vMB
0.04008060 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.35/200 MB

Candidate Block

Mining Attempt 883a6149a9f78e56fdbd5db6b48a24cc91057e2bd5bbc27bdfbc82726be15485
Version 20000000
Previous Block 000000000000000000000f78b5039183da5ed41eb05942de3a2a266776018bfb
Merkle Root f91cab4b74cb178d9b48a7ff7a642acc14b84c7eec5346e796609927fcc2c4a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 0.997953 1.00 vMB
Total Fees: 0.01881838 BTC
Feerates: 100.41 > 1.89 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,689 (744,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
169,416 169,416 00000000000009d46988817e55af8fb9609e21daada8897734cd7b267429cff5 21 0.01/1.00 vMB 95
169,415 169,415 000000000000071ba2479514507c5f83835fc2f07e058aa61492e96126b35cc6 39 0.02/1.00 vMB 122
169,414 169,414 000000000000012b7bfc594c417036606f0ddee5825a6108dad85d43df0305d3 117 0.05/1.00 vMB 46
169,413 169,413 000000000000083dd246f57e5a3bd6b2ea0c6cb09eda556760d0383795b1b7e7 133 0.05/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 780.07 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: 490.34 GB
    • Received: 3.37 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.