Loading Tool

Explorer IconExplorer

Memory Pool

39,874 transactions
26.22 vMB
0.05762760 BTC
Random Selection Loading Transactions
Max Size: 136.55/200 MB

Candidate Block

Mining Attempt 067d0b59cb9d1dd25fb2c0772bc4c02a0b56a4812329eebd2e5d5a217c2588cb
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 0ebf8388877e163598de7a0b4b7132d84c5d01985e340129fa5f716ff3409862
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,366
Size: 1.00 vMB
Total Fees: 0.00939789 BTC
Feerates: 83.95 > 0.94 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (227,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,160 687,160 00000000000000000001328f04dc046b4f52047ec0cc33504c10697b8cedb7bc 2,635 1.00/1.00 vMB 51
687,159 687,159 00000000000000000000fe2aa7eb57bf46b6265f71b5bfde50fbba4622daae71 2,972 1.00/1.00 vMB 68
687,158 687,158 000000000000000000017c1bfcaa5bab4f99ae5de77d91da51fe92d5e37b16de 1,490 1.00/1.00 vMB 30
687,157 687,157 00000000000000000009d10a382adb286d16065763b724682b047ccb343aa7b1 2,673 1.00/1.00 vMB 36
687,156 687,156 0000000000000000000077368410b75c0a104aee0c7a72bb252421ed36af58ad 2,876 1.00/1.00 vMB 45
687,155 687,155 0000000000000000000238415e2d80fc511b72611f3dac2f9437e284811e8e9d 2,661 1.00/1.00 vMB 44
687,154 687,154 0000000000000000000a11a4e547c100c11fc6699ac913778df063b9ad151e26 1,942 1.00/1.00 vMB 33
687,153 687,153 0000000000000000000aba7d3f633c7c2be781a81c59211d2547763a0e1e19d6 1,102 1.00/1.00 vMB 38
687,152 687,152 000000000000000000049ab67d34caa7cbb1a5c0ed4979f91c5025adff5556fc 1,785 1.00/1.00 vMB 46
687,151 687,151 00000000000000000000a49d7e27f9fc5a5cff36b3aaca7cafea2bdbbb1edbe8 1,954 1.00/1.00 vMB 38
687,150 687,150 000000000000000000043a9a7fabff084e4f2777902e77e8f9533deeb44af8c3 1,749 1.00/1.00 vMB 35
687,149 687,149 000000000000000000041554caf25418be701aee6a627ada3174984d296a05d9 3,331 1.00/1.00 vMB 51
687,148 687,148 00000000000000000005d7251c78bea8e598121dfc8acf928b387a81c4713d93 2,947 1.00/1.00 vMB 74
687,147 687,147 00000000000000000008cf17ac52513e73c0255d0e994ce8f268a44c66c3c493 2,212 1.00/1.00 vMB 38
687,146 687,146 0000000000000000000b68b9fa5c55d252484ad3b213c1fb90968c5330f647d5 2,967 1.00/1.00 vMB 34
687,145 687,145 000000000000000000058e0fb0b412f1fac2eaa9efee139c6ca5eac9749e29bb 3,096 1.00/1.00 vMB 41
687,144 687,144 0000000000000000000aa3c0cf58c0a9e8177628c5ea8c107087f0e10bcab20a 2,210 1.00/1.00 vMB 58
687,143 687,143 0000000000000000000087d123e6a4c12118da3445e830428773dde057435a6a 2,555 1.00/1.00 vMB 91
687,142 687,142 000000000000000000098f36800b8654aa6c31ade0eb96dec1c1f019d056aff1 987 1.00/1.00 vMB 38
687,141 687,141 000000000000000000000ca8aa5d3286c239f2cd7437c5ad6945c7f4fd3d55c6 1,005 1.00/1.00 vMB 17
687,140 687,140 00000000000000000008d24c748f7aaac160f7e4a33ab036075abec662b71eda 2,095 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 656.07 GB
    • Received: 14.38 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.