Loading Tool

Explorer IconExplorer

Memory Pool

43,655 transactions
27.34 vMB
0.06977410 BTC
Random Selection Loading Transactions
Max Size: 143.42/200 MB

Candidate Block

Mining Attempt 29ae7cd0812cb57124cb7cd9b1ef5493a300452ca850de92fe74cd53f130d13f
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root 29613ff317d34966093ad1eee255ea8bd646fdca915d51c8781d5bc30a3af145
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.01849545 BTC
Feerates: 298.50 > 1.85 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (227,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,161 687,161 00000000000000000002f197376c999cb519a2af20cc69b970312421fd8bb62e 2,158 1.00/1.00 vMB 34
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
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.