Loading Tool

Explorer IconExplorer

Memory Pool

77,874 transactions
29.41 vMB
0.10358740 BTC
Random Selection Loading Transactions
Max Size: 177.16/200 MB

Candidate Block

Mining Attempt b0a7aba523eeea0eedd133ab62b322572af0ae84c1041f10a82797023d412ba6
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root dd1efdbafdf86964812a1c98d98d02345bad1f97cbc4e01eb2fcc0a2610b168f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.02816157 BTC
Feerates: 151.12 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (361,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
553,556 553,556 0000000000000000002c8c207f2e9e5fb3ed33f05f849e5b6bbc692aef1955d3 1,747 1.00/1.00 vMB 9
553,555 553,555 00000000000000000013fc37bb0d8533312ed5e9de8aa35617a27174ca003828 1,711 1.00/1.00 vMB 13
553,554 553,554 00000000000000000019066b652f47b754611984c3ea3489c84b964a4c205c5b 3,214 1.00/1.00 vMB 31
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.97 GB
    • Received: 17.26 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.