Loading Tool

Explorer IconExplorer

Memory Pool

78,837 transactions
29.10 vMB
0.09968098 BTC
Random Selection Loading Transactions
Max Size: 176.53/200 MB

Candidate Block

Mining Attempt 1fb7725f26bec129efc704083c6e67c19b9b9554a7092dce1fdd8f68ec0954d7
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 828d878698607492accbfa0bf75be4d9881e8e831eead0920f140fd89506ae8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,412
Size: 1.00 vMB
Total Fees: 0.03870618 BTC
Feerates: 137.15 > 3.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (259,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,776 655,776 000000000000000000093d057954e69504d67be49a1d1558d25337d4cf3b1211 588 1.00/1.00 vMB 5
655,775 655,775 00000000000000000000a8ac7cf0e042ec76c41adf27cdf32a7ca54115ad570f 1,290 1.00/1.00 vMB 50
655,774 655,774 0000000000000000000865ffcc666d5f655357e0280689c144d5ec420df47e5b 449 1.00/1.00 vMB 19
655,773 655,773 0000000000000000000ca0744c6e6786d4d0915b54dbf323c0f1edd26afce76a 839 1.00/1.00 vMB 42
655,772 655,772 000000000000000000005d6e7e3ee7c6ca9b32f4786472e01911345e39577bbb 914 1.00/1.00 vMB 60
655,771 655,771 00000000000000000006cca8a9614f9b261edaee8fc973e4b998938347921091 1,410 1.00/1.00 vMB 48
655,770 655,770 00000000000000000007418b4b26cbf2569f55ce779880142b02ecf818dd67e5 287 1.00/1.00 vMB 13
655,769 655,769 000000000000000000028f5c6b5204d295f223bcccc935ff4f5ad06a1e020ce7 355 1.00/1.00 vMB 18
655,768 655,768 00000000000000000000c6da90958abf4b613b42ae6b00e8ac11f5feb3b811ef 1,423 1.00/1.00 vMB 57
655,767 655,767 000000000000000000058c34f2ef75f2ceb01b8c1adae93d8fa6714194eb070f 2,147 1.00/1.00 vMB 87
655,766 655,766 0000000000000000000adef5fd010b58f28254877ed77086346aef75e3df25a8 1,551 1.00/1.00 vMB 19
655,765 655,765 0000000000000000000d9940bbc990b02873c63c9e0473f09d6d165c9280c49d 2,013 1.00/1.00 vMB 209
655,764 655,764 0000000000000000000b2071e4b8faf3a837e6e261478c0d6cbab5896bdb6845 1,757 1.00/1.00 vMB 68
655,763 655,763 00000000000000000007aaf8e1ffe1e2afb6cfc7862195166399e10a5c7bfc6e 1,354 1.00/1.00 vMB 31
655,762 655,762 00000000000000000006e2685b13a523a77bd44b4db2068482a41a68f1828ce0 1,362 1.00/1.00 vMB 49
655,761 655,761 0000000000000000000a98e66a9220c396f3453aa2dc4ea5e8fb84754f7e7a30 1,586 1.00/1.00 vMB 19
655,760 655,760 000000000000000000102198d468be80370fff5a7fe4256e20fd373f479d14be 2,505 1.00/1.00 vMB 189
655,759 655,759 0000000000000000000e74805c7987db19b60e332cf95782dd4e1036c8046259 2,231 1.00/1.00 vMB 129
655,758 655,758 000000000000000000071c2a8fd44f9b367f747bbb3e494ceca10af8f83bd99d 2,001 1.00/1.00 vMB 102
655,757 655,757 0000000000000000000359c4c7fbe8b2e379b913f162e6eee77dd96edc09bb13 2,509 1.00/1.00 vMB 153
655,756 655,756 0000000000000000000ddcadec1f42151733014e1354af3a86271f4d38753f6e 1,179 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.