Loading Tool

Explorer IconExplorer

Memory Pool

76,077 transactions
29.11 vMB
0.10315076 BTC
Random Selection Loading Transactions
Max Size: 172.10/200 MB

Candidate Block

Mining Attempt d6cdf09bb45d1d9019b921e172b3ae0bfe34920a80783668e06d8955e7f5b0cc
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 64c9805c277f7a9f5c5a7df24f752a81a8fb5d2dfabffeec8b0b3c876e69cf9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04100982 BTC
Feerates: 201.37 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (406,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,547 508,547 00000000000000000029af162a0013999420d851cf925d447d57f309a014458b 2,500 1.00/1.00 vMB 90
508,546 508,546 000000000000000000107e5f9f86b7ec65688c7a5d2cf43ca628573bd81617da 976 1.00/1.00 vMB 22
508,545 508,545 0000000000000000001ff5337c1d025fa9d7f5c00525a64d5b318c7f2ec59e69 1,549 1.00/1.00 vMB 72
508,544 508,544 0000000000000000000447a0d6a8b03b245914b9ab0c2a69d302fe7857bdce4c 1,133 1.00/1.00 vMB 41
508,543 508,543 00000000000000000053d8d6b599cb1445360981e122ba7421d014421afb69f4 1,406 1.00/1.00 vMB 57
508,542 508,542 00000000000000000038f7bf6c4161ac53972806da90b74efb7fc07e274e02ab 232 1.00/1.00 vMB 8
508,541 508,541 0000000000000000004b315966200f309f209311fed6b2057b856ec2093bc74f 678 1.00/1.00 vMB 31
508,540 508,540 0000000000000000003bef18269f6adb32cd5c73ef73b1e3369dfe2492173f67 987 1.00/1.00 vMB 38
508,539 508,539 0000000000000000004d9089cab1865c2d423f2abe74d297a5fafcdca0e54690 1,325 1.00/1.00 vMB 47
508,538 508,538 000000000000000000074a5a32d9c23d36f59ac9877beaebec21d492f6e247b4 1,313 0.54/1.00 vMB 110
508,537 508,537 0000000000000000001cf93d3f79642e5bce4538b582339435ea8c19580c2f16 541 1.00/1.00 vMB 22
508,536 508,536 0000000000000000005afa9146b5a54fc37c93ac9c0c0e2244530e1eee194862 2,644 1.00/1.00 vMB 100
508,535 508,535 0000000000000000000aeab660878eb564b12271b3d1ab30f12e8a77945f2756 1,045 1.00/1.00 vMB 46
508,534 508,534 0000000000000000004b43619c15ea89955024f3a94bdeb71b9ff7497585800e 1,760 1.00/1.00 vMB 78
508,533 508,533 0000000000000000000d56c1ce60daf3dec1962dd8df91d31caf6f19d56bf4d1 1,407 1.00/1.00 vMB 60
508,532 508,532 0000000000000000002325953fa5a26c3a4c0bcfcea1c03ce08a34c425ac5249 1,457 1.00/1.00 vMB 43
508,531 508,531 0000000000000000003d0f07fbeb6130c1b0f26796e1c6e6ecec4670555db2b5 2,361 1.00/1.00 vMB 32
508,530 508,530 0000000000000000000a1e994bf9f86a42ad3faf3478ab43907293968c62e944 1,767 1.00/1.00 vMB 42
508,529 508,529 0000000000000000006048c26ec4cbde6cacfe3631abe0c6c429135c2cef1601 1,701 1.00/1.00 vMB 59
508,528 508,528 000000000000000000283e61df51161712cdb6e22a5f68260054ea35627b3038 2,291 1.00/1.00 vMB 121
508,527 508,527 000000000000000000060e337b9c568a321df2f053aa0f041967eddd5048921e 3,108 1.00/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.