Loading Tool

Explorer IconExplorer

Memory Pool

42,768 transactions
20.98 vMB
0.06104028 BTC
Random Selection Loading Transactions
Max Size: 117.01/200 MB

Candidate Block

Mining Attempt d72276037c6559d2417e0719f61a53e6218dea1e1cffeb06909d6abd403e03fc
Version 20000000
Previous Block 00000000000000000000f3763eedce0e0aad8655d903ce8e15958c75419fe8e5
Merkle Root d965166b839c2be0d19dbc17b8cd13daae7800ab1659846a20f6eed04ef1c44a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,957
Size: 1.00 vMB
Total Fees: 0.01572736 BTC
Feerates: 100.69 > 1.58 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,102 (798,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,281 115,281 0000000000005c89f49290434931fb0a4645467f010e1acab42b7d1c042617c4 8 0.00/1.00 vMB 877
115,280 115,280 0000000000003d09dbb3aa1591437325b3c85a61a27e77e5d10ad0dd932fe1a5 8 0.00/1.00 vMB 412
115,279 115,279 0000000000006e6ddba26f550ecd8c9249f4e138fc2aeac80d20acae32e3e0a8 18 0.01/1.00 vMB 484
115,278 115,278 0000000000005fbb238639dd9a4f57fb49ea623b80a9a4e35144b5bd846ea115 7 0.00/1.00 vMB 0
115,277 115,277 0000000000004f1a61d05f571e390c8ffbd1580228064e8a114cba4d72809099 4 0.00/1.00 vMB 0
115,276 115,276 0000000000007778ce75d63bf1bf06740a3702c237929e400e06866eab53bf85 2 0.00/1.00 vMB 0
115,275 115,275 000000000000e5e0da97bcbda0cdec1ac1d15761afb76e42e13ea53edd65cba4 18 0.01/1.00 vMB 326
115,274 115,274 000000000000c3e0c80841f0cc3cdb5d1d9dd028ebaf427740caa74490c53b1e 2 0.00/1.00 vMB 3,861
115,273 115,273 000000000000990d401aef981bfa62edd7e95a3b58f81d1f5691c3b95fd1fa62 18 0.01/1.00 vMB 782
115,272 115,272 000000000000775133cfc740ddbc4631dbb2de2d6007cf6b1ee7714ba110c59f 2 0.00/1.00 vMB 0
115,271 115,271 000000000000675714fce44690cc00bc4f3f85859ae1deef8b65bd357f56d20d 2 0.00/1.00 vMB 0
115,270 115,270 0000000000003b5f01606d301a9495c83e68cca40f3ada84f43a2cfde32fcec4 9 0.00/1.00 vMB 862
115,269 115,269 00000000000076ae408bf2f5fec480aca2df7f0d9ccef8f62af618ebf769d7b2 3 0.00/1.00 vMB 0
115,268 115,268 000000000000e9a400a436f60a5a361ebfbbfd46b6a0b965a1e7b43381d2c545 1 0.00/1.00 vMB 0
115,267 115,267 0000000000001809662bbd4043e921cd22431ffa4c00c4c03f6e873f3ea4d65b 54 0.02/1.00 vMB 41
115,266 115,266 000000000000ed88b0c324e63f963833dda2eb12890643ef594b32c79fbc2ab5 4 0.00/1.00 vMB 3,875
115,265 115,265 0000000000006fddbeec18349b9baa924b1237426ef8f3fc00ebae71169b34c2 1 0.00/1.00 vMB 0
115,264 115,264 0000000000004065a7061a31302659759be58c8a83ded54acd5b5254be037b54 10 0.00/1.00 vMB 317
115,263 115,263 000000000000612c66223fa87b0869ea994ee68076ed34b7fb63f714e7685d35 6 0.00/1.00 vMB 630
115,262 115,262 000000000000366e09b33c9cbfa44fd3ab7d0650381adec77cc6d6e231e06f3b 10 0.00/1.00 vMB 310
115,261 115,261 000000000000eb86ff09d87021a26a0fccdebda57db0d449b4dde6cef3f9b9d5 14 0.00/1.00 vMB 21,682
Previous 10 blocks ↓
Total Size: 780.78 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: 559.34 GB
    • Received: 7.18 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.