Loading Tool

Explorer IconExplorer

Memory Pool

71,682 transactions
26.84 vMB
0.06470270 BTC
Random Selection Loading Transactions
Max Size: 162.74/200 MB

Candidate Block

Mining Attempt 91bc7c5fdc7f1d0e2c61cb0b1e7c669153058c2db2fb8038dd610353c7f80c3a
Version 20000000
Previous Block 000000000000000000004fe302a810ca227f1e92bf557d78ace241a98952a0f0
Merkle Root 0cc162adbaa5281fd23b4323cfb4d7ec09c3647df433a5562d6f0c9445ed9634
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,343
Size: 1.00 vMB
Total Fees: 0.00726737 BTC
Feerates: 40.21 > 0.73 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,538 (645,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,349 270,349 00000000000000039fd3824b1293261cec1f65968925022e2f00da36e0216d6b 653 0.25/1.00 vMB 81
270,348 270,348 000000000000000050cbed1b2b8553eb87d530baed32944417407e4bffac4fde 877 0.50/1.00 vMB 44
270,347 270,347 0000000000000002cea3b7edde1bf63401a0b2186dbfd30727c23194fb4b2303 519 0.25/1.00 vMB 40
270,346 270,346 0000000000000002f1bb83fb2ede61dccb06cc436f519e4d3a4c2656cb26c6b2 796 0.25/1.00 vMB 61
270,345 270,345 00000000000000065df78bdccb85a8c0d9439f1b8e2b8ae9c462aecb10c681aa 826 0.25/1.00 vMB 160
270,344 270,344 0000000000000000a39d32da18419e8d66b9f2a3156a814eda8454fc73d659d7 418 0.25/1.00 vMB 37
270,343 270,343 0000000000000006df9de5f416ddff86cb6e48d13466effcf6176af3270ddb4e 707 0.25/1.00 vMB 107
270,342 270,342 0000000000000000d654fe86e5e80abb4fa58d9b35f20087c17bfa259d3b8961 1,230 0.50/1.00 vMB 40
270,341 270,341 000000000000000021748556e4640de31bdfe0a3b77aedb8cd54eb83fc8bb223 402 0.25/1.00 vMB 152
270,340 270,340 0000000000000001c3b76d4cbf5e42cd1344b5771ca4fe2277dfc9e120824dd4 540 0.20/1.00 vMB 95
270,339 270,339 00000000000000048b969ebf9c499cd633245e5e5837d61ecf19d691a5dc243b 716 0.25/1.00 vMB 102
270,338 270,338 0000000000000002f2dfaa6289039218cabb67ecca0ddb6716b93e4f7accab92 501 0.25/1.00 vMB 38
270,337 270,337 00000000000000046e43cffb17fd113454a9dc0b0e09d6acf781cf343b883ff4 554 0.67/1.00 vMB 21
270,336 270,336 0000000000000001006cf86599963244d8a6d2a8d80bab6bc882129955aa6a8d 706 0.25/1.00 vMB 143
270,335 270,335 00000000000000052872b3cccbfd85acce5b0c6f292c09f2a389d4ffd69881d7 714 0.25/1.00 vMB 106
270,334 270,334 00000000000000038445fd9ba749d1867c3613c83a093b498427bde42971ed2b 699 0.50/1.00 vMB 26
270,333 270,333 0000000000000006f682d6b69058c90da891e17e9761ae0cd48a8c9ea1977651 1,032 0.50/1.00 vMB 23
270,332 270,332 000000000000000270f6f9bf9cb7ac9290f60d474181889eb385a21bbede4458 1,537 0.50/1.00 vMB 178
270,331 270,331 00000000000000048b2fd66ba5d23057d8146ba3a79f6cc7014efb85460e1eb4 306 0.28/1.00 vMB 30
270,330 270,330 00000000000000035552f319105992a29b5cda8e1cb78b51c64ed11c9c77e743 644 0.25/1.00 vMB 111
270,329 270,329 0000000000000000d6f97ecbbb321fd2e9acf1424e9d1fe7698344f7e0aaf2a7 351 0.22/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.33 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.72 GB
    • Received: 19.45 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.