Loading Tool

Explorer IconExplorer

Memory Pool

77,065 transactions
30.74 vMB
0.13695542 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt 4b34e9e685611b60782c57a3374f43e852458b78617988b1a7a3a6a18cc07b78
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 5662ed52e3b744ca8176550f4ee6c04b530e9d6273280a71c817d4e1a37f2903
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,359
Size: 1.00 vMB
Total Fees: 0.04977083 BTC
Feerates: 150.36 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (670,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
244,718 244,718 000000000000003f3bcb4563b3efe8acee3bfc198d3c5a61f29c7216c4902015 16 0.00/1.00 vMB 56
244,717 244,717 000000000000005d6b2efb6bbf5cd72c2efb51596a3896ef142437071fe14846 148 0.08/1.00 vMB 120
244,716 244,716 00000000000000649621ea7c7efd5a6af62a3e12383fcbbe5ee1ebba2aafcb5a 13 0.00/1.00 vMB 35
244,715 244,715 000000000000005ead3373221284916065e8230514aa237bdd161e75f8070b5d 144 0.05/1.00 vMB 87
244,714 244,714 000000000000003f9cb1294018fa715abb1fb69c5cd1d9878d2408c8994cd86c 376 0.15/1.00 vMB 120
244,713 244,713 0000000000000027dd42d878196d3b12157229efb5c9cc0035c661497b2d23dd 123 0.06/1.00 vMB 71
244,712 244,712 00000000000000828061ea8936c388f62f482246d161d8f215fccec3e0c730cc 366 0.15/1.00 vMB 141
244,711 244,711 000000000000002faacb7c09b7a11f9c96ad71601a3d03a94750da105e2dfa2f 42 0.01/1.00 vMB 84
244,710 244,710 00000000000000044f8965d2834d43b05ea9af28e239480978c361e461b679be 71 0.04/1.00 vMB 78
244,709 244,709 00000000000000a2d734f2bc91ffbfca99eb789eae5f2c8f33a2e6032eae9330 72 0.02/1.00 vMB 209
244,708 244,708 0000000000000001acd369973b0a8e29f80edc1a4d7dbdbc45d4ed008ac903cc 70 0.03/1.00 vMB 95
244,707 244,707 0000000000000082f06a5b37e9d782d5afd338dd3e6004febc093b950531e8ee 71 0.04/1.00 vMB 35
244,706 244,706 000000000000005d40d80ed4aea43761d06d64ca90ac6b1039eaf4fd9da0e5fb 360 0.16/1.00 vMB 121
244,705 244,705 00000000000000672ccc4cb479fb39c5a7388dbde07dfc69235edc1d9ec559a9 256 0.11/1.00 vMB 93
244,704 244,704 000000000000002521d821adff6520ee87249e3b8ec692ded2812d27bc4d63fa 286 0.12/1.00 vMB 183
244,703 244,703 000000000000003c184efe8c8eae83bd2a10359e9d61ea39ee9d9c9d12ea2783 429 0.17/1.00 vMB 160
244,702 244,702 0000000000000055401a3e4477f061c7c1befe85e500079039497fab9c8a0fa2 30 0.01/1.00 vMB 16
244,701 244,701 00000000000000c37b1e86a6a25f124e650504cf8b6f4e4c31ddf1be19df9791 203 0.09/1.00 vMB 81
244,700 244,700 000000000000007131f12c65c27cbd4de56b5206316cd0907916589528424ea3 293 0.13/1.00 vMB 106
244,699 244,699 00000000000000a0e0d4d3e1c0a6b633e953d29572c0908b0b8d6c5060f73ef5 318 0.16/1.00 vMB 123
244,698 244,698 0000000000000013fb41a86de67647adab6882a4b65373197d5e630198df420c 179 0.08/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.