Loading Tool

Explorer IconExplorer

Memory Pool

71,656 transactions
27.74 vMB
0.06086650 BTC
Random Selection Loading Transactions
Max Size: 164.48/200 MB

Candidate Block

Mining Attempt e991b5b188f2347a42ef4f6c817f14aed2aab09f7d78f580515a6369ffa5676e
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 7f4554e4e1a5e6538fed58a4d50f8afd5f472d4382e96fdc56ae775f97413226
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,953
Size: 1.00 vMB
Total Fees: 0.00555128 BTC
Feerates: 101.52 > 0.56 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (345,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,185 569,185 00000000000000000012bde2168ae7050d68771e07edc72d5ed262634b862944 2,874 1.00/1.00 vMB 53
569,184 569,184 00000000000000000027be149709a79ba8c7b30dc15d2ccb716c495765a9f8ce 2,939 1.00/1.00 vMB 42
569,183 569,183 0000000000000000000288e440017e9a44ff45e3aadb232f15b25206a9b0c88f 2,960 1.00/1.00 vMB 48
569,182 569,182 00000000000000000024aa9fbbbc93a94f269e9c10d52d7062e74a3499515a51 2,919 1.00/1.00 vMB 35
569,181 569,181 000000000000000000189a051ced15f3d8fc2e997277ff113ac32036a5ac1d4c 2,915 1.00/1.00 vMB 32
569,180 569,180 000000000000000000067c90a1663484451407ca235043748fddb6d39ca9ec04 2,600 1.00/1.00 vMB 46
569,179 569,179 00000000000000000028873ea5fef9a32fa60b3a5464d3bcba92afed2784feff 2,843 1.00/1.00 vMB 30
569,178 569,178 0000000000000000000e58f1e881ed3f7da5f0346cccc58fd7c960387398a9be 2,819 1.00/1.00 vMB 33
569,177 569,177 00000000000000000007a4fc97c819b40d2c1e6c35422199def05b7a487b6a36 3,116 1.00/1.00 vMB 44
569,176 569,176 00000000000000000008fbf7cdc2205dd626be0bb62e447e00f4a8b066cc8264 2,657 1.00/1.00 vMB 38
569,175 569,175 000000000000000000083509c06b17f39fa79c3fdf6a91ffb9714a010fc3c863 1,108 1.00/1.00 vMB 40
569,174 569,174 0000000000000000000dae2fe9018ae85989dd3fd2120ebc29add7e2f0d16c8a 2,764 1.00/1.00 vMB 46
569,173 569,173 00000000000000000005c3b68f67c37cc83b60a27cfa3a3e4e06856e135d8361 2,313 1.00/1.00 vMB 38
569,172 569,172 00000000000000000006f39e5c272bc69da9c1f5620df4412a28b598dd25e40e 3,293 1.00/1.00 vMB 46
569,171 569,171 000000000000000000128705c7d7d4c3bd20187606a81394414a7aa624ec7062 2,893 1.00/1.00 vMB 53
569,170 569,170 00000000000000000008975a3508b0e6680ea714953710d5950b2a2ef522d9da 2,819 1.00/1.00 vMB 38
569,169 569,169 0000000000000000001d784a0129c6190d2a4884865f5feb9ac9030baade1b68 1,651 1.00/1.00 vMB 53
569,168 569,168 00000000000000000022212e25da2d05c51b8c27eb922f9ed8810f6b953615e1 2,596 1.00/1.00 vMB 57
569,167 569,167 00000000000000000015373ef301015ec2c323d1b42174e2e26b5bec9719ffb7 2,800 1.00/1.00 vMB 41
569,166 569,166 0000000000000000000714c8ae667defe344985e273037d06bba5fb837080b5e 2,131 1.00/1.00 vMB 65
569,165 569,165 0000000000000000000399e826969b415b080556eff9b88b0c25aba21780919f 1,189 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.45 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: 667.42 GB
    • Received: 15.25 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.