Loading Tool

Explorer IconExplorer

Memory Pool

36,713 transactions
26.37 vMB
0.07950617 BTC
Random Selection Loading Transactions
Max Size: 134.40/200 MB

Candidate Block

Mining Attempt 208a13703e8166aff4ef3a179f57c8d551c0bf5c5d3aa6154de2af3977f57582
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root fd2427961642644f7fa98bc1eaad8d5e1ef27fc5e064a96839e6ba4ba45571b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,272
Size: 1.00 vMB
Total Fees: 0.02889214 BTC
Feerates: 250.88 > 2.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (237,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,698 676,698 0000000000000000000330d07f3e7a3e18be72e4e9ce2086c69c222db112749a 1,515 1.00/1.00 vMB 26
676,697 676,697 00000000000000000006d20bb3518cb257bb0937cf2561730c77c9734595e784 993 1.00/1.00 vMB 14
676,696 676,696 00000000000000000002f53159780f0bdc0206f968c11e5685633c644e5e01f6 2,499 1.00/1.00 vMB 46
676,695 676,695 000000000000000000080c59b9addbb93fe3f4d3634df6e9e2622456b7d1a4be 2,336 1.00/1.00 vMB 31
676,694 676,694 0000000000000000000c07b119dc3b6952101cd073a574b85b01c315bc2bf97f 2,442 1.00/1.00 vMB 14
676,693 676,693 00000000000000000007dd5e5bfc1902f91236a485eba5d7eab63ddba2d9124f 2,188 1.00/1.00 vMB 60
676,692 676,692 00000000000000000009db88ba1d057534b31de2b7346744b080f2de30798b51 1,078 1.00/1.00 vMB 72
676,691 676,691 000000000000000000074a68dba23985c0dfeab09d9830b7753440cc8cdd524e 590 1.00/1.00 vMB 6
676,690 676,690 00000000000000000000604cbc8087978f40510eca46a9326089d0fade8c30d7 1,406 1.00/1.00 vMB 23
676,689 676,689 0000000000000000000b5fc67aa08421b524735d23b9fd7bd225f3e8ace8f044 2,581 1.00/1.00 vMB 19
676,688 676,688 00000000000000000005dfe447a0350e2623fdcde112bfbf9e0631b08d9e9a6f 2,499 1.00/1.00 vMB 69
676,687 676,687 000000000000000000086587dc972ab2439cb7d6f4e60d7f641e9367ac65b0f2 2,669 1.00/1.00 vMB 44
676,686 676,686 00000000000000000003aa802148acae8281e4c206d009cbcbd8990035604cba 2,590 1.00/1.00 vMB 39
676,685 676,685 00000000000000000000b86fbce039420095e27f1f9d4ee40c6acdd6ce2d7878 2,478 1.00/1.00 vMB 21
676,684 676,684 00000000000000000008d049d62c3c00cfbbd40f45e08a1f613ed04aab25efbc 2,650 1.00/1.00 vMB 42
676,683 676,683 00000000000000000009760fb5221c37d4bfc6cd7acbdc0c5103444b484ce062 2,329 1.00/1.00 vMB 60
676,682 676,682 0000000000000000000c8809ecd36670e7ee8220b67d8f2e389298c0567cf54c 447 1.00/1.00 vMB 64
676,681 676,681 00000000000000000002ca5cb9aaad85bbc2f9bc830e6097c919e58f8e0c829e 1,037 1.00/1.00 vMB 20
676,680 676,680 00000000000000000006d0a46a602077639c848fce64ae4743d016ffa39a66f9 2,066 1.00/1.00 vMB 27
676,679 676,679 0000000000000000000835f11bb251e71f7e1722672fb373bda17e5526a4c6d6 1,468 1.00/1.00 vMB 19
676,678 676,678 00000000000000000004c4eee9cdcb36c1541c6ce9096214e0b00e7d3227781d 1,888 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.84 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: 637.88 GB
    • Received: 12.45 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.