Loading Tool

Explorer IconExplorer

Memory Pool

77,761 transactions
29.29 vMB
0.10526182 BTC
Random Selection Loading Transactions
Max Size: 175.35/200 MB

Candidate Block

Mining Attempt c888e9d2376e5dd651c4f7e5584387c1a363fbf9ca7f903d93298e067a50260f
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 2b35b5157e4234a33b77e66450da3d2fd3f2e4b6e80ac1edc994312e06dac2e2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,326
Size: 1.00 vMB
Total Fees: 0.03037642 BTC
Feerates: 150.77 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (361,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,577 553,577 00000000000000000027be6edd7d2ee68b3eca65ea896481c321f7a09fbb06f4 1,778 1.00/1.00 vMB 6
553,576 553,576 0000000000000000002a2451180749294cd74058e0a0dd37cc19ad0ee66e77ff 3,255 1.00/1.00 vMB 14
553,575 553,575 000000000000000000219643ca796beedf40530eef774144cfc8af3693530650 3,159 1.00/1.00 vMB 24
553,574 553,574 00000000000000000004a0caa042e3253cd4ee93a9e123ded5a383d7f95706be 2,972 1.00/1.00 vMB 21
553,573 553,573 0000000000000000002b4b6371ee111c7bf57bee3b45524ad227e6489b61e32e 2,864 1.00/1.00 vMB 20
553,572 553,572 0000000000000000001b027cee6e7ac763af36396890955bd3d07ca6d6481ca6 2,567 1.00/1.00 vMB 23
553,571 553,571 000000000000000000143a2bf9ef4152342631baefa9a0c7601d114b8e411dfe 2,107 1.00/1.00 vMB 10
553,570 553,570 00000000000000000014354a5e24709b073033c87deae04ba2b37ab58d42de58 2,170 1.00/1.00 vMB 3
553,569 553,569 0000000000000000000cae9a213eeb3f2578fe1257b2415e677141512311436a 2,325 1.00/1.00 vMB 26
553,568 553,568 0000000000000000001f797bae22dac6a685ab06b7a36217440fa145028adb3b 2,795 1.00/1.00 vMB 6
553,567 553,567 000000000000000000138a8356ccf7936a24ef0e1d0789fa78d8b38a56e78808 2,928 1.00/1.00 vMB 22
553,566 553,566 0000000000000000002686c41e6cb32f19774e08c932d82b7c328dbe0e41ccef 2,677 1.00/1.00 vMB 20
553,565 553,565 000000000000000000108d53731570be350d3c00c3a90cebbfb8c415f7538704 2,979 1.00/1.00 vMB 27
553,564 553,564 000000000000000000138c952b5ef8c14396246d2e7a7a0ed56208857a6d2797 2,706 1.00/1.00 vMB 36
553,563 553,563 000000000000000000238fd25a896beb87aef3ad33c150f5649489145c3b25c5 1,982 1.00/1.00 vMB 5
553,562 553,562 000000000000000000275817857e1e76a72dc0b496b6098d5dac20225efc11b1 2,767 1.00/1.00 vMB 11
553,561 553,561 00000000000000000003fcdb6a7fc638da7df3f328e9263f07f2289ca0314753 2,702 1.00/1.00 vMB 26
553,560 553,560 0000000000000000001ceda363cf714c8ffddb824cd1ca0037bd12d75f102728 2,110 1.00/1.00 vMB 8
553,559 553,559 00000000000000000000eb89c04fe97044baff1af521bb2f8515dd95f4c1f5b7 1,983 1.00/1.00 vMB 3
553,558 553,558 000000000000000000112366df7a5c020db5ecba7b553d89479423b16ed7a9c6 1,339 1.00/1.00 vMB 9
553,557 553,557 0000000000000000000c15107b74f08b81d3e387d86b1e72fcfe3c4ca868849e 1,946 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.86 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: 712.83 GB
    • Received: 17.23 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.