Loading Tool

Explorer IconExplorer

Memory Pool

42,172 transactions
31.75 vMB
0.09109407 BTC
Random Selection Loading Transactions
Max Size: 159.47/200 MB

Candidate Block

Mining Attempt 901ceba3e2ce9e4e223b365ca31a96d526f1b58119de75e67ff724b31aa26e81
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root 3ac94847f1151cdc740d6bf7dd97d370e189417a25b90647662002d69d8ea023
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,708
Size: 1.00 vMB
Total Fees: 0.02544486 BTC
Feerates: 150.77 > 2.55 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (849,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
64,881 64,881 00000000017ee35ac5fe4867507b51cfbba5db41c6e9d5f183fdd913fe7bf411 1 0.00/1.00 vMB 0
64,880 64,880 000000000a6322012531237ac2ee83c7867acd03f2d7bac13252e909f6503691 1 0.00/1.00 vMB 0
64,879 64,879 00000000058dc2b05824d517360b43fdab833442d2304360aff46e2f9d8588b2 1 0.00/1.00 vMB 0
64,878 64,878 00000000002c826a903ab3f0e879a48d496bc44c41bca3adc6a11db70a32de93 1 0.00/1.00 vMB 0
64,877 64,877 0000000000e001fc521e4b156c1bf7966b297f76f15d7258caee348526d926c8 1 0.00/1.00 vMB 0
64,876 64,876 0000000003667e3fe3c9eb44f8f466a89b3cbcb35ca57fb72490366c7002311d 2 0.00/1.00 vMB 0
64,875 64,875 000000000438f76e035f4511aca9120fe53b6a395c13cf82de78c65f181189da 1 0.00/1.00 vMB 0
64,874 64,874 000000000841ce667f99cd96299a4e528361f3f370f99484f9dfdb8c5c357adc 1 0.00/1.00 vMB 0
64,873 64,873 00000000064acc1f249a28657a055c0ba2139d9dd84a0494317f3f03698a96b1 1 0.00/1.00 vMB 0
64,872 64,872 0000000001b7c977c4d906d19fb0ea90ad9953af3e0738a31ac5d193a1113668 1 0.00/1.00 vMB 0
64,871 64,871 000000000a92310c99e0fe695db76a2eefa4503062ef49d323314c8911398d15 1 0.00/1.00 vMB 0
64,870 64,870 00000000087300e95bd7511f6135f69070d9e1afe73312f52795178ad2e43971 1 0.00/1.00 vMB 0
64,869 64,869 000000000006040f4b6f6e9d232f7d18dd6b6f38af00e00bf6b1738e52499689 1 0.00/1.00 vMB 0
64,868 64,868 0000000005c272b8971e8c0f392bd2bf82f3a107d0b8cd909036b2a989503a87 2 0.00/1.00 vMB 0
64,867 64,867 00000000052058a7a569126f37a9a41731a24bf13679436ce8671611a657d18d 1 0.00/1.00 vMB 0
64,866 64,866 00000000043a5615a05ccc6273b0c87b5bc7b1b27f403ff7f13dd316461e2f74 1 0.00/1.00 vMB 0
64,865 64,865 00000000069b521b42a70ac024bdb91fbc26fae76bed86c8e6b0beea71e3e2dc 1 0.00/1.00 vMB 0
64,864 64,864 00000000026dba8da15b462de74cbd3cbb75a7da3215b4ad001b1091ea682895 2 0.00/1.00 vMB 0
64,863 64,863 00000000095c7783975c6b2805dd4381367078834e13e6f2f6f87ef64d47024d 1 0.00/1.00 vMB 0
64,862 64,862 00000000099382fbd59839b0c45e528d8532092d1a1c8946e42f7c428cbd2c25 1 0.00/1.00 vMB 0
64,861 64,861 0000000005e6d79ee040f6ed49d34c2c1cc86cb965f548ea3b4d0f3694ffaf75 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 625.57 GB
    • Received: 11.60 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.