Loading Tool

Explorer IconExplorer

Memory Pool

42,663 transactions
32.81 vMB
0.10975897 BTC
Random Selection Loading Transactions
Max Size: 164.33/200 MB

Candidate Block

Mining Attempt e0a7dfd4ec7d13929a2bd9d89a93258a2c9ecfe50bc516f3d83d43c102d690ee
Version 20000000
Previous Block 00000000000000000001595202201a033a315ea0d02063180f6cd28b26bced43
Merkle Root 0c9f97664a50eeebd3f48c13d799a5351da46089b575edb79e9b95667a81aaf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,835
Size: 1.00 vMB
Total Fees: 0.03732581 BTC
Feerates: 492.15 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,342 (899,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,653 14,653 000000006a80f1b64c7d427933d531fface490aff9dea45a4ce8bfb545f11d95 1 0.00/1.00 vMB 0
14,652 14,652 0000000073c005941faae84ed1ed4ba33ae5f6c77b4d658270113592564de20c 1 0.00/1.00 vMB 0
14,651 14,651 000000001b1b2494d47861996d41647f5b9ac279c192374ef0a236c5b4286b0b 1 0.00/1.00 vMB 0
14,650 14,650 000000006ca602230eb6753fc4bed03cec81bab8ad6a3a2f598e5c51b3b508f7 1 0.00/1.00 vMB 0
14,649 14,649 00000000e7b4dc8a0066893bf23f29ecf2dc40e3fe6223fd0516d46975f4b2c7 1 0.00/1.00 vMB 0
14,648 14,648 0000000092546ac245553be0f5201da0ed7badc1988332d474ef9a01b83b96ee 1 0.00/1.00 vMB 0
14,647 14,647 0000000040f7650e37278741115d93a2c4b525e52f706c777a856572a77c709a 1 0.00/1.00 vMB 0
14,646 14,646 00000000b7f9d42a8d5d25a40a1ccf6fcbd6bfb2687782bad6f8b1bbc7e1a887 1 0.00/1.00 vMB 0
14,645 14,645 00000000d8f15c5dce03b4b238546105daedb047fc5b971eb22273ba9258c535 1 0.00/1.00 vMB 0
14,644 14,644 00000000417ba988c440bfc93d4f99b5e24a7230f46afbd1fc84634e8c136885 1 0.00/1.00 vMB 0
14,643 14,643 00000000e7e9547653cbeacb949539322e736dbd2074fb68c2fa301a9b4858ca 1 0.00/1.00 vMB 0
14,642 14,642 00000000780d8cc6286b5249b05f303e12a976bc76cd9aa9da9fbac0ca9691e3 1 0.00/1.00 vMB 0
14,641 14,641 00000000a4c3fd43c89d94f548fb245abba293ac089e6aaeae14dbd331fbc66e 1 0.00/1.00 vMB 0
14,640 14,640 00000000a176a4938a4ba9c79eb65c37216b90f15e2d174cbfad8f48896f63dd 1 0.00/1.00 vMB 0
14,639 14,639 000000005bc1a9e15ae6ede1e4b92df76e8e087e1c600764a3d03f7a71984693 1 0.00/1.00 vMB 0
14,638 14,638 00000000927aa8ec0a914fd9b9d35d5574afa4374225858faaa1a0719f60d3bd 1 0.00/1.00 vMB 0
14,637 14,637 00000000c739cf28aa3e173c8e698489885547737535429aede26559a85d1544 1 0.00/1.00 vMB 0
14,636 14,636 000000006f6b05224a8334ff4f8a47eca1aa8e3fc1f576cff442fcfd9de60a92 1 0.00/1.00 vMB 0
14,635 14,635 00000000388426987c7fd3ffb08eefd5fdc7dc5ce58fff7e66b62a08b6714509 1 0.00/1.00 vMB 0
14,634 14,634 000000002d21136d1842bce828570359d07cecec23d4a200e6b888d6dda5f081 1 0.00/1.00 vMB 0
14,633 14,633 000000000e19b1ac5e484282b292afe554242aa7315aa972f0e17ef3049df381 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 586.60 GB
    • Received: 9.47 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.