Loading Tool

Explorer IconExplorer

Memory Pool

75,370 transactions
29.91 vMB
0.11087052 BTC
Random Selection Loading Transactions
Max Size: 173.70/200 MB

Candidate Block

Mining Attempt c2d2f541531467856f2fe398d9c1f16daba15931fa2530948ecfed5b303deb69
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root c5e46bc2fb61fdf26d52a6ffac61bc9dafd451d68ab4bb3810dd4d105cd931a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,035
Size: 1.00 vMB
Total Fees: 0.03904522 BTC
Feerates: 101.64 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (281,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,210 633,210 0000000000000000000d41e54a6a7b5eff42ee494b7939c8c515dbda53ec6f20 2,139 1.00/1.00 vMB 62
633,209 633,209 0000000000000000000c39673555f517a82aec38c57a96eff3421a432dd0b471 1,401 1.00/1.00 vMB 11
633,208 633,208 0000000000000000000bb5e25a33b34dc5c92f77504d00f07c9753b49704871b 1,172 1.00/1.00 vMB 19
633,207 633,207 0000000000000000000382f00656a8c46c67cf4f2ac5865b0a5793fc2c254030 1,718 1.00/1.00 vMB 31
633,206 633,206 0000000000000000000410a966842ccc41e910054b6824c5b29591217cd4db41 2,513 1.00/1.00 vMB 20
633,205 633,205 000000000000000000028b534ca637fac25326f5622f91f4b7f5d54e8ce422c1 1,924 1.00/1.00 vMB 36
633,204 633,204 000000000000000000127bb4baf8659c1eb4d3925c95198c2c84e87bf0446229 2,391 1.00/1.00 vMB 41
633,203 633,203 0000000000000000000bd1090b2fc66f6928257bed3643ba370094d9cb1d63c8 2,791 1.00/1.00 vMB 52
633,202 633,202 00000000000000000011d21e44e2a3a0c95c408e001c021595975a3d325ab5ef 2,254 1.00/1.00 vMB 21
633,201 633,201 000000000000000000118a224775988b73b6929dd7c2f71f7b8a32ab4dbbe838 2,179 1.00/1.00 vMB 41
633,200 633,200 000000000000000000039b52db090ffa1196b628f7bd1421535740864edd07c6 1,785 1.00/1.00 vMB 55
633,199 633,199 0000000000000000000e962ecccab6d8fe1797f4b2c6f29591ba9475ddf09891 2,135 1.00/1.00 vMB 72
633,198 633,198 0000000000000000000280a397cbe44cbfb9469f098922dbec3ebb7b01546968 2,924 1.00/1.00 vMB 71
633,197 633,197 00000000000000000003d630ad2dffad0410cf731323d56e6db2deb05b4241ae 1,896 1.00/1.00 vMB 45
633,196 633,196 00000000000000000005d7f686a72fa2d36614175d863536a4032ff4c85aec60 1,051 1.00/1.00 vMB 55
633,195 633,195 0000000000000000000f03bf45156bac82eae0e8c4fb7486e43bd364db8a16b2 2,811 1.00/1.00 vMB 38
633,194 633,194 00000000000000000001af5d9d926eabdc54403fd08dd86a75278425a9dac9ec 1,176 0.44/1.00 vMB 28
633,193 633,193 0000000000000000000e7a35baf7e4c4d752de021f5df5de528e83ffc98788d7 2,513 1.00/1.00 vMB 40
633,192 633,192 000000000000000000064f79ded39d9bc3d133f479f54fd139a57fdb8a2b0772 1,861 0.84/1.00 vMB 13
633,191 633,191 000000000000000000007cd0e75eff5d3d42ac3fdf08790fa23079abb8409d31 2,904 1.00/1.00 vMB 4
633,190 633,190 000000000000000000006d21a01255ae9eb259f47abaaabcdcb927d783cfe1b9 2,280 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.49 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.23 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.