Loading Tool

Explorer IconExplorer

Memory Pool

80,020 transactions
33.82 vMB
0.12315945 BTC
Random Selection Loading Transactions
Max Size: 192.18/200 MB

Candidate Block

Mining Attempt 56d68e6abca7291bbd3491eb0374c7fb86d84e65622f9ec2b082d62c7376db44
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root fd9345bb9055664525b5d356118540db8ac697cc882f31486c6fd1f2939925d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,070
Size: 1.00 vMB
Total Fees: 0.01591224 BTC
Feerates: 14.78 > 1.59 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (343,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,634 571,634 0000000000000000001e0721f3200af9d6693f41c60042089b08f6ee8205e1e3 3,023 1.00/1.00 vMB 42
571,633 571,633 0000000000000000001eef61af9e76d80265fa127ca3258906a8f752a0cce5a0 2,488 1.00/1.00 vMB 57
571,632 571,632 000000000000000000175d576f70e4bbe6bb7bdde728f398b7a5239caf3f4e89 1,302 1.00/1.00 vMB 78
571,631 571,631 0000000000000000001d329edbc9669d6814ba7e6503f169956ff985d4189022 1,442 1.00/1.00 vMB 78
571,630 571,630 00000000000000000019b7c421a66f0a410abaef92f457a53c4ab173fc50144a 2,178 1.00/1.00 vMB 69
571,629 571,629 0000000000000000002ac0d8d8f8b5dea5a544de26fcdd883b65228a9519be7f 2,475 1.00/1.00 vMB 101
571,628 571,628 000000000000000000092b725e29273eafeea7a60e89df34954ee63f17555a1f 2,695 1.00/1.00 vMB 125
571,627 571,627 00000000000000000026f5e266a5dee8303584b4f3c62d92e7eb77959c654a5d 3,172 1.00/1.00 vMB 60
571,626 571,626 00000000000000000027dc1c146f2d59754ebdea099f84e939f15741724440a4 2,988 1.00/1.00 vMB 76
571,625 571,625 0000000000000000001d39154b318ef6e25750afb67e6541ab6dac7d3c71e242 3,021 1.00/1.00 vMB 111
571,624 571,624 0000000000000000000630c1dba2c35a62db4b42fe9dd5f99fd6947d78c0d161 3,350 1.00/1.00 vMB 106
571,623 571,623 000000000000000000050a962fb61c3b32b6445aa2b34bb0175c56ea1ff520f5 2,512 1.00/1.00 vMB 95
571,622 571,622 0000000000000000002859715b271fe080c74defb08c95332775b0f8e19299cc 2,925 1.00/1.00 vMB 31
571,621 571,621 0000000000000000002a3686e031a7891ddfe2a85456c50f3f3b7a309240be81 2,867 1.00/1.00 vMB 19
571,620 571,620 000000000000000000070aad2d4659dfd48e489a5c96079663e6eb7f2bb34dee 3,413 1.00/1.00 vMB 102
571,619 571,619 0000000000000000001f04895f73987fd59758957bf8b4d098fdfdaa4a78124c 2,211 0.83/1.00 vMB 24
571,618 571,618 00000000000000000017ae63b0dc6c50d0cbd398d2d20e8f7bca76ad68f6bd09 2,596 1.00/1.00 vMB 51
571,617 571,617 0000000000000000000b6e0a4076c8c6a1b17c370955ea26c99cea7522accbb9 1,024 1.00/1.00 vMB 137
571,616 571,616 00000000000000000020b558674f0a17c16131e74b1af46554339773a5dd0145 2,277 0.79/1.00 vMB 31
571,615 571,615 00000000000000000025eceafa63235afa6e3ccace5c426eb3d8422b1639dec4 3,218 1.00/1.00 vMB 32
571,614 571,614 00000000000000000000c610f9bbb24551da267c7c086e9e7cc3196090ebf263 737 0.21/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.10 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: 728.33 GB
    • Received: 18.48 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.