Loading Tool

Explorer IconExplorer

Memory Pool

80,986 transactions
29.77 vMB
0.10313889 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 23f1e013c64fb97800c7c039d5b7f3556698530f93df8a6a9776b61a172db454
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root c5b06a64cc0d3b9dd0bd1fa927a0b4e053c39ff4e7ff3e2daf5f2cb19b65c92f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.03826465 BTC
Feerates: 146.36 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (297,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,493 617,493 0000000000000000000f5d3d261549b16dc57a580bfcd245551ce24df8b50b93 1,146 1.00/1.00 vMB 82
617,492 617,492 0000000000000000000d5a4e90e82b2bf8afd62185cf80c8a4cc1ea9f7306828 2,915 1.00/1.00 vMB 22
617,491 617,491 00000000000000000000c274a3868e188d6878507159230dcc5049db3ebd7887 3,118 1.00/1.00 vMB 43
617,490 617,490 00000000000000000001c63fe38875d4808e7f4a9aa6f20437435dbca2186e80 2,731 1.00/1.00 vMB 29
617,489 617,489 0000000000000000000f5ceaf13ba78966f32456dc5da11483cbd89b4a376430 2,622 1.00/1.00 vMB 39
617,488 617,488 00000000000000000002ca1cb129096ca145b22650bdfd0aefbfeb180d53871d 2,780 1.00/1.00 vMB 18
617,487 617,487 00000000000000000004b55064e1b47a345d40d945a9132a65963572686e0d34 261 0.07/1.00 vMB 17
617,486 617,486 0000000000000000000bd44fc753d76b38b8dbecb4c58b6cb7ffd4c8cd68ff22 1,761 0.61/1.00 vMB 20
617,485 617,485 00000000000000000004732ffed6353739d280ed42c2dc79ca34c3b80e5cb5c0 2,478 0.90/1.00 vMB 18
617,484 617,484 000000000000000000010f3bd0a9030836452ef13461f851344e4b7e106ec259 2,547 0.99/1.00 vMB 19
617,483 617,483 00000000000000000006a7726bb9d7e672b82949dc00f920467c4e8061b0050f 1,935 0.60/1.00 vMB 23
617,482 617,482 00000000000000000004d3e00179850a0aacfb748622b7f62b56c84dcfcf32f0 751 0.23/1.00 vMB 23
617,481 617,481 0000000000000000000f5c5991780ec54046e9f1e87e2719003f760de33ca04c 1,692 0.63/1.00 vMB 21
617,480 617,480 000000000000000000087ea35a3a93fa8525aa1a7ae971a7d9f80f856f85c1ba 1,671 0.47/1.00 vMB 25
617,479 617,479 000000000000000000028e50bae3860afc9e7c0371dd7f58b684c9e92177ca56 565 0.21/1.00 vMB 26
617,478 617,478 0000000000000000000af14ec921ccce326d5bf93dcde3c2aa6120a9c25842ee 107 0.03/1.00 vMB 30
617,477 617,477 000000000000000000104e252b4162f74b5b4bd5f5e45b536e739febb54d338b 631 0.18/1.00 vMB 23
617,476 617,476 000000000000000000075705a2ab65eadd9af51cd8ca7f878181fdbe0e93aca4 1,548 0.52/1.00 vMB 23
617,475 617,475 0000000000000000000c50a88dc55a28085721209ff7bb7b8c70613931954259 2,216 0.65/1.00 vMB 15
617,474 617,474 0000000000000000000b3c07f908000965be44eb75f3ae09e6f584c4e824ba66 2,955 1.00/1.00 vMB 13
617,473 617,473 0000000000000000000bd4038efb2a21bc06eceae0aa04bd77d65622213fa67a 2,258 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.58 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: 671.30 GB
    • Received: 15.90 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.