Loading Tool

Explorer IconExplorer

Memory Pool

83,844 transactions
31.99 vMB
0.08822847 BTC
Random Selection Loading Transactions
Max Size: 192.57/200 MB

Candidate Block

Mining Attempt ca4385dc7db0814054df8eb0190326679fb07ae4f23d5fa31bd0a8d8ea4376a0
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root 5c87943fb5c1baeb558243e5f02df2b958d85cbaf148af413e340b1fd4d3b103
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 517
Size: 1.00 vMB
Total Fees: 0.01191032 BTC
Feerates: 101.28 > 1.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (35,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
880,020 880,020 00000000000000000001726b77d5a6659f0a8dbe0d1ede455551543fd9a58c11 1,197 1.00/1.00 vMB 3
880,019 880,019 000000000000000000020ec471a8bf3949300aab5a49d5d6e54aee7a4d9e78a1 1,967 1.00/1.00 vMB 3
880,018 880,018 00000000000000000000bb39704f189da436d0adbed0da2bb334f93cdaa519d9 2,581 1.00/1.00 vMB 4
880,017 880,017 00000000000000000000d0e90bbf63d1ab64d1f6b65b57474c28aea09a56981c 295 1.00/1.00 vMB 1
880,016 880,016 00000000000000000000e000944a8a674d0b1391b36487bf2c18695e1c06e3df 2,451 1.00/1.00 vMB 4
880,015 880,015 000000000000000000003769f388185f7e82056d5fe363c130072b6b8abf4915 1,157 1.00/1.00 vMB 2
880,014 880,014 0000000000000000000207cf12b78d3f25c9580476c2dd5c5bed9f7a29d67a5b 516 1.00/1.00 vMB 1
880,013 880,013 00000000000000000001f510d09f5baa753404c2e14265ddd7f8d8e3399fbd56 1,770 1.00/1.00 vMB 2
880,012 880,012 000000000000000000000bee16ab1c077049f2ef02324a8b8ae0c82a7141b55c 2,618 1.00/1.00 vMB 5
880,011 880,011 0000000000000000000098f3a248ddd0de35c95de6d9c60fcff62283a6f63b43 446 1.00/1.00 vMB 1
880,010 880,010 000000000000000000011505af217c4bb6bd16e3e125f6ec83ccd9f0c4cb5fce 2,587 1.00/1.00 vMB 5
880,009 880,009 000000000000000000003ce731571d5b7d3bc7d719f864ee4b5e89543d356068 442 1.00/1.00 vMB 1
880,008 880,008 000000000000000000010b736551aed2b53c43455bff5e3dfe83e914dff080c9 3,185 1.00/1.00 vMB 4
880,007 880,007 0000000000000000000036a89fe7f9e334995f97288e8eb2e708f176472d8c12 2,446 1.00/1.00 vMB 3
880,006 880,006 00000000000000000001e41c75a2b4e6426756d49d3ca199ee16a5fdc659c93e 1,066 1.00/1.00 vMB 2
880,005 880,005 000000000000000000019aadc262b8873e890263154f0f4a5a0a474e5c5e88ae 1,749 1.00/1.00 vMB 2
880,004 880,004 00000000000000000000becdec1213597ca2abc4838e480fef7736be3396aa16 2,799 1.00/1.00 vMB 5
880,003 880,003 00000000000000000001cbd733d010578f6f03d752ab0a5fc3c67e448e6df621 2,728 1.00/1.00 vMB 4
880,002 880,002 0000000000000000000245bf6cf30362edf6105e83a5d52f65b0e09c01442a2b 1,954 1.00/1.00 vMB 4
880,001 880,001 00000000000000000000bfc3072a306633068c0c30eeacbf94bd83163b9abf0c 863 1.00/1.00 vMB 2
880,000 880,000 000000000000000000010b17283c3c400507969a9c2afd1dcf2082ec5cca2880 562 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.98 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: 716.50 GB
    • Received: 17.81 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.