Loading Tool

Explorer IconExplorer

Memory Pool

78,074 transactions
29.25 vMB
0.07632994 BTC
Random Selection Loading Transactions
Max Size: 179.32/200 MB

Candidate Block

Mining Attempt 644739ea6dbb84b170794e130d631143a77377bc106e55b9548229d4fc6bae6a
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root a84a13dec577dbf99d433f451456f4600edb58dfe927f4b6abbc1807b4ff2a3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,537
Size: 1.00 vMB
Total Fees: 0.01233410 BTC
Feerates: 73.20 > 1.24 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (281,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,264 633,264 000000000000000000034965efdea6074633fd48fe2e418bc3a7819e5662fea5 2,050 1.00/1.00 vMB 14
633,263 633,263 00000000000000000014426251f54d79c96103c52b2d84d536f89260d586a94e 1,906 1.00/1.00 vMB 58
633,262 633,262 00000000000000000006cdcc1abc20ad6c182d3a80b945ddfcf818b179d5ab31 109 1.00/1.00 vMB 2
633,261 633,261 0000000000000000000d8407e35a1ad179e83f469636553185ff4dfd81587454 1,580 1.00/1.00 vMB 29
633,260 633,260 0000000000000000001278c16ea484ee9d97fb7c5fd715cbefbd6ad4dfd3a2d4 2,769 1.00/1.00 vMB 40
633,259 633,259 00000000000000000004203d04fb6fd57db5d1ce63b9b3bfc3ac184d4a227603 862 1.00/1.00 vMB 9
633,258 633,258 0000000000000000000c0d6994dacee8b01add85727b640d039ca213e6f24fa6 2,325 1.00/1.00 vMB 17
633,257 633,257 00000000000000000003e92e09b276f8092865f2b646d41c88a5d71b87a4c6c3 2,322 1.00/1.00 vMB 13
633,256 633,256 00000000000000000008e77b216e2f5968b0c2bb21f8ad89ec555f06dd2b4e62 2,801 1.00/1.00 vMB 11
633,255 633,255 0000000000000000000823bd866dd21e14b6cd192539dfd5d3aecf837fe2bbee 1,805 1.00/1.00 vMB 55
633,254 633,254 00000000000000000010320d8c1d29008ace1524af5e7a3df5becfe8bbda523a 2,782 1.00/1.00 vMB 6
633,253 633,253 00000000000000000012cb4b370200f81f44e9aa248309c4e8e856c6a81ac46c 2,617 1.00/1.00 vMB 22
633,252 633,252 00000000000000000005453cfca9a6949e196f49dafdff5abb5c0000f18e3b6e 2,254 1.00/1.00 vMB 55
633,251 633,251 0000000000000000000d4e339dd59002eddf265168fbedb014ee76055179011b 2,088 1.00/1.00 vMB 74
633,250 633,250 0000000000000000000913f0e1ee3548614f85b002ecde13e5c44270f4de0b18 2,669 1.00/1.00 vMB 48
633,249 633,249 0000000000000000001001b08ac7903b8baf95d93b75a9b94e6615efd9439a8a 1,635 1.00/1.00 vMB 81
633,248 633,248 0000000000000000000da8b4356ba0fb229112a51daec7433098e818ae4bebfe 2,365 1.00/1.00 vMB 17
633,247 633,247 0000000000000000000e1e8c2ce2d5b3cf384eebf556a1acbcf656045881d4de 2,034 1.00/1.00 vMB 36
633,246 633,246 00000000000000000008074bd71679acde03c61896bf084983a62f13f789e5bb 1,482 1.00/1.00 vMB 109
633,245 633,245 0000000000000000000654c2c750a6879606b3f2286b931b8070a904e1f945fb 2,166 1.00/1.00 vMB 43
633,244 633,244 0000000000000000000419756a6de888bf01a690e9203c3b6c76ddfbc0f23858 2,402 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.