Loading Tool

Explorer IconExplorer

Memory Pool

77,865 transactions
29.02 vMB
0.06913990 BTC
Random Selection Loading Transactions
Max Size: 173.78/200 MB

Candidate Block

Mining Attempt d0b18f970c6d4ee1318fdb66f3d4560ccfdd54b31a9adccefec6dadcf21b6cbb
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 2a776d1d30bca8a7a00f8988add49e2f652b8db09378d1431b6ec5c92f3cbfb5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,359
Size: 1.00 vMB
Total Fees: 0.01034893 BTC
Feerates: 73.20 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (203,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,627 711,627 00000000000000000008ad6d444dcee5c9b218b1feb481fc68b1a92c15da5a5e 178 0.05/1.00 vMB 15
711,626 711,626 00000000000000000007b6161b659f7751cba1b5623e737b2a87d36eaac36bbb 610 0.23/1.00 vMB 6
711,625 711,625 00000000000000000006d90aaa6590e6e1754f9122f2e5adc0923bebbe35e64c 3,072 1.00/1.00 vMB 10
711,624 711,624 00000000000000000004f9d0b485ba6e23e85d4a65a4cd1e3f8e62d860944ae4 683 0.39/1.00 vMB 7
711,623 711,623 0000000000000000000c5dcaf5498cf5786efdff184227596ff8d976888c8e58 1,742 0.73/1.00 vMB 8
711,622 711,622 00000000000000000000f0bf24b542c0292ec5899a80ff704dc58c057c119ca3 2,069 0.97/1.00 vMB 8
711,621 711,621 00000000000000000009db65edb96e827f3ecd3a8d0b2df450a53c18da164b8b 1,539 0.65/1.00 vMB 9
711,620 711,620 00000000000000000008a762a40c1f7476ac85851269fe5e6eac1fdb5cc0f9c1 396 0.14/1.00 vMB 12
711,619 711,619 00000000000000000000fd413b248f5a47e12fb01c95d5f8994cb56887924304 1,197 0.52/1.00 vMB 11
711,618 711,618 000000000000000000077b0cebbabb9c8cf53b88ec34a879554d8b05e83bfef8 444 0.14/1.00 vMB 11
711,617 711,617 00000000000000000001fb9e438f9c106914bf03d0379f7daf825cfd1fa43e02 2,304 0.97/1.00 vMB 9
711,616 711,616 00000000000000000001bf1c2146106f526168a61eafe9b6bcec947534b597f4 975 0.40/1.00 vMB 10
711,615 711,615 0000000000000000000aee635e6945141e55f170124f58818db48c77f90a1c4a 848 0.45/1.00 vMB 4
711,614 711,614 0000000000000000000aa454788ffb4d958e9a05e7293f9ee5e1bf2c3c34f611 2,215 1.00/1.00 vMB 10
711,613 711,613 0000000000000000000143ed1f8b4fb8b6514f0563b5a0d6c74c3b6d347ea5a7 2,310 1.00/1.00 vMB 18
711,612 711,612 0000000000000000000b7f4cffc07c7f4da288f4cba88677ef94ce836b0036aa 135 0.05/1.00 vMB 13
711,611 711,611 000000000000000000017827209e26c1bfad95d107cf7e66b2c443b3832b972f 1,739 0.75/1.00 vMB 3
711,610 711,610 000000000000000000000415c23ced1c5e134b3e90f1043542992c3309162c90 2,276 1.00/1.00 vMB 16
711,609 711,609 00000000000000000009465f9ba19fa76e7b6a216961514d142ce2968ae71cc6 592 0.32/1.00 vMB 12
711,608 711,608 00000000000000000008f016b10874da424a93f516218f13d450be18ce5b0a64 1,226 0.62/1.00 vMB 9
711,607 711,607 00000000000000000008b6d2ad8976035b9ebb7f5402f593bbf59fe1c08f73ff 199 0.24/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.