Loading Tool

Explorer IconExplorer

Memory Pool

23,096 transactions
10.12 vMB
0.02039976 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.59/200 MB

Candidate Block

Mining Attempt 33c6fd33750698e378153b99d88596472fcc53c0d8bd8e75063094cb57ce2e72
Version 20000000
Previous Block 00000000000000000000afea34d9eaacc750b5548851d36ad75af5ab732cf92f
Merkle Root ee8b96ee79604f13fc7ec23e92ccc38abcce7ac49e2af10315e23252deab4d91
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,542
Size: 1.00 vMB
Total Fees: 0.00411091 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,553 (756,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,731 156,731 0000000000000ca54db13abe3cfddf3f5e09cf7508a49ebb1fcc9ef42fc09c6a 11 0.00 vMB 366
156,730 156,730 00000000000007c4975c53e9beeb97666109b8785fccebc244380771209223e6 20 0.01 vMB 520
156,729 156,729 0000000000000b1d2932269f8fbb67ed9573641803f0c82c36a125780873e26d 5 0.00 vMB 501
156,728 156,728 0000000000000ed6045ca6199b760fc56edd11525e2f241eaac572fd1b63fede 33 0.01 vMB 207
156,727 156,727 0000000000000bd48f13a70cc1739c67f40516b3f86f401a86891391868bdea6 94 0.03 vMB 40
156,726 156,726 0000000000000586133a315cf5155fe624d575bb04056d3332bcc13e37c7dfce 50 0.02 vMB 227
156,725 156,725 0000000000000eb4f620d7fed6c9abf23512c9f0cf1bbf01c7c3c2a4b0746db2 1 0.00 vMB 0
156,724 156,724 000000000000084e0895d0cc84df354da23c23206da2424ffdfbcf729b9e05d3 53 0.02 vMB 88
156,723 156,723 0000000000000afc54622bb4ee3e71ec43e61b004ce11860e5373392a3574aa6 18 0.01 vMB 195
156,722 156,722 000000000000008e659e1c44b9acbb71544d5d0fcbb730074405d223802de1db 21 0.01 vMB 210
156,721 156,721 0000000000000d40aa7614761318b2f1008a747b920aa034be83dd6f00f19173 112 0.03 vMB 156
156,720 156,720 000000000000020c4e8e9af11846e942d520c65012d6a11fa8b3db5577b3a55d 41 0.02 vMB 356
156,719 156,719 0000000000000b624bea5112a0662dd11f5aaee2b58aa9347ebc6c00954c22e7 10 0.00 vMB 17
156,718 156,718 0000000000000c0207759de9003e7c60c4062a23261e165a12b4bb11bcbdf48e 14 0.00 vMB 15
156,717 156,717 000000000000056f2cab9659ec12c0826f93c61d0c99278543ca38619917a5dd 21 0.01 vMB 772
156,716 156,716 00000000000008e3593e3cb7062cf024edbb4a310854848d1fcae64996cf6446 26 0.02 vMB 123
156,715 156,715 00000000000008059c9e3dca14afa8a827f58dbb61d2bf41f38722f54d9bf41c 104 0.05 vMB 84
156,714 156,714 0000000000000723531a78507a695584d9234b96f9946a02a1aa19c2898c5cf1 101 0.06 vMB 148
156,713 156,713 00000000000009d363376f773bfa397661618d2d47bdfd29bcb2dbd93412d246 11 0.00 vMB 493
156,712 156,712 00000000000000abc252aaf9fe7199cbc71eb84e4171a85d828e82133cbf10ef 10 0.00 vMB 53
156,711 156,711 000000000000063eec1950fb4eca317b26bea3f6b4bcd4e63f6f69a21ba935e8 101 0.04 vMB 56
Previous 10 blocks ↓
Total Size: 779.82 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: 418.42 GB
    • Received: 2.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.