Loading Tool

Explorer IconExplorer

Memory Pool

46,488 transactions
29.87 vMB
0.08494144 BTC
Random Selection Loading Transactions
Max Size: 159.01/200 MB

Candidate Block

Mining Attempt ea177fe5579b5c307b3622d32de12c51a583211a0f19891e1499a91eeb06c52f
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root c99170a20e14557fdaa8e4b23c4606ff0548933162b23bc047f3e52f27b53366
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.02648187 BTC
Feerates: 110.38 > 2.65 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (491,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,033 423,033 00000000000000000300555bcc2651b0a5ed0203c4bf7b0ac97c51b1831e7762 2,025 1.00/1.00 vMB 67
423,032 423,032 00000000000000000265a116f48446124f645c9d3f0ab6782f9840ad14bac0fa 2,179 1.00/1.00 vMB 46
423,031 423,031 0000000000000000014a81205a6eaa17cc34537702699ae00a3be10811795a8d 2,737 1.00/1.00 vMB 99
423,030 423,030 0000000000000000005f4a123dfb8e945d5d77ae74c588a14d4d82e9bdc78446 605 0.29/1.00 vMB 64
423,029 423,029 000000000000000001c239b7c1699f8c00e9cc008f5589a92bf2f2fb81d21d84 23 0.01/1.00 vMB 165
423,028 423,028 0000000000000000031849e401ee10a477b163b8c0e455aef48ef21b0087dd5d 930 0.99/1.00 vMB 19
423,027 423,027 0000000000000000022252a2e2ef6cee3b4ad49ee67cb368aa665eeae1243fb2 2,730 1.00/1.00 vMB 79
423,026 423,026 0000000000000000052023cd5b0e39663cbeeca720e5183a19b3fc45da2fec0f 2,573 1.00/1.00 vMB 67
423,025 423,025 000000000000000000306b0fb8c665e328c95e76b0a34eaa130689a3a056a7a7 1,626 1.00/1.00 vMB 42
423,024 423,024 00000000000000000368e3b8d6a14632c6a05752d93ba28a0aaa905bc9a40a12 534 0.20/1.00 vMB 63
423,023 423,023 0000000000000000013b4144e105fa87ba75d2e58b5783caa1392ea65ab07e14 809 1.00/1.00 vMB 21
423,022 423,022 000000000000000003735f617dbbc810d405394b13f2ff7d273e4305a6d7da21 1,155 0.79/1.00 vMB 43
423,021 423,021 00000000000000000218b192210557e385459d3701b0823a3f867ddc385adcc0 1,380 0.99/1.00 vMB 42
423,020 423,020 000000000000000000f278f73fb4e27645dc541a9e4d8885dc49f224ee7a58a3 804 0.38/1.00 vMB 56
423,019 423,019 00000000000000000344bd8eccb0a8ce4204ffd4fc4d4bb2a9e808fc43c72fb3 1,253 0.49/1.00 vMB 67
423,018 423,018 0000000000000000003c68501eb8bb384a0fed200357006b19725b46e848dece 74 0.04/1.00 vMB 74
423,017 423,017 000000000000000001584e98640b79bd0095340302d02176b66504bff8640633 431 0.16/1.00 vMB 68
423,016 423,016 000000000000000001a2e89a78b1f0c002a71cbe040be4212807a0e78f877e13 1,336 1.00/1.00 vMB 35
423,015 423,015 000000000000000002128f92ddbe4b1d96e0e3f57ae51267434c75b98ca025b1 1,666 1.00/1.00 vMB 71
423,014 423,014 00000000000000000341aa873485a92c6d8a9276bef4f9c7255e12e18e0a46d4 245 0.17/1.00 vMB 46
423,013 423,013 0000000000000000027c8e1f7976f1e2903d616ec92afcff77cbfaaeb2207ffd 1,363 0.59/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.13 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: 652.38 GB
    • Received: 13.75 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.