Loading Tool

Explorer IconExplorer

Memory Pool

80,850 transactions
30.59 vMB
0.08477841 BTC
Random Selection Loading Transactions
Max Size: 186.58/200 MB

Candidate Block

Mining Attempt aca6916027ac23651cbbdb79ff1836f12ed9908837bdaf2fa222172a0a9a504a
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 15d761b8f3f522b9eebac3db7cf3d2018026eeaa8fe8657866da751f0d7c7327
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,029
Size: 1.00 vMB
Total Fees: 0.01571255 BTC
Feerates: 301.57 > 1.57 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (909,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,424 5,424 000000007e87f91334c1be083b131a91c1d4114f6a15ecade25fbcc3c3bc3e73 1 0.00/1.00 vMB 0
5,423 5,423 000000009f74e6529fb869f2193613a1c27a5e6a6c2b5a95d12a844642399cbf 1 0.00/1.00 vMB 0
5,422 5,422 000000005c13788d942f3c7c03407c32b573d571f5af92654f9c8f6bfa798e2d 1 0.00/1.00 vMB 0
5,421 5,421 00000000ff1922fd00fb342a2f1a633356d69978297d75f75d90eb495473552f 1 0.00/1.00 vMB 0
5,420 5,420 00000000fd0d2373e1a563ec2744aa8527f78939101059cca2330c1fd7a86d31 1 0.00/1.00 vMB 0
5,419 5,419 00000000d0743dabf49b4766bed6ef0662bfc6f48f2fcf02bb5cb2a8054b81fe 1 0.00/1.00 vMB 0
5,418 5,418 00000000afda0e79f404bd04f14f6450eca2a9cb1cac617953e1841a4afa4e65 1 0.00/1.00 vMB 0
5,417 5,417 000000005fee47bb2ea239c052d26077078e4d822155fbad9669475b705d708c 1 0.00/1.00 vMB 0
5,416 5,416 000000004f056cdad7e028b2227a96cf6db21d1c7767a89b922064fde5dab7f5 1 0.00/1.00 vMB 0
5,415 5,415 000000000157af061fd5db33b6d5144e641162682f33e81d239e4df09d612f53 1 0.00/1.00 vMB 0
5,414 5,414 000000006eadd08ea3948769f170df099a3e1f523d1191cca9ba91e97fa31e59 1 0.00/1.00 vMB 0
5,413 5,413 00000000d392b645badf51c237aa5d2b2b124437fe17e688507fdb98bd2de352 1 0.00/1.00 vMB 0
5,412 5,412 00000000853a0470dde4d2d61765f4a3925a8fa6df8d8651bd65484ad3c0b003 1 0.00/1.00 vMB 0
5,411 5,411 0000000084a35f342311098378bfa518f6d08533b855aea88a18fbbb8bf61033 1 0.00/1.00 vMB 0
5,410 5,410 000000004e8bcc37893d2785c1929dd69cb7a03b2daded0ad0576385e1ce9705 1 0.00/1.00 vMB 0
5,409 5,409 0000000064b2fede9902af1a7c5de4bd5fcbc15e766bef1792e3c3a63eff0624 1 0.00/1.00 vMB 0
5,408 5,408 000000009b7c5fa97e36106f2c0de5fdb16520f7ba249b67e48aa863a9fe3ac0 1 0.00/1.00 vMB 0
5,407 5,407 0000000031b4908babc1ec2ab421b0c29b9008f060e84739031836f8ddf30255 1 0.00/1.00 vMB 0
5,406 5,406 00000000dc94a1535f74f830a00f6fc3ded90465a64f2bc128a600e5009cc882 1 0.00/1.00 vMB 0
5,405 5,405 000000007d6eecd3105802bc01a92d204439bbb8aeb3a0e840661842bfabf70f 1 0.00/1.00 vMB 0
5,404 5,404 000000009ca947874aa9c7a719abd09e73925d749560a6284a38e786b5c38adc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.06 GB

Node Details:

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