Loading Tool

Explorer IconExplorer

Memory Pool

73,926 transactions
28.28 vMB
0.09612780 BTC
Random Selection Loading Transactions
Max Size: 168.59/200 MB

Candidate Block

Mining Attempt 2caaeb7755f57c858eebbb37b845541ce14f5d937c5832270cd957e5599605ab
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root a49040a9120d7eb81a3deb7cce11d7368f217b81b11d860adca870c4554e397e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,797
Size: 1.00 vMB
Total Fees: 0.02619627 BTC
Feerates: 151.12 > 2.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (645,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
270,350 270,350 0000000000000003bcb16362bd73fd02a04e1d674a310b2e042ff9b3a29b3aea 248 0.15/1.00 vMB 51
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
Previous 10 blocks ↓
Total Size: 783.32 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.70 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.